[GitHub] [zeppelin] liuxunorg edited a comment on issue #3333: [ZEPPELIN-4053]. Implement impersonation via c native api

2019-03-31 Thread GitBox
liuxunorg edited a comment on issue #: [ZEPPELIN-4053]. Implement impersonation via c native api URL: https://github.com/apache/zeppelin/pull/#issuecomment-478436368 @zjffdu , I submit a PR in your branch( https://github.com/zjffdu/zeppelin/pull/6 ), Add one to the Zeppelin

[GitHub] [zeppelin] liuxunorg commented on issue #3333: [ZEPPELIN-4053]. Implement impersonation via c native api

2019-03-31 Thread GitBox
liuxunorg commented on issue #: [ZEPPELIN-4053]. Implement impersonation via c native api URL: https://github.com/apache/zeppelin/pull/#issuecomment-478436368 @zjffdu , I submit a PR in your branch(https://github.com/zjffdu/zeppelin/pull/6), Add one to the Zeppelin plugin

[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:

[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] bd2019us opened a new pull request #3344: [ZEPPELIN-4102] fix bug to avoid crash

2019-03-31 Thread GitBox
bd2019us opened a new pull request #3344: [ZEPPELIN-4102] fix bug to avoid crash URL: https://github.com/apache/zeppelin/pull/3344 ### What is this PR for? Fix (#ZEPPELIN-4102)[https://issues.apache.org/jira/browse/ZEPPELIN-4102], which changes "getJSONObject()" to "optJSONObject()" to

[jira] [Created] (ZEPPELIN-4102) JSONObject.getJSONObject() may cause program crash if element does not exist.

2019-03-31 Thread bd2019us (JIRA)
bd2019us created ZEPPELIN-4102: -- Summary: JSONObject.getJSONObject() may cause program crash if element does not exist. Key: ZEPPELIN-4102 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4102

[jira] [Created] (ZEPPELIN-4101) JSONObject.getJSONArray() may cause program crash if element does not exist.

2019-03-31 Thread bd2019us (JIRA)
bd2019us created ZEPPELIN-4101: -- Summary: JSONObject.getJSONArray() may cause program crash if element does not exist. Key: ZEPPELIN-4101 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4101

Re: Submitting code

2019-03-31 Thread Felix Cheung
Wait wait. Please clarify the goal of the branch? If it is just for “many big changes that might not be stable enough for master” the I’m for it. But we must follow the current process of PR, review, test for each PR or merge. By committers that has write access to the repo, for each PR. And as

Re: Submitting code

2019-03-31 Thread Jongyoul Lee
Hello, If this work doesn’t block any others, I agree with making a develop branch. BTW, is it possible to give permissions to non-committers against some branches under the apache/zeppelin? JL On Sun, Mar 31, 2019 at 18:17 Xun Liu wrote: > Thank you very much for your prompt reply. > > In

[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

[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] zjffdu commented on issue #3338: ZEPPELIN-4081. when the python process is killed, the task state is still running

2019-03-31 Thread GitBox
zjffdu commented on issue #3338: ZEPPELIN-4081. when the python process is killed,the task state is still running URL: https://github.com/apache/zeppelin/pull/3338#issuecomment-478341356 @AyWa Sorry again, I merge your PR again, because I found the Ci fail is due to JVM memory setting. I