[GitHub] zeppelin issue #3254: [ZEPPELIN-3575] Add 'Copy Column Name' to table visual...

2018-12-19 Thread liuxunorg
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] zeppelin issue #3266: [ZEPPELIN-3914] upgrade Flink to 1.7.0

2018-12-16 Thread liuxunorg
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] zeppelin issue #3245: [ZEPPELIN-3893] Bug Fix that clear paragraphs when exe...

2018-12-03 Thread liuxunorg
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] zeppelin issue #3245: [ZEPPELIN-3893] Bug Fix that clear paragraphs when exe...

2018-12-03 Thread liuxunorg
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] zeppelin issue #3245: [ZEPPELIN-3893] Bug Fix that clear paragraphs when exe...

2018-12-03 Thread liuxunorg
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] zeppelin issue #3245: [ZEPPELIN-3893] Bug Fix that clear paragraphs when exe...

2018-12-02 Thread liuxunorg
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] zeppelin issue #3245: [ZEPPELIN-3893] Bug Fix that clear paragraphs when exe...

2018-12-02 Thread liuxunorg
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] zeppelin pull request #3245: [ZEPPELIN-3893] Bug Fix that clear paragraphs w...

2018-12-01 Thread liuxunorg
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] zeppelin issue #3240: [ZEPPELIN-3840] Zeppelin on Kubernetes

2018-11-24 Thread liuxunorg
Github user liuxunorg commented on the issue: https://github.com/apache/zeppelin/pull/3240 Cool! Zeppelin takes off on the cloud :-) ---

[GitHub] zeppelin issue #3229: [ZEPPELIN-3869] Close interpreters in multithreaded mo...

2018-11-17 Thread liuxunorg
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] zeppelin issue #3203: [ZEPPELIN-3626] Cluster server and client module desig...

2018-10-09 Thread liuxunorg
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] zeppelin issue #3201: [ZEPPELIN-3805] Don't distribution shade jar to lib/in...

2018-10-06 Thread liuxunorg
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] zeppelin pull request #3201: [ZEPPELIN-3805] Don't distribution shade jar to...

2018-10-06 Thread liuxunorg
Github user liuxunorg closed the pull request at: https://github.com/apache/zeppelin/pull/3201 ---

[GitHub] zeppelin pull request #3203: [ZEPPELIN-3626] Cluster server and client modul...

2018-10-05 Thread liuxunorg
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] zeppelin issue #3201: [ZEPPELIN-3805] Don't distribution shade jar to lib/in...

2018-10-04 Thread liuxunorg
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] zeppelin issue #3200: ZEPPELIN-3804. Separate log file for each interpreter ...

2018-10-02 Thread liuxunorg
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] zeppelin pull request #3201: [ZEPPELIN-3805] Don't distribution shade jar to...

2018-10-02 Thread liuxunorg
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] zeppelin issue #3183: [ZEPPELIN-3610] Cluster Raft module design

2018-09-26 Thread liuxunorg
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] zeppelin pull request #3183: [ZEPPELIN-3610] Cluster Raft module design

2018-09-19 Thread liuxunorg
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] zeppelin pull request #3156: [ZEPPELIN-3610] Cluster Raft module design

2018-09-19 Thread liuxunorg
Github user liuxunorg closed the pull request at: https://github.com/apache/zeppelin/pull/3156 ---

[GitHub] zeppelin issue #3169: [ZEPPELIN-3689] Shade all dependencies of zeppelin-int...

2018-09-05 Thread liuxunorg
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] zeppelin pull request #3169: [ZEPPELIN-3689] Shade all dependencies of zeppe...

2018-09-05 Thread liuxunorg
Github user liuxunorg closed the pull request at: https://github.com/apache/zeppelin/pull/3169 ---

[GitHub] zeppelin issue #3170: ZEPPELIN-3689. Shade all dependencies of zeppelin-inte...

2018-09-05 Thread liuxunorg
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] zeppelin issue #3169: [ZEPPELIN-3689] Shade all dependencies of zeppelin-int...

2018-09-05 Thread liuxunorg
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] zeppelin issue #3156: [ZEPPELIN-3610] Cluster Raft module design

2018-09-05 Thread liuxunorg
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] zeppelin pull request #3169: [ZEPPELIN-3689] Shade all dependencies of zeppe...

2018-09-05 Thread liuxunorg
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] zeppelin issue #3156: [ZEPPELIN-3610] Cluster Raft module design

2018-08-21 Thread liuxunorg
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] zeppelin pull request #3156: [ZEPPELIN-3610] Cluster Raft module design

2018-08-21 Thread liuxunorg
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] zeppelin issue #3074: [ZEPPELIN-3610] Cluster Raft module design

2018-07-23 Thread liuxunorg
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] zeppelin issue #3074: [ZEPPELIN-3610] Cluster Raft module design

2018-07-23 Thread liuxunorg
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] zeppelin pull request #3074: [ZEPPELIN-3610] Cluster Raft module design

2018-07-23 Thread liuxunorg
Github user liuxunorg closed the pull request at: https://github.com/apache/zeppelin/pull/3074 ---

[GitHub] zeppelin issue #3074: [ZEPPELIN-3610] Cluster Raft module design

2018-07-22 Thread liuxunorg
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] zeppelin issue #3074: [ZEPPELIN-3610] Cluster Raft module design

2018-07-22 Thread liuxunorg
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] zeppelin issue #3074: [ZEPPELIN-3610] Cluster Raft module design

2018-07-16 Thread liuxunorg
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] zeppelin issue #3074: [ZEPPELIN-3610] Cluster Raft module design

2018-07-15 Thread liuxunorg
Github user liuxunorg commented on the issue: https://github.com/apache/zeppelin/pull/3074 @zjffdu Sorry, I will pay attention next time. ---

[GitHub] zeppelin pull request #3074: [ZEPPELIN-3610] Cluster Raft module design

2018-07-15 Thread liuxunorg
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] zeppelin pull request #3072: [ZEPPELIN-3610] Cluster Raft module design

2018-07-15 Thread liuxunorg
Github user liuxunorg closed the pull request at: https://github.com/apache/zeppelin/pull/3072 ---

[GitHub] zeppelin pull request #3072: Zeppelin 3610

2018-07-15 Thread liuxunorg
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] zeppelin pull request #3070: [ZEPPELIN-3610] Cluster Raft module design

2018-07-14 Thread liuxunorg
Github user liuxunorg closed the pull request at: https://github.com/apache/zeppelin/pull/3070 ---

[GitHub] zeppelin pull request #3070: [ZEPPELIN-3610] Cluster Raft module design

2018-07-13 Thread liuxunorg
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