[jira] [Created] (ZEPPELIN-3683) spark-2.2 is not supported

2018-08-05 Thread yong liu (JIRA)
yong liu created ZEPPELIN-3683: -- Summary: spark-2.2 is not supported Key: ZEPPELIN-3683 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3683 Project: Zeppelin Issue Type: Bug Compo

[GitHub] zeppelin pull request #3099: [ZEPPELIN-3665] fix notebook name

2018-08-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3099 ---

Re: Python Container

2018-08-05 Thread denny wong
I am still trying to make the python docker to work. I can see in the debugger, it tries to execute the following docker command to start the python process. docker run -i --rm -v /tmp:/_zeppelin_tmp -v /scratch/zeppelin-branch-0.8:/_zeppelin -e PYTHONPATH=":/_zeppelin/interpreter/python/py4j-0

[GitHub] zeppelin issue #3006: [ZEPPELIN-3529] Add uName into jobGroupId for checking...

2018-08-05 Thread woowahan-jaehoon
Github user woowahan-jaehoon commented on the issue: https://github.com/apache/zeppelin/pull/3006 Modified and passed tests. https://travis-ci.org/woowabros/zeppelin/builds/412253387 ---