[GitHub] zeppelin issue #2925: ZEPPELIN-3404. Fail to run cronjob when user doesn't r...

2018-04-25 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2925 Thanks @weand for review, comments are addressed ---

[GitHub] zeppelin issue #2937: ZEPPELIN-3401. Deadlock while restarting interpreter

2018-04-25 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2937 Thanks for verifying it, @weand ---

[GitHub] zeppelin pull request #2944: [ZEPPELIN-3429] Fix python version on dev/merge...

2018-04-25 Thread jwagun
Github user jwagun closed the pull request at: https://github.com/apache/zeppelin/pull/2944 ---

[GitHub] zeppelin issue #2944: [ZEPPELIN-3429] Fix python version on dev/merge_zeppel...

2018-04-25 Thread jwagun
Github user jwagun commented on the issue: https://github.com/apache/zeppelin/pull/2944 @r-kamath @prabhjyotsingh @zjffdu Right. Supporting both version is the better solution. I will close this pr. Thanks. ---

Filter for Zeppelin Notebook Server (Websocket)

2018-04-25 Thread Jhon Anderson Cardenas Diaz
Hi! I am trying to implement a filter inside zeppelin in order to intercept the petitions and collect metrics about zeppelin performance. I registered the javax servlet filter in the zeppelin-web/src/WEB-INF/web.xml, and the filter works well for the REST request; but it does not intercept the

[GitHub] zeppelin issue #2942: [HOTFIX] ZEPPELIN-3405 fix permission checks with role...

2018-04-25 Thread weand
Github user weand commented on the issue: https://github.com/apache/zeppelin/pull/2942 works ---

[GitHub] zeppelin issue #2937: ZEPPELIN-3401. Deadlock while restarting interpreter

2018-04-25 Thread weand
Github user weand commented on the issue: https://github.com/apache/zeppelin/pull/2937 so far no more issues. LGTM :+1: ---

[GitHub] zeppelin issue #2929: ZEPPELIN-3412 Enable query prefix syntax in bigquery i...

2018-04-25 Thread iijima-satoshi
Github user iijima-satoshi commented on the issue: https://github.com/apache/zeppelin/pull/2929 @felixcheung ping ---

[jira] [Created] (ZEPPELIN-3430) PluginManager loadNoteBook logic is broken

2018-04-25 Thread Clemens Valiente (JIRA)
Clemens Valiente created ZEPPELIN-3430: -- Summary: PluginManager loadNoteBook logic is broken Key: ZEPPELIN-3430 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3430 Project: Zeppelin

[GitHub] zeppelin issue #2944: [ZEPPELIN-3429] Fix python version on dev/merge_zeppel...

2018-04-25 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/2944 @zjffdu Need to refactor to support python 2 and 3 simultaneously. IMHO alias to right version of python 2.x should make things run without any failure. ---

[GitHub] zeppelin issue #2944: [ZEPPELIN-3429] Fix python version on dev/merge_zeppel...

2018-04-25 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2944 How about to make it support both python2 and python3 ? ---

[GitHub] zeppelin pull request #2943: ZEPPELIN-3428. Flaky test: SparkInterpreterLaun...

2018-04-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2943 ---

[GitHub] zeppelin issue #2944: [ZEPPELIN-3429] Fix python version on dev/merge_zeppel...

2018-04-25 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/2944 @jwagun can you try adding `alias python='python2'` in your bash profile? ---

[GitHub] zeppelin pull request #2941: [ZEPPELIN-3311] Zeppelin should ask user to re-...

2018-04-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2941 ---

[GitHub] zeppelin pull request #2940: Fix type note => user

2018-04-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2940 ---

[GitHub] zeppelin issue #2940: Fix type note => user

2018-04-25 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/2940 will merge this if there are no more discussions ---

[GitHub] zeppelin pull request #2942: [HOTFIX] ZEPPELIN-3405 fix permission checks wi...

2018-04-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2942 ---

[GitHub] zeppelin pull request #2944: [ZEPPELIN-3429] Fix python version on dev/merge...

2018-04-25 Thread jwagun
GitHub user jwagun opened a pull request: https://github.com/apache/zeppelin/pull/2944 [ZEPPELIN-3429] Fix python version on dev/merge_zeppelin_pr.py ### What is this PR for? Current merge_zeppelin_pr.py shebang has user env dependent. Which means python version would be

[jira] [Created] (ZEPPELIN-3429) Fix shebang of dev/merge_zeppelin_pr.py

2018-04-25 Thread Changhyup Jwa (JIRA)
Changhyup Jwa created ZEPPELIN-3429: --- Summary: Fix shebang of dev/merge_zeppelin_pr.py Key: ZEPPELIN-3429 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3429 Project: Zeppelin Issue