[GitHub] [zeppelin] liuxunorg commented on issue #3342: [ZEPPELIN-4031] Fixed Unable to detect that the interpreter process was killed manually

2019-03-27 Thread GitBox
liuxunorg commented on issue #3342: [ZEPPELIN-4031] Fixed Unable to detect that the interpreter process was killed manually URL: https://github.com/apache/zeppelin/pull/3342#issuecomment-477419405 CI Pass https://travis-ci.org/liuxunorg/zeppelin @zjffdu , @felixcheung , Please help me

[GitHub] [zeppelin] liuxunorg edited a comment on issue #3342: [ZEPPELIN-4031] Fixed Unable to detect that the interpreter process was killed manually

2019-03-27 Thread GitBox
liuxunorg edited a comment on issue #3342: [ZEPPELIN-4031] Fixed Unable to detect that the interpreter process was killed manually URL: https://github.com/apache/zeppelin/pull/3342#issuecomment-477419405 CI Pass https://travis-ci.org/liuxunorg/zeppelin/builds/512089147 @zjffdu ,

[GitHub] [zeppelin] zjffdu commented on issue #3316: [ZEPPELIN-3985]. Move note permission from notebook-authorization.json to note file

2019-03-27 Thread GitBox
zjffdu commented on issue #3316: [ZEPPELIN-3985]. Move note permission from notebook-authorization.json to note file URL: https://github.com/apache/zeppelin/pull/3316#issuecomment-477418606 Will merge if no more comments

[GitHub] [zeppelin] liuxunorg commented on a change in pull request #3342: [ZEPPELIN-4031] Fixed Unable to detect that the interpreter process was killed manually

2019-03-27 Thread GitBox
liuxunorg commented on a change in pull request #3342: [ZEPPELIN-4031] Fixed Unable to detect that the interpreter process was killed manually URL: https://github.com/apache/zeppelin/pull/3342#discussion_r269836270 ## File path:

[GitHub] [zeppelin] asfgit closed pull request #3338: ZEPPELIN-4081. when the python process is killed, the task state is still running

2019-03-27 Thread GitBox
asfgit closed pull request #3338: ZEPPELIN-4081. when the python process is killed,the task state is still running URL: https://github.com/apache/zeppelin/pull/3338 This is an automated message from the Apache Git Service.

[GitHub] [zeppelin] asfgit closed pull request #3343: [ZEPPELIN-4063] Don't include noteId for constructing Interpreter GroupId when under isolated per user mode

2019-03-27 Thread GitBox
asfgit closed pull request #3343: [ZEPPELIN-4063] Don't include noteId for constructing Interpreter GroupId when under isolated per user mode URL: https://github.com/apache/zeppelin/pull/3343 This is an automated message

[GitHub] [zeppelin] asfgit closed pull request #3331: [Zeppelin-4049] Hadoop Submarine (Machine Learning) interpreter

2019-03-27 Thread GitBox
asfgit closed pull request #3331: [Zeppelin-4049] Hadoop Submarine (Machine Learning) interpreter URL: https://github.com/apache/zeppelin/pull/3331 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [zeppelin] liuxunorg commented on issue #3331: [Zeppelin-4049] Hadoop Submarine (Machine Learning) interpreter

2019-03-27 Thread GitBox
liuxunorg commented on issue #3331: [Zeppelin-4049] Hadoop Submarine (Machine Learning) interpreter URL: https://github.com/apache/zeppelin/pull/3331#issuecomment-477409909 Thanks @zjffdu , @felixcheung review code, **[Hadoop submarine project

0.8.2-SNAPSHOT: WebSocket Write EOF 1006

2019-03-27 Thread J.Dadashev
Hello, I have created a docker container based on Python 3.7 with matplotlib and some other libraries. Here is my Dockerfile: RUN apt-get update RUN pip install --upgrade pip RUN pip install numpy pandas scipy matplotlib RUN apt-get install -y libaio-dev RUN apt-get clean I build the image:

[GitHub] [zeppelin] zjffdu commented on issue #3331: [Zeppelin-4049] Hadoop Submarine (Machine Learning) interpreter

2019-03-27 Thread GitBox
zjffdu commented on issue #3331: [Zeppelin-4049] Hadoop Submarine (Machine Learning) interpreter URL: https://github.com/apache/zeppelin/pull/3331#issuecomment-477149884 Thanks @liuxunorg for this big contribution, I will merge it if no more comments. Since this PR is independent on other

[jira] [Created] (ZEPPELIN-4095) Only Readable Zeppelin Server

2019-03-27 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-4095: Summary: Only Readable Zeppelin Server Key: ZEPPELIN-4095 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4095 Project: Zeppelin Issue Type: New Feature

[jira] [Created] (ZEPPELIN-4094) Pyspark on Windows missing PYTHONPATH

2019-03-27 Thread Carsten Braess (JIRA)
Carsten Braess created ZEPPELIN-4094: Summary: Pyspark on Windows missing PYTHONPATH Key: ZEPPELIN-4094 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4094 Project: Zeppelin Issue

[GitHub] [zeppelin] liuxunorg commented on issue #3342: [ZEPPELIN-4031] Fixed Unable to detect that the interpreter process was killed manually

2019-03-27 Thread GitBox
liuxunorg commented on issue #3342: [ZEPPELIN-4031] Fixed Unable to detect that the interpreter process was killed manually URL: https://github.com/apache/zeppelin/pull/3342#issuecomment-477046336 ### No need to click the second time to execute successfully. Restore the interpreter

[GitHub] [zeppelin] jongyoul commented on issue #3335: [MINOR] Refactor CronJob class

2019-03-27 Thread GitBox
jongyoul commented on issue #3335: [MINOR] Refactor CronJob class URL: https://github.com/apache/zeppelin/pull/3335#issuecomment-477038163 CI passed: https://travis-ci.org/jongyoul/zeppelin/builds/511850669 This is an