[GitHub] [zeppelin] jongyoul closed pull request #3007: zeppelin 0.8 version pyspark interpreter error when using ipython

2022-04-20 Thread GitBox
jongyoul closed pull request #3007: zeppelin 0.8 version pyspark interpreter error when using ipython URL: https://github.com/apache/zeppelin/pull/3007 -- 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

[GitHub] [zeppelin] jongyoul commented on pull request #3007: zeppelin 0.8 version pyspark interpreter error when using ipython

2022-04-20 Thread GitBox
jongyoul commented on PR #3007: URL: https://github.com/apache/zeppelin/pull/3007#issuecomment-1103814288 Let me close it as it's too outdated to handle. -- 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

[jira] [Created] (ZEPPELIN-5691) Code completion for ipython causes exception (sometimes)

2022-03-24 Thread jason ogaard (Jira)
jason ogaard created ZEPPELIN-5691: -- Summary: Code completion for ipython causes exception (sometimes) Key: ZEPPELIN-5691 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5691 Project: Zeppelin

Re: ipython interpreter prerequisites

2021-10-27 Thread denny wong
I see this message when I tried to list all installed modules.  I assume the  IPython.kernel module got brought in by the "pip install jupyter".  It seems I can replace it with "pip install jupyter_client"? The `IPython.kernel` package has been deprecated since IPython 4.

Re: ipython interpreter prerequisites

2021-10-27 Thread Jeff Zhang
I don't think so, at least we need jupyter-client module as we use jupyter-client api to connect with ipython kernel. denny wong 于2021年10月28日周四 上午11:24写道: > Hi > Question about the ipython interpreter prerequisites. The jupyter module > version ( https://pypi.org/project/jupyter/)

Re: ipython interpreter prerequisites

2021-10-27 Thread denny wong
Hi Question about the ipython interpreter prerequisites.  The jupyter module version ( https://pypi.org/project/jupyter/) is pretty old.  Can it be replaced by ipykernel module (https://pypi.org/project/ipykernel/)?   Prerequisites - Jupyter `pip install jupyter` - grpcio `pip install grpcio

[jira] [Created] (ZEPPELIN-5533) Fail to get code completion in IPython interpreter

2021-09-21 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5533: Summary: Fail to get code completion in IPython interpreter Key: ZEPPELIN-5533 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5533 Project: Zeppelin

[GitHub] [zeppelin] asfgit closed pull request #4198: [ZEPPELIN-5479] %python.sql doesn't work with ipython interpreter

2021-08-10 Thread GitBox
asfgit closed pull request #4198: URL: https://github.com/apache/zeppelin/pull/4198 -- 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 the specific comment. To unsubscribe, e-mail:

[GitHub] [zeppelin] zjffdu commented on pull request #4198: [ZEPPELIN-5479] %python.sql doesn't work with ipython interpreter

2021-08-09 Thread GitBox
zjffdu commented on pull request #4198: URL: https://github.com/apache/zeppelin/pull/4198#issuecomment-895688714 Will merge if no more comment -- 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 opened a new pull request #4198: [ZEPPELIN-5479] %python.sql doesn't work with ipython interpreter

2021-08-06 Thread GitBox
zjffdu opened a new pull request #4198: URL: https://github.com/apache/zeppelin/pull/4198 ### What is this PR for? This PR make %python.sql work with both vanilla python interpreter and ipython interpreter. It depends on whether ipython prerequisites are met. ### What type

[jira] [Created] (ZEPPELIN-5479) %python.sql doesn't work with ipython interpreter

2021-08-06 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5479: Summary: %python.sql doesn't work with ipython interpreter Key: ZEPPELIN-5479 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5479 Project: Zeppelin

[jira] [Created] (ZEPPELIN-4684) Unable to use plotly in IPython interpreter

2020-03-13 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4684: Summary: Unable to use plotly in IPython interpreter Key: ZEPPELIN-4684 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4684 Project: Zeppelin Issue

[jira] [Created] (ZEPPELIN-4569) Zeppelin Ipython interpreter is not closing properly.

2020-01-18 Thread Loghi Perinpanayagam (Jira)
Loghi Perinpanayagam created ZEPPELIN-4569: -- Summary: Zeppelin Ipython interpreter is not closing properly. Key: ZEPPELIN-4569 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4569 Project

[jira] [Created] (ZEPPELIN-4531) Support Dash in IPython Interpreter

2020-01-02 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4531: Summary: Support Dash in IPython Interpreter Key: ZEPPELIN-4531 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4531 Project: Zeppelin Issue Type: New

[GitHub] [zeppelin] zjffdu opened a new pull request #3551: [ZEPPELIN-4480]. Move the ipython code into a general jupyter kernel bridge

2019-12-13 Thread GitBox
zjffdu opened a new pull request #3551: [ZEPPELIN-4480]. Move the ipython code into a general jupyter kernel bridge URL: https://github.com/apache/zeppelin/pull/3551 ### What is this PR for? This PR move the ipython code into module zeppelin-jupyter-adapter. And ipython

[jira] [Created] (ZEPPELIN-4480) Move the ipython code into a general jupyter kernel bridge

2019-12-11 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4480: Summary: Move the ipython code into a general jupyter kernel bridge Key: ZEPPELIN-4480 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4480 Project: Zeppelin

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

2019-10-22 Thread GitBox
AyWa edited a comment on issue #3336: [ZEPPELIN-4091] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#issuecomment-478428352 @zjffdu Thank you, the OOM fix the issue ! the test is working well: https://travis-ci.org/AyWa/zeppelin

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

2019-10-22 Thread GitBox
AyWa edited a comment on issue #3336: [ZEPPELIN-4091] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#issuecomment-475549925 I am kind of lost with the test: - I ran my fix, without the new test -> all the test pass on the ci

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

2019-10-22 Thread GitBox
AyWa edited a comment on issue #3336: [ZEPPELIN-4091] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#issuecomment-475549925 I am kind of lost with the test: - I ran my fix, without the new test -> all the test pass on the ci

[GitHub] [zeppelin] asfgit closed pull request #3337: [ZEPPELIN-4090] Ipython queue performance

2019-09-11 Thread GitBox
asfgit closed pull request #3337: [ZEPPELIN-4090] Ipython queue performance URL: https://github.com/apache/zeppelin/pull/3337 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [zeppelin] AyWa commented on issue #3337: [ZEPPELIN-4090] Ipython queue performance

2019-09-11 Thread GitBox
AyWa commented on issue #3337: [ZEPPELIN-4090] Ipython queue performance URL: https://github.com/apache/zeppelin/pull/3337#issuecomment-530291916 Thank you. This is an automated message from the Apache Git Service. To respond

[GitHub] [zeppelin] zjffdu commented on issue #3337: [ZEPPELIN-4090] Ipython queue performance

2019-09-11 Thread GitBox
zjffdu commented on issue #3337: [ZEPPELIN-4090] Ipython queue performance URL: https://github.com/apache/zeppelin/pull/3337#issuecomment-530291117 That's fine, let's look at this issue next time. This is an automated

[GitHub] [zeppelin] AyWa edited a comment on issue #3337: [ZEPPELIN-4090] Ipython queue performance

2019-09-11 Thread GitBox
AyWa edited a comment on issue #3337: [ZEPPELIN-4090] Ipython queue performance URL: https://github.com/apache/zeppelin/pull/3337#issuecomment-530290115 So I double check, it really seems to be correct, next pr I made I will ensure the CI is shown in the pr. does it work for you

[GitHub] [zeppelin] AyWa commented on issue #3337: [ZEPPELIN-4090] Ipython queue performance

2019-09-11 Thread GitBox
AyWa commented on issue #3337: [ZEPPELIN-4090] Ipython queue performance URL: https://github.com/apache/zeppelin/pull/3337#issuecomment-530290115 So I double check, it really seems to be correct, next pr I made I will ensure the CI is shown in the pr

[GitHub] [zeppelin] zjffdu commented on issue #3337: [ZEPPELIN-4090] Ipython queue performance

2019-09-11 Thread GitBox
zjffdu commented on issue #3337: [ZEPPELIN-4090] Ipython queue performance URL: https://github.com/apache/zeppelin/pull/3337#issuecomment-530288766 Another favor needs from you @AyWa Could you check whether you configure your travis according this guideline ? Because I don't see your

[GitHub] [zeppelin] zjffdu commented on issue #3337: [ZEPPELIN-4090] Ipython queue performance

2019-09-11 Thread GitBox
zjffdu commented on issue #3337: [ZEPPELIN-4090] Ipython queue performance URL: https://github.com/apache/zeppelin/pull/3337#issuecomment-530288322 Awesome, will merge it soon. This is an automated message from the Apache

[GitHub] [zeppelin] AyWa commented on issue #3337: [ZEPPELIN-4090] Ipython queue performance

2019-09-11 Thread GitBox
AyWa commented on issue #3337: [ZEPPELIN-4090] Ipython queue performance URL: https://github.com/apache/zeppelin/pull/3337#issuecomment-530286019 test are successful https://travis-ci.org/AyWa/zeppelin/builds/583492141

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

2019-09-11 Thread GitBox
zjffdu commented on a change in pull request #3337: [ZEPPELIN-4090] Ipython queue performance URL: https://github.com/apache/zeppelin/pull/3337#discussion_r323117291 ## File path: python/src/main/resources/grpc/python/ipython_server.py ## @@ -94,69 +105,24 @@ def

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

2019-09-11 Thread GitBox
AyWa commented on a change in pull request #3337: [ZEPPELIN-4090] Ipython queue performance URL: https://github.com/apache/zeppelin/pull/3337#discussion_r323114745 ## File path: python/src/main/resources/grpc/python/ipython_server.py ## @@ -94,69 +105,24 @@ def

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

2019-09-11 Thread GitBox
AyWa commented on a change in pull request #3337: [ZEPPELIN-4090] Ipython queue performance URL: https://github.com/apache/zeppelin/pull/3337#discussion_r323114745 ## File path: python/src/main/resources/grpc/python/ipython_server.py ## @@ -94,69 +105,24 @@ def

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

2019-09-11 Thread GitBox
AyWa commented on a change in pull request #3337: [ZEPPELIN-4090] Ipython queue performance URL: https://github.com/apache/zeppelin/pull/3337#discussion_r323114745 ## File path: python/src/main/resources/grpc/python/ipython_server.py ## @@ -94,69 +105,24 @@ def

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

2019-09-11 Thread GitBox
zjffdu commented on a change in pull request #3337: [ZEPPELIN-4090] Ipython queue performance URL: https://github.com/apache/zeppelin/pull/3337#discussion_r323113571 ## File path: python/src/main/resources/grpc/python/ipython_server.py ## @@ -94,69 +105,24 @@ def

[GitHub] [zeppelin] AyWa commented on issue #3337: [ZEPPELIN-4090] Ipython queue performance

2019-09-11 Thread GitBox
AyWa commented on issue #3337: [ZEPPELIN-4090] Ipython queue performance URL: https://github.com/apache/zeppelin/pull/3337#issuecomment-530264254 @zjffdu it was a bit longer than I expected, because I failed to rebased properly, but now everything is alright and ready to be reviewed

[GitHub] [zeppelin] AyWa edited a comment on issue #3337: [ZEPPELIN-4090] Ipython queue performance

2019-09-10 Thread GitBox
AyWa edited a comment on issue #3337: [ZEPPELIN-4090] Ipython queue performance URL: https://github.com/apache/zeppelin/pull/3337#issuecomment-529808863 @zjffdu thank you to ping me I am working on it and I just rebased and fixed the new conflict. I will ping you when test

[GitHub] [zeppelin] AyWa commented on issue #3337: [ZEPPELIN-4090] Ipython queue performance

2019-09-10 Thread GitBox
AyWa commented on issue #3337: [ZEPPELIN-4090] Ipython queue performance URL: https://github.com/apache/zeppelin/pull/3337#issuecomment-529808863 @zjffdu thank you to ping me, working on it and just rebase and fixed the new conflict. I will ping you when test are passing

[GitHub] [zeppelin] zjffdu commented on issue #3337: [ZEPPELIN-4090] Ipython queue performance

2019-09-10 Thread GitBox
zjffdu commented on issue #3337: [ZEPPELIN-4090] Ipython queue performance URL: https://github.com/apache/zeppelin/pull/3337#issuecomment-529806141 ping @AyWa This is an automated message from the Apache Git Service

[GitHub] [zeppelin] asfgit closed pull request #3336: [ZEPPELIN-4091] Fix concurrent autocomplete and execute for Ipython

2019-09-08 Thread GitBox
asfgit closed pull request #3336: [ZEPPELIN-4091] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336 This is an automated message from the Apache Git Service. To respond

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

2019-09-07 Thread GitBox
zjffdu commented on issue #3336: [ZEPPELIN-4091] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#issuecomment-529109567 Thanks, I will merge it soon This is an automated

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

2019-09-07 Thread GitBox
AyWa commented on issue #3336: [ZEPPELIN-4091] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#issuecomment-529109440 Yeah, I don't know why it is not shown in the pr. It was shown until I fix the conflict yesterday. https://travis

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

2019-09-07 Thread GitBox
zjffdu commented on issue #3336: [ZEPPELIN-4091] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#issuecomment-529109028 @AyWa where is the travis link ? Have you configured your travis ? It is weird that there's on travis CI link here

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

2019-09-07 Thread GitBox
AyWa commented on issue #3336: [ZEPPELIN-4091] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#issuecomment-529085991 I rebased and test succeeded.  This is an automated

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

2019-09-06 Thread GitBox
zjffdu commented on issue #3336: [ZEPPELIN-4091] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#issuecomment-529064509 @AyWa There's some flaky test, let me know if you doubt the failed test is not related

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

2019-09-06 Thread GitBox
AyWa commented on issue #3336: [ZEPPELIN-4091] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#issuecomment-528911244 Yes, I just could not see the trigger. But I checked and the build fail. I will have a look

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

2019-09-06 Thread GitBox
zjffdu commented on issue #3336: [ZEPPELIN-4091] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#issuecomment-528759253 Did you configure your travis ? https://zeppelin.apache.org/contribution/contributions.html#continuous-integration

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

2019-09-06 Thread GitBox
AyWa commented on issue #3336: [ZEPPELIN-4091] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#issuecomment-528757868 No problem :) by the way, the CI changed ? do I need to setup something

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

2019-09-06 Thread GitBox
zjffdu commented on issue #3336: [ZEPPELIN-4091] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#issuecomment-528757130 Thanks @AyWa , I am sorry that I forget to merge it. I will merge it after the CI completed

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

2019-09-06 Thread GitBox
AyWa commented on issue #3336: [ZEPPELIN-4091] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#issuecomment-528752013 @zjffdu I rebased because it has conflict. i think it was LGTM but not merge. Shall I work on something to make

[jira] [Created] (ZEPPELIN-4118) please document all requirements for ipython in 0.8.0 documentation

2019-04-11 Thread Charles Hedrick (JIRA)
Charles Hedrick created ZEPPELIN-4118: - Summary: please document all requirements for ipython in 0.8.0 documentation Key: ZEPPELIN-4118 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4118

[jira] [Created] (ZEPPELIN-4114) The Python interpreter crashes when Conda is used in combination with iPython in Zeppelin v0.8.1

2019-04-10 Thread Peter Moorthamer (JIRA)
Peter Moorthamer created ZEPPELIN-4114: -- Summary: The Python interpreter crashes when Conda is used in combination with iPython in Zeppelin v0.8.1 Key: ZEPPELIN-4114 URL: https://issues.apache.org/jira

[GitHub] [zeppelin] AyWa commented on issue #3337: [ZEPPELIN-4090] Ipython queue performance

2019-04-10 Thread GitBox
AyWa commented on issue #3337: [ZEPPELIN-4090] Ipython queue performance URL: https://github.com/apache/zeppelin/pull/3337#issuecomment-481575952 Will try to rebase and fix this pr in the coming week :) This is an automated

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

2019-04-03 Thread GitBox
zjffdu commented on issue #3336: [ZEPPELIN-4091] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#issuecomment-479715787 LGTM, will merge if no more comment

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

2019-04-03 Thread GitBox
AyWa commented on issue #3336: [ZEPPELIN-4091] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#issuecomment-479702958 Should I do something else on this side

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

2019-03-31 Thread GitBox
AyWa edited a comment on issue #3336: [ZEPPELIN-4091] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#issuecomment-478428352 @zjffdu Thank you, the OOM fix for the test is working well: https://travis-ci.org/AyWa/zeppelin/builds

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

2019-03-31 Thread GitBox
AyWa commented on issue #3336: [ZEPPELIN-4091] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#issuecomment-478428352 @zjffdu Thank you, the OOM fix for the test is working well: https://travis-ci.org/AyWa/zeppelin/builds/513921618

[GitHub] [zeppelin] zjffdu removed a comment on issue #3336: [ZEPPELIN-4091] Fix concurrent autocomplete and execute for Ipython

2019-03-31 Thread GitBox
zjffdu removed a comment on issue #3336: [ZEPPELIN-4091] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#issuecomment-478341454 @AyWa I have fixed OOM issue in https://github.com/apache/zeppelin/commit

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

2019-03-31 Thread GitBox
zjffdu commented on issue #3336: [ZEPPELIN-4091] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#issuecomment-478341426 @AyWa I have fixed OOM issue in https://github.com/apache/zeppelin/commit/1a8667c655bb848fd2d07e1fe94092190454a5dd

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

2019-03-31 Thread GitBox
zjffdu commented on issue #3336: [ZEPPELIN-4091] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#issuecomment-478341454 @AyWa I have fixed OOM issue in https://github.com/apache/zeppelin/commit/1a8667c655bb848fd2d07e1fe94092190454a5dd

[GitHub] [zeppelin] asfgit closed pull request #3339: [ZEPPELIN-4089] handle ipython kernel crash

2019-03-26 Thread GitBox
asfgit closed pull request #3339: [ZEPPELIN-4089] handle ipython kernel crash URL: https://github.com/apache/zeppelin/pull/3339 This is an automated message from the Apache Git Service. To respond to the message, please log

[jira] [Created] (ZEPPELIN-4091) Ipython hang when concurrent auto complete / run

2019-03-26 Thread marc hurabielle (JIRA)
marc hurabielle created ZEPPELIN-4091: - Summary: Ipython hang when concurrent auto complete / run Key: ZEPPELIN-4091 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4091 Project: Zeppelin

[jira] [Created] (ZEPPELIN-4090) Ipython CPU / queue improvement

2019-03-26 Thread marc hurabielle (JIRA)
marc hurabielle created ZEPPELIN-4090: - Summary: Ipython CPU / queue improvement Key: ZEPPELIN-4090 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4090 Project: Zeppelin Issue Type

[GitHub] [zeppelin] AyWa commented on issue #3339: [ZEPPELIN-4089] handle ipython kernel crash

2019-03-26 Thread GitBox
AyWa commented on issue #3339: [ZEPPELIN-4089] handle ipython kernel crash URL: https://github.com/apache/zeppelin/pull/3339#issuecomment-476569603 @zjffdu updated the jira for this pr. This is an automated message from

[jira] [Created] (ZEPPELIN-4089) Execution hang after ipython kernel die

2019-03-26 Thread marc hurabielle (JIRA)
marc hurabielle created ZEPPELIN-4089: - Summary: Execution hang after ipython kernel die Key: ZEPPELIN-4089 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4089 Project: Zeppelin

[GitHub] [zeppelin] AyWa commented on issue #3339: [ZEPPELIN-4078] handle ipython kernel crash

2019-03-26 Thread GitBox
AyWa commented on issue #3339: [ZEPPELIN-4078] handle ipython kernel crash URL: https://github.com/apache/zeppelin/pull/3339#issuecomment-476549536 Yeah sure. I will create subtask for my 3 pr. (for now they all share the same jira issue

[GitHub] [zeppelin] zjffdu edited a comment on issue #3339: [ZEPPELIN-4078] handle ipython kernel crash

2019-03-26 Thread GitBox
zjffdu edited a comment on issue #3339: [ZEPPELIN-4078] handle ipython kernel crash URL: https://github.com/apache/zeppelin/pull/3339#issuecomment-476545011 @AyWa Before I merge it, could you create a dedicated ticket for this PR ? I found you have 2 PRs for the same ticket ZEPPELIN-4078

[GitHub] [zeppelin] zjffdu commented on issue #3339: [ZEPPELIN-4078] handle ipython kernel crash

2019-03-26 Thread GitBox
zjffdu commented on issue #3339: [ZEPPELIN-4078] handle ipython kernel crash URL: https://github.com/apache/zeppelin/pull/3339#issuecomment-476545011 @AyWa Before I merge it, could you create a dedicated ticket for this PR. I found you have 2 PRs for the same ticket ZEPPELIN-4078

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

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

[GitHub] [zeppelin] zjffdu commented on issue #3339: [ZEPPELIN-4078] handle ipython kernel crash

2019-03-24 Thread GitBox
zjffdu commented on issue #3339: [ZEPPELIN-4078] handle ipython kernel crash URL: https://github.com/apache/zeppelin/pull/3339#issuecomment-475966122 Thanks @AyWa The unit test is very helpful This is an automated message

[GitHub] [zeppelin] AyWa commented on issue #3339: [ZEPPELIN-4078] handle ipython kernel crash

2019-03-24 Thread GitBox
AyWa commented on issue #3339: [ZEPPELIN-4078] handle ipython kernel crash URL: https://github.com/apache/zeppelin/pull/3339#issuecomment-475933364 @zjffdu Hi, I just found a way to test it: https://github.com/apache/zeppelin/pull/3339/commits/f37d5f95dcaab07fdab08d9e1f03265896d02e68

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

2019-03-23 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_r268418796 ## File path: python/src/main/resources/grpc/python/ipython_server.py ## @@ -52,24 +52,19 @@ def

[GitHub] [zeppelin] AyWa commented on issue #3339: [ZEPPELIN-4078] handle ipython kernel crash

2019-03-22 Thread GitBox
AyWa commented on issue #3339: [ZEPPELIN-4078] handle ipython kernel crash URL: https://github.com/apache/zeppelin/pull/3339#issuecomment-475551747 Just think that maybe we could just kill the ipython kernel, like finding pid. Might be easier for unit test

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

2019-03-22 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-475549925 I am kind of lost with the test...: - I ran my fix, without the new test -> all the test pass on the ci - I

[GitHub] [zeppelin] AyWa commented on issue #3339: [ZEPPELIN-4078] handle ipython kernel crash

2019-03-22 Thread GitBox
AyWa commented on issue #3339: [ZEPPELIN-4078] handle ipython kernel crash URL: https://github.com/apache/zeppelin/pull/3339#issuecomment-475520540 Yeah indeed, it require docker to do so :/ Before using docker I tried to so similar things but without success. I think the problem

[GitHub] [zeppelin] zjffdu commented on issue #3339: [ZEPPELIN-4078] handle ipython kernel crash

2019-03-22 Thread GitBox
zjffdu commented on issue #3339: [ZEPPELIN-4078] handle ipython kernel crash URL: https://github.com/apache/zeppelin/pull/3339#issuecomment-475519159 Thanks @AyWa , but it seems not easy to do unit test. I find this post which might be helpful. Do you mind to try this ? https

[GitHub] [zeppelin] AyWa commented on issue #3339: [ZEPPELIN-4078] handle ipython kernel crash

2019-03-22 Thread GitBox
AyWa commented on issue #3339: [ZEPPELIN-4078] handle ipython kernel crash URL: https://github.com/apache/zeppelin/pull/3339#issuecomment-475516201 @zjffdu Hi, I just push an example with docker. https://github.com/apache/zeppelin/commit/c9ec0335cd2fd93476cee31ba99b6dc157face0d

[GitHub] [zeppelin] AyWa commented on issue #3339: [ZEPPELIN-4078] handle ipython kernel crash

2019-03-21 Thread GitBox
AyWa commented on issue #3339: [ZEPPELIN-4078] handle ipython kernel crash URL: https://github.com/apache/zeppelin/pull/3339#issuecomment-475257022 Yeah an out of memory will do the trick. I Could reproduce with a docker running the ipython server with a memory limit. I will push

[GitHub] [zeppelin] zjffdu commented on issue #3339: [ZEPPELIN-4078] handle ipython kernel crash

2019-03-21 Thread GitBox
zjffdu commented on issue #3339: [ZEPPELIN-4078] handle ipython kernel crash URL: https://github.com/apache/zeppelin/pull/3339#issuecomment-475236454 @AyWa Do you know how to create such scenario (ipython server not die but ipython kernel die

[GitHub] [zeppelin] AyWa commented on issue #3339: [ZEPPELIN-4078] handle ipython kernel crash

2019-03-21 Thread GitBox
AyWa commented on issue #3339: [ZEPPELIN-4078] handle ipython kernel crash URL: https://github.com/apache/zeppelin/pull/3339#issuecomment-475169528 I want to bring unit test for that. However the easiest way is to use a docker image with a limit of memory. Wonder if it will be easy

[GitHub] [zeppelin] AyWa commented on a change in pull request #3339: [ZEPPELIN-4078] handle ipython kernel crash

2019-03-21 Thread GitBox
AyWa commented on a change in pull request #3339: [ZEPPELIN-4078] handle ipython kernel crash URL: https://github.com/apache/zeppelin/pull/3339#discussion_r267684636 ## File path: python/src/main/resources/grpc/python/ipython_server.py ## @@ -146,10 +160,16 @@ def serve

[GitHub] [zeppelin] AyWa opened a new pull request #3339: [ZEPPELIN-4078] handle ipython kernel crash

2019-03-21 Thread GitBox
AyWa opened a new pull request #3339: [ZEPPELIN-4078] handle ipython kernel crash URL: https://github.com/apache/zeppelin/pull/3339 ### What is this PR for? The pr is the last fix of the `ZEPPELIN-4078` It will aims to notify user when ipython kernel crash. Indeed, right now

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

2019-03-21 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-475155124 Okay thx. I will try to remove my test to see if the instability is coming from my test or the fix. lets see

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

2019-03-21 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-475145728 @AyWa You can rebuild it again, if it still happens, then most likely due to your PR

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

2019-03-21 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-475143484 @Leemoonsoo Seems like my ci is still failing. I got error: ``` ests run: 9, Failures: 0, Errors: 1

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

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

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

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

[GitHub] [zeppelin] AyWa commented on a change in pull request #3336: [ZEPPELIN-4078] Fix concurrent autocomplete and execute for Ipython

2019-03-21 Thread GitBox
AyWa commented on a change in pull request #3336: [ZEPPELIN-4078] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#discussion_r267639690 ## File path: python/src/main/resources/grpc/python/ipython_server.py ## @@ -72,29

[GitHub] [zeppelin] felixcheung commented on a change in pull request #3336: [ZEPPELIN-4078] Fix concurrent autocomplete and execute for Ipython

2019-03-21 Thread GitBox
felixcheung commented on a change in pull request #3336: [ZEPPELIN-4078] Fix concurrent autocomplete and execute for Ipython URL: https://github.com/apache/zeppelin/pull/3336#discussion_r267638285 ## File path: python/src/main/resources/grpc/python/ipython_server.py

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

2019-03-21 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

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

2019-03-21 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

[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

[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

[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

[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

[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

[jira] [Created] (ZEPPELIN-4078) Ipython improvement

2019-03-18 Thread marc hurabielle (JIRA)
marc hurabielle created ZEPPELIN-4078: - Summary: Ipython improvement Key: ZEPPELIN-4078 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4078 Project: Zeppelin Issue Type: Bug

[GitHub] [zeppelin] asfgit closed pull request #3332: ZEPPELIN-4062. Don't wait ipython kernel if python process failed

2019-03-13 Thread GitBox
asfgit closed pull request #3332: ZEPPELIN-4062. Don't wait ipython kernel if python process failed URL: https://github.com/apache/zeppelin/pull/3332 This is an automated message from the Apache Git Service. To respond

[jira] [Created] (ZEPPELIN-4065) Display ipython process launch output when ipython fails to launch

2019-03-12 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-4065: Summary: Display ipython process launch output when ipython fails to launch Key: ZEPPELIN-4065 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4065 Project

[GitHub] [zeppelin] zjffdu opened a new pull request #3332: ZEPPELIN-4062. Don't wait ipython kernel if python process failed

2019-03-12 Thread GitBox
zjffdu opened a new pull request #3332: ZEPPELIN-4062. Don't wait ipython kernel if python process failed URL: https://github.com/apache/zeppelin/pull/3332 ### What is this PR for? This PR will exist wait ipython process loop if the python process is failed. This can save time to exit

[jira] [Created] (ZEPPELIN-4062) Keep waiting ipython kernel when python process failed

2019-03-12 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-4062: Summary: Keep waiting ipython kernel when python process failed Key: ZEPPELIN-4062 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4062 Project: Zeppelin

Re: ipython

2019-02-07 Thread moon
Great question. with Zeppelin-0.8.x, IPython server (in Python interpreter) can run inside its own docker container. You can check http://zeppelin.apache.org/docs/0.8.1/interpreter/python.html#docker to see how it works. with Zeppelin-0.9.x (not released yet, build from source), all interpreter

  1   2   >