[GitHub] [zeppelin] felixcheung commented on a change in pull request #3337: [ZEPPELIN-4078] Ipython queue performance

2019-03-20 Thread GitBox
felixcheung commented on a change in pull request #3337: [ZEPPELIN-4078] Ipython queue performance URL: https://github.com/apache/zeppelin/pull/3337#discussion_r267638063 ## File path: python/src/main/resources/grpc/python/ipython_server.py ## @@ -52,24 +52,19 @@ def execu

[GitHub] [zeppelin] felixcheung commented on a change in pull request #3337: [ZEPPELIN-4078] Ipython queue performance

2019-03-20 Thread GitBox
felixcheung commented on a change in pull request #3337: [ZEPPELIN-4078] Ipython queue performance URL: https://github.com/apache/zeppelin/pull/3337#discussion_r267637879 ## File path: python/src/main/resources/grpc/python/ipython_server.py ## @@ -52,24 +52,19 @@ def execu

[jira] [Created] (ZEPPELIN-4082) Error occured when using UDF with scoped notebook

2019-03-20 Thread Jin-Hyeok, Cha (JIRA)
Jin-Hyeok, Cha created ZEPPELIN-4082: Summary: Error occured when using UDF with scoped notebook Key: ZEPPELIN-4082 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4082 Project: Zeppelin

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

2019-03-20 Thread GitBox
zjffdu opened a new 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 ### What is this PR for? This PR will break python code execution if the python process is existed. Besides that, I

[jira] [Created] (ZEPPELIN-4081) when the python process is killed,the task state is still running

2019-03-20 Thread MOBIN (JIRA)
MOBIN created ZEPPELIN-4081: --- Summary: when the python process is killed,the task state is still running Key: ZEPPELIN-4081 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4081 Project: Zeppelin

[GitHub] [zeppelin] AyWa commented on issue #3336: [ZEPPELIN-4078] Fix concurrent autocomplete and execute for Ipython

2019-03-20 Thread GitBox
AyWa commented on issue #3336: [ZEPPELIN-4078] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#issuecomment-475073644 @Leemoonsoo Thx you for the info, I guess it was because of `new Properties()`. i pushed a changed to use `initIntpPro

[GitHub] [zeppelin] jongyoul commented on a change in pull request #3316: [ZEPPELIN-3985]. Move note permission from notebook-authorization.json to note file

2019-03-20 Thread GitBox
jongyoul commented on a change in pull request #3316: [ZEPPELIN-3985]. Move note permission from notebook-authorization.json to note file URL: https://github.com/apache/zeppelin/pull/3316#discussion_r267533084 ## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/noteboo

[GitHub] [zeppelin] Leemoonsoo edited a comment on issue #3336: [ZEPPELIN-4078] Fix concurrent autocomplete and execute for Ipython

2019-03-20 Thread GitBox
Leemoonsoo edited a comment on issue #3336: [ZEPPELIN-4078] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#issuecomment-474924351 Thanks @AyWa for the contribution. A test is failing with ``` 13:09:18,331 INFO org.apache.zepp

[GitHub] [zeppelin] Leemoonsoo commented on issue #3336: [ZEPPELIN-4078] Fix concurrent autocomplete and execute for Ipython

2019-03-20 Thread GitBox
Leemoonsoo commented on issue #3336: [ZEPPELIN-4078] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#issuecomment-474924351 Thanks @AyWa for the contribution. Looks like a test is failing with ``` 13:09:18,331 INFO org.apache.

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

2019-03-20 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-474852742 @felixcheung Could you help review it ? Thanks -

[GitHub] [zeppelin] zjffdu commented on issue #3336: [ZEPPELIN-4078] Fix concurrent autocomplete and execute for Ipython

2019-03-20 Thread GitBox
zjffdu commented on issue #3336: [ZEPPELIN-4078] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#issuecomment-474766783 Thanks @AyWa LGTM This is an automated message from

[GitHub] [zeppelin] AyWa opened a new pull request #3337: [ZEPPELIN-4078] Ipython queue performance

2019-03-20 Thread GitBox
AyWa opened a new pull request #3337: [ZEPPELIN-4078] Ipython queue performance URL: https://github.com/apache/zeppelin/pull/3337 ### What is this PR for? The pr is to fix a bug that will make the **ipython** queue listener, overuse cpu. After this fix, cpu usage should be way lower.

[GitHub] [zeppelin] AyWa opened a new pull request #3336: [ZEPPELIN-4078] Fix concurrent autocomplete and execute for Ipython

2019-03-20 Thread GitBox
AyWa opened a new pull request #3336: [ZEPPELIN-4078] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336 ### What is this PR for? The pr is to fix a bug that will make the **ipython** `execute_interactive` hang forever if a auto `co