[jira] [Created] (ZEPPELIN-5562) Recovered remote interpreter instance does not update correct resource pool

2021-10-14 Thread Jira
Marvin Rösch created ZEPPELIN-5562: -- Summary: Recovered remote interpreter instance does not update correct resource pool Key: ZEPPELIN-5562 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5562

Re: Remote Interpreter

2021-06-23 Thread denny wong
Thanks for the quick reply. In our use case, we only use the python and db interpreters (no yarn, spark, etc).  We would start the Zeppelin server in one node (as a container).  Whenever, user runs a notebook, we would spawn a remote interpreter container (in the same node).  We use the

Re: Remote Interpreter

2021-06-23 Thread Jeff Zhang
gt; We are using Zeppelin 0.9 and running the remote interpreter as a docker > container. Currently, the Zeppelin server and the remote interpreter are > running on the same machine. We would like to know if the remote > interpreter can be run on a different machine than the Zeppelin ser

Re: Remote Interpreter

2021-06-23 Thread denny wong
Hi We are using Zeppelin 0.9 and running the remote interpreter as a docker container.  Currently, the Zeppelin server and the remote interpreter are running on the same machine.  We would like to know if the remote interpreter can be run on a different machine than the Zeppelin server.  Is

[GitHub] [zeppelin] asfgit closed pull request #4035: [ZEPPELIN-5225] Remote interpreter soft shutdown

2021-02-08 Thread GitBox
asfgit closed pull request #4035: URL: https://github.com/apache/zeppelin/pull/4035 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [zeppelin] zjffdu commented on pull request #4035: [ZEPPELIN-5225] Remote interpreter soft shutdown

2021-02-05 Thread GitBox
zjffdu commented on pull request #4035: URL: https://github.com/apache/zeppelin/pull/4035#issuecomment-774049322 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [zeppelin] Reamer commented on a change in pull request #4035: [ZEPPELIN-5225] Remote interpreter soft shutdown

2021-02-05 Thread GitBox
Reamer commented on a change in pull request #4035: URL: https://github.com/apache/zeppelin/pull/4035#discussion_r570981085 ## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/remote/ExecRemoteInterpreterProcess.java ## @@ -0,0 +1,234 @@ +/* + * Licens

[GitHub] [zeppelin] zjffdu commented on a change in pull request #4035: [ZEPPELIN-5225] Remote interpreter soft shutdown

2021-02-05 Thread GitBox
zjffdu commented on a change in pull request #4035: URL: https://github.com/apache/zeppelin/pull/4035#discussion_r570639170 ## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/remote/ExecRemoteInterpreterProcess.java ## @@ -0,0 +1,234 @@ +/* + * Licens

[GitHub] [zeppelin] Reamer commented on pull request #4035: [ZEPPELIN-5225] Remote interpreter soft shutdown

2021-02-05 Thread GitBox
Reamer commented on pull request #4035: URL: https://github.com/apache/zeppelin/pull/4035#issuecomment-773321274 CI passed. I will merge this into master and branch-0.9 on Monday 08.02.2021 if no further comments are received. --

[GitHub] [zeppelin] zjffdu commented on a change in pull request #4035: [ZEPPELIN-5225] Remote interpreter soft shutdown

2021-02-04 Thread GitBox
zjffdu commented on a change in pull request #4035: URL: https://github.com/apache/zeppelin/pull/4035#discussion_r570640802 ## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/remote/ExecRemoteInterpreterProcess.java ## @@ -0,0 +1,234 @@ +/* + * Licens

[GitHub] [zeppelin] zjffdu commented on a change in pull request #4035: [ZEPPELIN-5225] Remote interpreter soft shutdown

2021-02-04 Thread GitBox
zjffdu commented on a change in pull request #4035: URL: https://github.com/apache/zeppelin/pull/4035#discussion_r570639528 ## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/remote/ExecRemoteInterpreterProcess.java ## @@ -0,0 +1,234 @@ +/* + * Licens

[GitHub] [zeppelin] zjffdu commented on a change in pull request #4035: [ZEPPELIN-5225] Remote interpreter soft shutdown

2021-02-04 Thread GitBox
zjffdu commented on a change in pull request #4035: URL: https://github.com/apache/zeppelin/pull/4035#discussion_r570639170 ## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/remote/ExecRemoteInterpreterProcess.java ## @@ -0,0 +1,234 @@ +/* + * Licens

[GitHub] [zeppelin] Reamer commented on pull request #4035: [ZEPPELIN-5225] Remote interpreter soft shutdown

2021-02-04 Thread GitBox
Reamer commented on pull request #4035: URL: https://github.com/apache/zeppelin/pull/4035#issuecomment-773321274 CI passed. I will merge this into master and branch-0.9 on Monday 08.02.2021 if no further comments are received. --

[GitHub] [zeppelin] Reamer commented on pull request #4035: [ZEPPELIN-5225] Remote interpreter soft shutdown

2021-02-03 Thread GitBox
Reamer commented on pull request #4035: URL: https://github.com/apache/zeppelin/pull/4035#issuecomment-772417832 I removed the commit that decreased the value of CountDownLatch because I think the hotfix https://github.com/apache/zeppelin/commit/a22b59e18a3ea9e844f7fb288c1c3bb9b0dc94b9 ha

[GitHub] [zeppelin] Reamer commented on a change in pull request #4035: [ZEPPELIN-5225] Remote interpreter soft shutdown

2021-02-01 Thread GitBox
orMessage() { +return this.interpreterProcessLauncher != null +? this.interpreterProcessLauncher.getErrorMessage() +: ""; + } + + private class InterpreterProcessLauncher extends ProcessLauncher { + +public InterpreterProcessLauncher(CommandLine commandLine, Map envs) { +

[GitHub] [zeppelin] zjffdu commented on a change in pull request #4035: [ZEPPELIN-5225] Remote interpreter soft shutdown

2021-01-29 Thread GitBox
zjffdu commented on a change in pull request #4035: URL: https://github.com/apache/zeppelin/pull/4035#discussion_r567197753 ## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/remote/ExecRemoteInterpreterProcess.java ## @@ -0,0 +1,234 @@ +/* + * Licens

[GitHub] [zeppelin] Reamer opened a new pull request #4035: [ZEPPELIN-5225] Remote interpreter soft shutdown

2021-01-28 Thread GitBox
Reamer opened a new pull request #4035: URL: https://github.com/apache/zeppelin/pull/4035 ### What is this PR for? This PR moves the exec code to a new class called `ExecRemoteInterpreterProcess`. This allows other `RemoteInterpreterProcess` classes to use the better code of `RemoteInte

[GitHub] [zeppelin] asfgit closed pull request #3917: [ZEPPELIN-5053]. Transfer Zeppelin server configuration to a remote interpreter

2020-10-03 Thread GitBox
asfgit closed pull request #3917: URL: https://github.com/apache/zeppelin/pull/3917 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [zeppelin] zjffdu commented on pull request #3917: [ZEPPELIN-5053]. Transfer Zeppelin server configuration to a remote interpreter

2020-10-02 Thread GitBox
zjffdu commented on pull request #3917: URL: https://github.com/apache/zeppelin/pull/3917#issuecomment-702723341 Will merge it if no more comment This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [zeppelin] Reamer commented on pull request #3917: [ZEPPELIN-5053]. Transfer Zeppelin server configuration to a remote interpreter

2020-09-29 Thread GitBox
Reamer commented on pull request #3917: URL: https://github.com/apache/zeppelin/pull/3917#issuecomment-700573319 > Thanks @Reamer for the testing, I would prefer the second approach. Because I think this not only happens in k8s, in other modes it also possible to define configuration via e

[GitHub] [zeppelin] zjffdu commented on pull request #3917: [ZEPPELIN-5053]. Transfer Zeppelin server configuration to a remote interpreter

2020-09-28 Thread GitBox
zjffdu commented on pull request #3917: URL: https://github.com/apache/zeppelin/pull/3917#issuecomment-700123339 @Reamer I have fixed that in another commit, please help try that in k8s. This is an automated message from the

[GitHub] [zeppelin] zjffdu commented on pull request #3917: [ZEPPELIN-5053]. Transfer Zeppelin server configuration to a remote interpreter

2020-09-28 Thread GitBox
zjffdu commented on pull request #3917: URL: https://github.com/apache/zeppelin/pull/3917#issuecomment-700121613 Thanks @Reamer for the testing, I would prefer the second approach. Because I think this not only happens in k8s, in other modes it also possible to define configuration via env

[GitHub] [zeppelin] Reamer edited a comment on pull request #3917: [ZEPPELIN-5053]. Transfer Zeppelin server configuration to a remote interpreter

2020-09-28 Thread GitBox
Reamer edited a comment on pull request #3917: URL: https://github.com/apache/zeppelin/pull/3917#issuecomment-700032307 > > @Reamer CI is passed,could you help review and verify it on k8s ? > > I will test this on K8s today. Hi @zjffdu, I have tested it on K8s. Unfortunately

[GitHub] [zeppelin] Reamer edited a comment on pull request #3917: [ZEPPELIN-5053]. Transfer Zeppelin server configuration to a remote interpreter

2020-09-28 Thread GitBox
Reamer edited a comment on pull request #3917: URL: https://github.com/apache/zeppelin/pull/3917#issuecomment-700032307 > > @Reamer CI is passed,could you help review and verify it on k8s ? > > I will test this on K8s today. Hi @zjffdu, I have tested it on K8s. Unfortunately

[GitHub] [zeppelin] Reamer commented on pull request #3917: [ZEPPELIN-5053]. Transfer Zeppelin server configuration to a remote interpreter

2020-09-28 Thread GitBox
Reamer commented on pull request #3917: URL: https://github.com/apache/zeppelin/pull/3917#issuecomment-700032307 > > @Reamer CI is passed,could you help review and verify it on k8s ? > > I will test this on K8s today. Hi @zjffdu, I have tested it on K8s. Unfortunately it doe

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3917: [ZEPPELIN-5053]. Transfer Zeppelin server configuration to a remote interpreter

2020-09-28 Thread GitBox
zjffdu commented on a change in pull request #3917: URL: https://github.com/apache/zeppelin/pull/3917#discussion_r495813140 ## File path: zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java ## @@ -184,12 +185,18 @@ public static synchronized

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3917: [ZEPPELIN-5053]. Transfer Zeppelin server configuration to a remote interpreter

2020-09-28 Thread GitBox
zjffdu commented on a change in pull request #3917: URL: https://github.com/apache/zeppelin/pull/3917#discussion_r495811761 ## File path: zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java ## @@ -76,14 +76,15 @@ private void initProperties()

[GitHub] [zeppelin] Reamer commented on a change in pull request #3917: [ZEPPELIN-5053]. Transfer Zeppelin server configuration to a remote interpreter

2020-09-28 Thread GitBox
Reamer commented on a change in pull request #3917: URL: https://github.com/apache/zeppelin/pull/3917#discussion_r495767500 ## File path: zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java ## @@ -184,12 +185,18 @@ public static synchronized

[GitHub] [zeppelin] Reamer commented on pull request #3917: [ZEPPELIN-5053]. Transfer Zeppelin server configuration to a remote interpreter

2020-09-28 Thread GitBox
Reamer commented on pull request #3917: URL: https://github.com/apache/zeppelin/pull/3917#issuecomment-699854926 > @Reamer CI is passed,could you help review and verify it on k8s ? I will test this on K8s today. This i

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3917: [ZEPPELIN-5053]. Transfer Zeppelin server configuration to a remote interpreter

2020-09-28 Thread GitBox
zjffdu commented on a change in pull request #3917: URL: https://github.com/apache/zeppelin/pull/3917#discussion_r495763570 ## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreter.java ## @@ -123,6 +123,7 @@ public void open() thro

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3917: [ZEPPELIN-5053]. Transfer Zeppelin server configuration to a remote interpreter

2020-09-28 Thread GitBox
zjffdu commented on a change in pull request #3917: URL: https://github.com/apache/zeppelin/pull/3917#discussion_r495749909 ## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreter.java ## @@ -123,6 +123,7 @@ public void open() thro

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3917: [ZEPPELIN-5053]. Transfer Zeppelin server configuration to a remote interpreter

2020-09-28 Thread GitBox
zjffdu commented on a change in pull request #3917: URL: https://github.com/apache/zeppelin/pull/3917#discussion_r495749909 ## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreter.java ## @@ -123,6 +123,7 @@ public void open() thro

[GitHub] [zeppelin] Reamer commented on a change in pull request #3917: [ZEPPELIN-5053]. Transfer Zeppelin server configuration to a remote interpreter

2020-09-28 Thread GitBox
Reamer commented on a change in pull request #3917: URL: https://github.com/apache/zeppelin/pull/3917#discussion_r495747898 ## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreter.java ## @@ -123,6 +123,7 @@ public void open() thro

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3917: [ZEPPELIN-5053]. Transfer Zeppelin server configuration to a remote interpreter

2020-09-27 Thread GitBox
zjffdu commented on a change in pull request #3917: URL: https://github.com/apache/zeppelin/pull/3917#discussion_r495659543 ## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreter.java ## @@ -123,6 +123,7 @@ public void open() thro

[GitHub] [zeppelin] zjffdu commented on pull request #3917: [ZEPPELIN-5053]. Transfer Zeppelin server configuration to a remote interpreter

2020-09-26 Thread GitBox
zjffdu commented on pull request #3917: URL: https://github.com/apache/zeppelin/pull/3917#issuecomment-699572216 @Reamer CI is passed,could you help review and verify it on k8s ? This is an automated message from the Apache G

[GitHub] [zeppelin] Reamer commented on pull request #3917: [ZEPPELIN-5053]. Transfer Zeppelin server configuration to a remote interpreter

2020-09-25 Thread GitBox
Reamer commented on pull request #3917: URL: https://github.com/apache/zeppelin/pull/3917#issuecomment-698905250 When this is ready for review, let me know. This is an automated message from the Apache Git Service. To respond

[GitHub] [zeppelin] Reamer commented on pull request #3917: [ZEPPELIN-5053]. Transfer Zeppelin server configuration to a remote interpreter

2020-09-25 Thread GitBox
Reamer commented on pull request #3917: URL: https://github.com/apache/zeppelin/pull/3917#issuecomment-698905250 When this is ready for review, let me know. This is an automated message from the Apache Git Service. To respond

[GitHub] [zeppelin] Reamer commented on a change in pull request #3917: [ZEPPELIN-5053]. Transfer Zeppelin server configuration to a remote interpreter

2020-09-22 Thread GitBox
Reamer commented on a change in pull request #3917: URL: https://github.com/apache/zeppelin/pull/3917#discussion_r492531084 ## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreter.java ## @@ -123,6 +123,7 @@ public void open() thro

[GitHub] [zeppelin] Reamer commented on a change in pull request #3917: [ZEPPELIN-5053]. Transfer Zeppelin server configuration to a remote interpreter

2020-09-22 Thread GitBox
Reamer commented on a change in pull request #3917: URL: https://github.com/apache/zeppelin/pull/3917#discussion_r492531084 ## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreter.java ## @@ -123,6 +123,7 @@ public void open() thro

[GitHub] [zeppelin] zjffdu opened a new pull request #3917: [ZEPPELIN-5053]. Transfer Zeppelin server configuration to a remote interpreter

2020-09-22 Thread GitBox
zjffdu opened a new pull request #3917: URL: https://github.com/apache/zeppelin/pull/3917 ### What is this PR for? This PR add method `init` to pass `ZeppelinConfiguration` in the thrift interface between zeppelin server and interpreter process. And put lifecycle manager initial

[jira] [Created] (ZEPPELIN-5053) Transfer Zeppelin server configuration to a remote interpreter (k8s)

2020-09-17 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5053: Summary: Transfer Zeppelin server configuration to a remote interpreter (k8s) Key: ZEPPELIN-5053 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5053 Project

[jira] [Created] (ZEPPELIN-4820) Resource value not serialized from remote interpreter

2020-05-14 Thread Mathias Herberts (Jira)
Mathias Herberts created ZEPPELIN-4820: -- Summary: Resource value not serialized from remote interpreter Key: ZEPPELIN-4820 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4820 Project

[GitHub] [zeppelin] asfgit closed pull request #3430: [ZEPPELIN-4312] enable livy to run as remote interpreter in docker

2019-10-11 Thread GitBox
asfgit closed pull request #3430: [ZEPPELIN-4312] enable livy to run as remote interpreter in docker URL: https://github.com/apache/zeppelin/pull/3430 This is an automated message from the Apache Git Service. To respond to

[GitHub] [zeppelin] zjffdu commented on issue #3430: [ZEPPELIN-4312] enable livy to run as remote interpreter in docker

2019-10-08 Thread GitBox
zjffdu commented on issue #3430: [ZEPPELIN-4312] enable livy to run as remote interpreter in docker URL: https://github.com/apache/zeppelin/pull/3430#issuecomment-539783294 Thanks @zlosim will merge if no more comments This

[GitHub] [zeppelin] felixcheung commented on a change in pull request #3430: [ZEPPELIN-4312] enable livy to run as remote interpreter in docker

2019-10-02 Thread GitBox
felixcheung commented on a change in pull request #3430: [ZEPPELIN-4312] enable livy to run as remote interpreter in docker URL: https://github.com/apache/zeppelin/pull/3430#discussion_r330855667 ## File path: zeppelin-plugins/launcher/docker/src/main/java/org/apache/zeppelin

[GitHub] [zeppelin] zlosim commented on a change in pull request #3430: [ZEPPELIN-4312] enable livy to run as remote interpreter in docker

2019-10-02 Thread GitBox
zlosim commented on a change in pull request #3430: [ZEPPELIN-4312] enable livy to run as remote interpreter in docker URL: https://github.com/apache/zeppelin/pull/3430#discussion_r330402379 ## File path: zeppelin-plugins/launcher/docker/src/main/java/org/apache/zeppelin

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3430: [ZEPPELIN-4312] enable livy to run as remote interpreter in docker

2019-10-01 Thread GitBox
zjffdu commented on a change in pull request #3430: [ZEPPELIN-4312] enable livy to run as remote interpreter in docker URL: https://github.com/apache/zeppelin/pull/3430#discussion_r329919616 ## File path: zeppelin-plugins/launcher/docker/src/main/java/org/apache/zeppelin

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3430: [ZEPPELIN-4312] enable livy to run as remote interpreter in docker

2019-10-01 Thread GitBox
zjffdu commented on a change in pull request #3430: [ZEPPELIN-4312] enable livy to run as remote interpreter in docker URL: https://github.com/apache/zeppelin/pull/3430#discussion_r329919270 ## File path: zeppelin-plugins/launcher/docker/src/main/java/org/apache/zeppelin

[GitHub] [zeppelin] zlosim commented on issue #3430: [ZEPPELIN-4312] enable livy to run as remote interpreter in docker

2019-09-30 Thread GitBox
zlosim commented on issue #3430: [ZEPPELIN-4312] enable livy to run as remote interpreter in docker URL: https://github.com/apache/zeppelin/pull/3430#issuecomment-536897321 @zjffdu @liuxunorg kindly ask for feedback for this

[GitHub] [zeppelin] asfgit closed pull request #3445: [ZEPPELIN-4263] Fixed cluster docker mode cannot exit the container of the remote interpreter

2019-09-18 Thread GitBox
asfgit closed pull request #3445: [ZEPPELIN-4263] Fixed cluster docker mode cannot exit the container of the remote interpreter URL: https://github.com/apache/zeppelin/pull/3445 This is an automated message from the Apache

[GitHub] [zeppelin] liuxunorg commented on issue #3445: [ZEPPELIN-4263] Fixed cluster docker mode cannot exit the container of the remote interpreter

2019-09-18 Thread GitBox
liuxunorg commented on issue #3445: [ZEPPELIN-4263] Fixed cluster docker mode cannot exit the container of the remote interpreter URL: https://github.com/apache/zeppelin/pull/3445#issuecomment-532709446 Will merge if no more comments

[GitHub] [zeppelin] liuxunorg commented on issue #3445: [ZEPPELIN-4263] Fixed cluster docker mode cannot exit the container of the remote interpreter

2019-09-17 Thread GitBox
liuxunorg commented on issue #3445: [ZEPPELIN-4263] Fixed cluster docker mode cannot exit the container of the remote interpreter URL: https://github.com/apache/zeppelin/pull/3445#issuecomment-532254498 [CI Pass](https://travis-ci.org/liuxunorg/zeppelin/builds/585958134

[GitHub] [zeppelin] liuxunorg commented on a change in pull request #3445: [ZEPPELIN-4263] Fixed cluster docker mode cannot exit the container of the remote interpreter

2019-09-17 Thread GitBox
liuxunorg commented on a change in pull request #3445: [ZEPPELIN-4263] Fixed cluster docker mode cannot exit the container of the remote interpreter URL: https://github.com/apache/zeppelin/pull/3445#discussion_r325048782 ## File path: zeppelin-plugins/launcher/docker/src/main/java

[GitHub] [zeppelin] liuxunorg commented on a change in pull request #3445: [ZEPPELIN-4263] Fixed cluster docker mode cannot exit the container of the remote interpreter

2019-09-17 Thread GitBox
liuxunorg commented on a change in pull request #3445: [ZEPPELIN-4263] Fixed cluster docker mode cannot exit the container of the remote interpreter URL: https://github.com/apache/zeppelin/pull/3445#discussion_r325047375 ## File path: zeppelin-plugins/launcher/docker/src/main/java

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3445: [ZEPPELIN-4263] Fixed cluster docker mode cannot exit the container of the remote interpreter

2019-09-17 Thread GitBox
zjffdu commented on a change in pull request #3445: [ZEPPELIN-4263] Fixed cluster docker mode cannot exit the container of the remote interpreter URL: https://github.com/apache/zeppelin/pull/3445#discussion_r325024026 ## File path: zeppelin-plugins/launcher/docker/src/main/java

[GitHub] [zeppelin] liuxunorg commented on a change in pull request #3445: [ZEPPELIN-4263] Fixed cluster docker mode cannot exit the container of the remote interpreter

2019-09-17 Thread GitBox
liuxunorg commented on a change in pull request #3445: [ZEPPELIN-4263] Fixed cluster docker mode cannot exit the container of the remote interpreter URL: https://github.com/apache/zeppelin/pull/3445#discussion_r325015375 ## File path: zeppelin-plugins/launcher/docker/src/main/java

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3445: [ZEPPELIN-4263] Fixed cluster docker mode cannot exit the container of the remote interpreter

2019-09-17 Thread GitBox
zjffdu commented on a change in pull request #3445: [ZEPPELIN-4263] Fixed cluster docker mode cannot exit the container of the remote interpreter URL: https://github.com/apache/zeppelin/pull/3445#discussion_r325013103 ## File path: zeppelin-plugins/launcher/docker/src/main/java

[GitHub] [zeppelin] felixcheung commented on a change in pull request #3445: [ZEPPELIN-4263] Fixed cluster docker mode cannot exit the container of the remote interpreter

2019-09-16 Thread GitBox
felixcheung commented on a change in pull request #3445: [ZEPPELIN-4263] Fixed cluster docker mode cannot exit the container of the remote interpreter URL: https://github.com/apache/zeppelin/pull/3445#discussion_r324962167 ## File path: zeppelin-plugins/launcher/docker/src/main

[GitHub] [zeppelin] felixcheung commented on a change in pull request #3445: [ZEPPELIN-4263] Fixed cluster docker mode cannot exit the container of the remote interpreter

2019-09-16 Thread GitBox
felixcheung commented on a change in pull request #3445: [ZEPPELIN-4263] Fixed cluster docker mode cannot exit the container of the remote interpreter URL: https://github.com/apache/zeppelin/pull/3445#discussion_r324962214 ## File path: zeppelin-plugins/launcher/docker/src/main

[GitHub] [zeppelin] liuxunorg opened a new pull request #3445: [ZEPPELIN-4263] Fixed cluster docker mode cannot exit the container of the remote interpreter

2019-09-15 Thread GitBox
liuxunorg opened a new pull request #3445: [ZEPPELIN-4263] Fixed cluster docker mode cannot exit the container of the remote interpreter URL: https://github.com/apache/zeppelin/pull/3445 ### What is this PR for? Because docker first used the `while :; do sleep 1; done` script to start

[GitHub] [zeppelin] zlosim commented on a change in pull request #3430: [ZEPPELIN-4312] enable livy to run as remote interpreter in docker

2019-08-28 Thread GitBox
zlosim commented on a change in pull request #3430: [ZEPPELIN-4312] enable livy to run as remote interpreter in docker URL: https://github.com/apache/zeppelin/pull/3430#discussion_r318526322 ## File path: zeppelin-plugins/launcher/docker/src/main/java/org/apache/zeppelin

[GitHub] [zeppelin] zlosim commented on a change in pull request #3430: [ZEPPELIN-4312] enable livy to run as remote interpreter in docker

2019-08-28 Thread GitBox
zlosim commented on a change in pull request #3430: [ZEPPELIN-4312] enable livy to run as remote interpreter in docker URL: https://github.com/apache/zeppelin/pull/3430#discussion_r318526322 ## File path: zeppelin-plugins/launcher/docker/src/main/java/org/apache/zeppelin

[GitHub] [zeppelin] liuxunorg commented on a change in pull request #3430: [ZEPPELIN-4312] enable livy to run as remote interpreter in docker

2019-08-23 Thread GitBox
liuxunorg commented on a change in pull request #3430: [ZEPPELIN-4312] enable livy to run as remote interpreter in docker URL: https://github.com/apache/zeppelin/pull/3430#discussion_r317195248 ## File path: zeppelin-plugins/launcher/docker/src/main/java/org/apache/zeppelin

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3430: [ZEPPELIN-4312] enable livy to run as remote interpreter in docker

2019-08-23 Thread GitBox
zjffdu commented on a change in pull request #3430: [ZEPPELIN-4312] enable livy to run as remote interpreter in docker URL: https://github.com/apache/zeppelin/pull/3430#discussion_r317038711 ## File path: zeppelin-plugins/launcher/docker/src/main/java/org/apache/zeppelin

[GitHub] [zeppelin] zlosim opened a new pull request #3430: [ZEPPELIN-4312] enable livy to run as remote interpreter in docker

2019-08-23 Thread GitBox
zlosim opened a new pull request #3430: [ZEPPELIN-4312] enable livy to run as remote interpreter in docker URL: https://github.com/apache/zeppelin/pull/3430 ### What is this PR for? This pull request enables livy interpreter to run as remote interpreter in docker. This is (hopefully

[jira] [Created] (ZEPPELIN-4312) enable livy interpreter when running remote interpreter in docker

2019-08-23 Thread Michal Vince (Jira)
Michal Vince created ZEPPELIN-4312: -- Summary: enable livy interpreter when running remote interpreter in docker Key: ZEPPELIN-4312 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4312 Project

[jira] [Created] (ZEPPELIN-4263) Cluster mode cannot exit the container of the remote interpreter

2019-07-18 Thread Xun Liu (JIRA)
Xun Liu created ZEPPELIN-4263: - Summary: Cluster mode cannot exit the container of the remote interpreter Key: ZEPPELIN-4263 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4263 Project: Zeppelin

[jira] [Created] (ZEPPELIN-4262) Cluster mode cannot exit the container of the remote interpreter

2019-07-18 Thread Xun Liu (JIRA)
Xun Liu created ZEPPELIN-4262: - Summary: Cluster mode cannot exit the container of the remote interpreter Key: ZEPPELIN-4262 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4262 Project: Zeppelin

[jira] [Created] (ZEPPELIN-3966) Remote interpreter reporting 'badMessage: 400 for HttpChannelOverHttp'

2019-01-25 Thread Carl (JIRA)
Carl created ZEPPELIN-3966: -- Summary: Remote interpreter reporting 'badMessage: 400 for HttpChannelOverHttp' Key: ZEPPELIN-3966 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3966 Project

[GitHub] zeppelin pull request #1385: [ZEPPELIN-1395] Local or Remote Interpreter by ...

2018-05-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1385 ---

[GitHub] zeppelin pull request #2597: ZEPPELIN-2942. Remove non-remote interpreter ap...

2017-10-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2597 ---

[GitHub] zeppelin issue #2597: ZEPPELIN-2942. Remove non-remote interpreter approach

2017-10-09 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2597 LGTM ---

[GitHub] zeppelin issue #2597: ZEPPELIN-2942. Remove non-remote interpreter approach

2017-10-09 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2597 Will merge if no more discussion. ---

[GitHub] zeppelin issue #2597: ZEPPELIN-2942. Remove non-remote interpreter approach

2017-10-07 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2597 ping @Leemoonsoo ---

[GitHub] zeppelin pull request #2597: ZEPPELIN-2942. Remove non-remote interpreter ap...

2017-09-24 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2597 ZEPPELIN-2942. Remove non-remote interpreter approach ### What is this PR for? This PR is just trying to remove non-remote interpreter approach. ### What type of PR is it

[GitHub] zeppelin issue #2597: ZEPPELIN-2942. Remove non-remote interpreter approach

2017-09-24 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2597 @Leemoonsoo Could you help review ? Thanks ---

[jira] [Created] (ZEPPELIN-2942) Remove existing process approach & non-remote interpreter approach

2017-09-19 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2942: Summary: Remove existing process approach & non-remote interpreter approach Key: ZEPPELIN-2942 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2942 Pro

Re: Issues in using Remote Interpreter

2016-09-12 Thread Sachin Janani
Hi Eric,Sourav, I tried with latest HEAD and it seems to be broken but it works properly with zeppelin 0.6.1. On Mon, Sep 12, 2016 at 6:53 PM, Eric Charles wrote: > Another more classical way to achieve this is to start the remote > interpreter via the shell command (example

Re: Issues in using Remote Interpreter

2016-09-12 Thread Hyung Sung Shim
issue for this? 2016-09-12 22:23 GMT+09:00 Eric Charles : > Another more classical way to achieve this is to start the remote > interpreter via the shell command (example `./bin/interpreter.sh -p 3034 -d > markdown`). > > When I configure the markdown interpreter to connect to local

Re: Issues in using Remote Interpreter

2016-09-12 Thread Eric Charles
Another more classical way to achieve this is to start the remote interpreter via the shell command (example `./bin/interpreter.sh -p 3034 -d markdown`). When I configure the markdown interpreter to connect to localhost:3034, I receive an thrift exception (*). My thrift server and client are

[GitHub] zeppelin issue #1385: [ZEPPELIN-1395] Local or Remote Interpreter by Configu...

2016-09-10 Thread echarles
Github user echarles commented on the issue: https://github.com/apache/zeppelin/pull/1385 @jongyoul ZeppelinConfiguration is now remove also on that method. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] zeppelin issue #1385: [ZEPPELIN-1395] Local or Remote Interpreter by Configu...

2016-09-02 Thread echarles
Github user echarles commented on the issue: https://github.com/apache/zeppelin/pull/1385 @jongyoul `ZeppelinConfiguration.create()` is now used and method signature are now like before. --- If your project is set up for it, you can reply to this email and have your reply appear on G

[GitHub] zeppelin issue #1385: [ZEPPELIN-1395] Local or Remote Interpreter by Configu...

2016-09-02 Thread echarles
Github user echarles commented on the issue: https://github.com/apache/zeppelin/pull/1385 @astroshim Thx for the review. I have pushed a fix. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have t

[GitHub] zeppelin issue #1385: [ZEPPELIN-1395] Local or Remote Interpreter by Configu...

2016-08-31 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1385 Please fix the CI-fails. ``` [INFO] There are 5 checkstyle errors. [ERROR] InterpreterFactory.java[302] (sizes) LineLength: Line is longer than 100 characters (found 106). [ERROR

[GitHub] zeppelin issue #1385: [ZEPPELIN-1395] Local or Remote Interpreter by Configu...

2016-08-29 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1385 `ZeppelinConfiguration` has a factory method, thus you don't have to pass it by parameter and you can use `ZeppelinConfiguration.create()` --- If your project is set up for it, you can reply to

[GitHub] zeppelin pull request #1385: [ZEPPELIN-1395] Local or Remote Interpreter by ...

2016-08-29 Thread echarles
GitHub user echarles opened a pull request: https://github.com/apache/zeppelin/pull/1385 [ZEPPELIN-1395] Local or Remote Interpreter by Configuration ### What is this PR for? The current remote interpreter (launched via shell) is scalable and open but suffers from 2 limitations

[jira] [Created] (ZEPPELIN-1395) Local or Remote Interpreter by Configuration

2016-08-29 Thread Eric Charles (JIRA)
Eric Charles created ZEPPELIN-1395: -- Summary: Local or Remote Interpreter by Configuration Key: ZEPPELIN-1395 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1395 Project: Zeppelin

[jira] [Created] (ZEPPELIN-1377) Run remote interpreter process in remote machine

2016-08-26 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-1377: Summary: Run remote interpreter process in remote machine Key: ZEPPELIN-1377 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1377 Project: Zeppelin

Issues in using Remote Interpreter

2016-08-19 Thread Sourav Mazumder
Hi, >From the documentation it is not very clear how exactly the remote interpreter works. Here is what I tried. But it didn't work. I am using zeppelin 0.6.1 binary and spark 2.0. 1. In a remote spark cluster a) I created a spark interpreter (copying from the default spark interpret

[jira] [Created] (ZEPPELIN-1234) Zeppelin server will wait indefinitely while restarting the already executing remote interpreter

2016-07-26 Thread Sachin Janani (JIRA)
Sachin Janani created ZEPPELIN-1234: --- Summary: Zeppelin server will wait indefinitely while restarting the already executing remote interpreter Key: ZEPPELIN-1234 URL: https://issues.apache.org/jira/browse

[jira] [Created] (ZEPPELIN-1196) Connecting to already running remote interpreter process with multiple interpreters in a group throws exception

2016-07-16 Thread Sachin Janani (JIRA)
Sachin Janani created ZEPPELIN-1196: --- Summary: Connecting to already running remote interpreter process with multiple interpreters in a group throws exception Key: ZEPPELIN-1196 URL: https://issues.apache.org

[jira] [Created] (ZEPPELIN-940) Allow zeppelin server to connect to already executing Remote Interpreter

2016-06-01 Thread Sachin Janani (JIRA)
Sachin Janani created ZEPPELIN-940: -- Summary: Allow zeppelin server to connect to already executing Remote Interpreter Key: ZEPPELIN-940 URL: https://issues.apache.org/jira/browse/ZEPPELIN-940