Github user liuxunorg commented on the issue:
https://github.com/apache/zeppelin/pull/3254
> UI-Grid actually creates a lot of performance issue, why not deprecate it
but still introducing new feature?
>
> In my service, I completely wiped out UI-Grid
Wha
Github user liuxunorg commented on the issue:
https://github.com/apache/zeppelin/pull/3266
I saw @zjffdu created [[Umbrella] Better support flink
interpreter](https://issues.apache.org/jira/browse/ZEPPELIN-3913). It may not
be a simple version upgrade, see if @zjffdu has a complete
Github user liuxunorg commented on the issue:
https://github.com/apache/zeppelin/pull/3245
@jongyoul , pass of
[CI](https://travis-ci.org/liuxunorg/zeppelin/builds/463120804)
---
Github user liuxunorg commented on the issue:
https://github.com/apache/zeppelin/pull/3245
@zjffdu , @felixcheung , Please help me review the code, thank you!
---
Github user liuxunorg commented on the issue:
https://github.com/apache/zeppelin/pull/3245
@zjffdu ,Thank you a for the suggestion, I wrote a comment on your issue.
---
Github user liuxunorg commented on the issue:
https://github.com/apache/zeppelin/pull/3245
Hi @zjffdu , This bug fix contains test cases that are asynchronous to the
runParagraph API. Should it be helpful for the zeppelin, or should the PR be
merged first?
When you submit a new
Github user liuxunorg commented on the issue:
https://github.com/apache/zeppelin/pull/3245
Hi @felixcheung , I added a test case. Please help me review the code,
thank you!
---
GitHub user liuxunorg opened a pull request:
https://github.com/apache/zeppelin/pull/3245
[ZEPPELIN-3893] Bug Fix that clear paragraphs when executing the Paragraph
API asynchronously
### What is this PR for?
When calling the asynchronous execution of the paragraph API
Github user liuxunorg commented on the issue:
https://github.com/apache/zeppelin/pull/3240
Cool! Zeppelin takes off on the cloud :-)
---
Github user liuxunorg commented on the issue:
https://github.com/apache/zeppelin/pull/3229
hi @egorklimov
This PR is to help quickly close the interpreter process or to close the
process more reliably?
I found the zeppelin system running inside our company, When the
Github user liuxunorg commented on the issue:
https://github.com/apache/zeppelin/pull/3203
@zjffdu , I modified `guava.version` in `zeppelin-interpreter/pom.xml`.
JOB3 and JOB7 in [travis
CI](https://travis-ci.org/liuxunorg/zeppelin/builds/435675452) failed, please
help me solve it
Github user liuxunorg commented on the issue:
https://github.com/apache/zeppelin/pull/3201
Tanks @zjffdu , Indeed zeppelin-interpreter-api.jar is already included in
every interpreter JAR package.
---
Github user liuxunorg closed the pull request at:
https://github.com/apache/zeppelin/pull/3201
---
GitHub user liuxunorg opened a pull request:
https://github.com/apache/zeppelin/pull/3203
[ZEPPELIN-3626] Cluster server and client module design
### What is this PR for?
The cluster management server uses the Raft algorithm library Atomix to
form a service cluster with
Github user liuxunorg commented on the issue:
https://github.com/apache/zeppelin/pull/3201
@zjffdu , Because the interpreter process requires the
zeppelin-interpreter-api.jar file,
So in the `zeppelin-distribution/src/assemble/distribution.xml` only
include
Github user liuxunorg commented on the issue:
https://github.com/apache/zeppelin/pull/3200
Split logs are needed, Is it a separate log file for each interpreter
process and user?
Display it in the Interpreter Process Monitoring
Page(https://jira.apache.org/jira/browse/ZEPPELIN
GitHub user liuxunorg opened a pull request:
https://github.com/apache/zeppelin/pull/3201
[ZEPPELIN-3805] Don't distribution shade jar to lib/interpreter for
zeppelin-interpreter
The zeppelin-interpreter-api module shades the conflicting package, Need to
remove the package
Github user liuxunorg commented on the issue:
https://github.com/apache/zeppelin/pull/3183
Has passed the
[CI](Https://travis-ci.org/liuxunorg/zeppelin/builds/433321299)
---
GitHub user liuxunorg opened a pull request:
https://github.com/apache/zeppelin/pull/3183
[ZEPPELIN-3610] Cluster Raft module design
### What is this PR for?
By using the Raft protocol, multiple Zeppelin-Server groups are built into
a Zeppelin cluster, the cluster State
Github user liuxunorg closed the pull request at:
https://github.com/apache/zeppelin/pull/3156
---
Github user liuxunorg commented on the issue:
https://github.com/apache/zeppelin/pull/3169
zjffdu already in [PULL-3170](https://github.com/apache/zeppelin/pull/3170)
solved this problem. so I closed this pull.
---
Github user liuxunorg closed the pull request at:
https://github.com/apache/zeppelin/pull/3169
---
Github user liuxunorg commented on the issue:
https://github.com/apache/zeppelin/pull/3170
Thanks @zjffdu , This design perfectly solves the problem of dependency
package conflicts.
If I need to add a dependency package to zeppelin-interpreter, Is the
dependency package added in
Github user liuxunorg commented on the issue:
https://github.com/apache/zeppelin/pull/3169
I saw that
[zjffdu@a82dc24](https://github.com/zjffdu/zeppelin/commit/a82dc24adace704979b866f36459df61a70d0632)
is already solving this problem. Maybe my pull is not needed.
---
Github user liuxunorg commented on the issue:
https://github.com/apache/zeppelin/pull/3156
Thanks @zjffdu , This zeppelin-interpreter-api module is very much needed
to solve the problem of package conflicts. I will wait for you to submit to the
master. I am re-editing my code.
---
GitHub user liuxunorg opened a pull request:
https://github.com/apache/zeppelin/pull/3169
[ZEPPELIN-3689] Shade all dependencies of zeppelin-interpreter
### What is this PR for?
The custom interpreter may add other dependencies which conflict with
zeppelin-interpreter
Github user liuxunorg commented on the issue:
https://github.com/apache/zeppelin/pull/3156
@jongyoul @zjffdu ,I have followed the advice you put forward last time
https://github.com/apache/zeppelin/pull/3074 . Change COPYCAT to ATOMIX
library, please review my code, thank you!
---
GitHub user liuxunorg opened a pull request:
https://github.com/apache/zeppelin/pull/3156
[ZEPPELIN-3610] Cluster Raft module design
### What is this PR for?
By using the Raft protocol, multiple Zeppelin-Server groups are built into
a Zeppelin cluster, the cluster State
Github user liuxunorg commented on the issue:
https://github.com/apache/zeppelin/pull/3074
@jongyoul very sorry, I executed the wrong git command, Rebuilt the
`liuxunorg:ZEPPELIN-3610` branch, Causes this pull to automatically close. I
can't reopen this pull now. `Liuxunorg:ZEP
Github user liuxunorg commented on the issue:
https://github.com/apache/zeppelin/pull/3074
CI pass. https://travis-ci.org/liuxunorg/zeppelin/builds/407058117
---
Github user liuxunorg closed the pull request at:
https://github.com/apache/zeppelin/pull/3074
---
Github user liuxunorg commented on the issue:
https://github.com/apache/zeppelin/pull/3074
@Tagar @jongyoul @zjffdu If the community feels that zeppelin has been
added to the clustering feature, the changes are relatively large. Is it
possible to add a new code branch?
This can
Github user liuxunorg commented on the issue:
https://github.com/apache/zeppelin/pull/3074
hi @Tagar , Increasing the service state consistency of the system through
zookeeper is a common practice in distributed systems. But this will cause
zeppelin to rely on an external service
Github user liuxunorg commented on the issue:
https://github.com/apache/zeppelin/pull/3074
Ok, let me improve the documentation and add a diagram, then send an email
to user/dev mail list.
---
Github user liuxunorg commented on the issue:
https://github.com/apache/zeppelin/pull/3074
@zjffdu Sorry, I will pay attention next time.
---
GitHub user liuxunorg opened a pull request:
https://github.com/apache/zeppelin/pull/3074
[ZEPPELIN-3610] Cluster Raft module design
By using the Raft protocol, multiple Zeppelin-Server groups are built into
a Zeppelin cluster, the cluster State Machine is maintained through the
Github user liuxunorg closed the pull request at:
https://github.com/apache/zeppelin/pull/3072
---
GitHub user liuxunorg opened a pull request:
https://github.com/apache/zeppelin/pull/3072
Zeppelin 3610
## [ZEPPELIN-3610] Cluster Raft module design
### What is this PR for?
By using the Raft protocol, multiple Zeppelin-Server groups are built into
a Zeppelin
Github user liuxunorg closed the pull request at:
https://github.com/apache/zeppelin/pull/3070
---
GitHub user liuxunorg opened a pull request:
https://github.com/apache/zeppelin/pull/3070
[ZEPPELIN-3610] Cluster Raft module design
## [ZEPPELIN-3610] Cluster Raft module design
### What is this PR for?
By using the Raft protocol, multiple Zeppelin-Server groups
40 matches
Mail list logo