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
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
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
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
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
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
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
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
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.
--
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
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
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
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.
--
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
orMessage() {
+return this.interpreterProcessLauncher != null
+? this.interpreterProcessLauncher.getErrorMessage()
+: "";
+ }
+
+ private class InterpreterProcessLauncher extends ProcessLauncher {
+
+public InterpreterProcessLauncher(CommandLine commandLine, Map envs) {
+
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
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
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
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
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
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
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
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
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
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
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
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()
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 user asfgit closed the pull request at:
https://github.com/apache/zeppelin/pull/1385
---
Github user asfgit closed the pull request at:
https://github.com/apache/zeppelin/pull/2597
---
Github user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/2597
LGTM
---
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/2597
Will merge if no more discussion.
---
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/2597
ping @Leemoonsoo
---
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 user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/2597
@Leemoonsoo Could you help review ? Thanks
---
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
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
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
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 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 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 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 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 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 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
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
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
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
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
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
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
92 matches
Mail list logo