[GitHub] zeppelin issue #2624: [ZEPPELIN-2965] Add code completion for livy interpret...

2017-10-31 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2624 @pellmont Could you update interpreter-setting.json to make tab as the completion key ? Because livy should be consistent with the built-in spark interpreter. ---

[GitHub] zeppelin issue #2612: [MINOR] remove the duplicate property username in Remo...

2017-10-31 Thread wary
Github user wary commented on the issue: https://github.com/apache/zeppelin/pull/2612 @zjffdu all check passed! ---

[GitHub] zeppelin issue #2624: [ZEPPELIN-2965] Add code completion for livy interpret...

2017-10-31 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2624 ping @pellmont I also left some comments, in case you miss it. ---

[GitHub] zeppelin issue #2016: [ZEPPELIN-2105] yarn installed by frontend-maven-plugi...

2017-10-31 Thread funes79
Github user funes79 commented on the issue: https://github.com/apache/zeppelin/pull/2016 -> Tried to compile mvn -X clean package -pl 'zeppelin-web' -DskipTests; -> But failed. Using Centos 7 and the master branch. [ERROR] error /home/centos/incubator-zeppelin/zeppeli

[GitHub] zeppelin issue #2506: [ZEPPELIN-2813] revisions comparator

2017-10-31 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2506 @1ambda Restyling done. New UI: ![gif](https://user-images.githubusercontent.com/25951039/32217164-3533a738-be38-11e7-96b4-bc3cc7410087.gif) ---

[jira] [Created] (ZEPPELIN-3019) isTerminate return false when a paragraph disabe

2017-10-31 Thread Lei Wang (JIRA)
Lei Wang created ZEPPELIN-3019: -- Summary: isTerminate return false when a paragraph disabe Key: ZEPPELIN-3019 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3019 Project: Zeppelin Issue Typ

[jira] [Created] (ZEPPELIN-3020) Add support to run Spark interpreter on a Kubernetes cluster

2017-10-31 Thread Janos Matyas (JIRA)
Janos Matyas created ZEPPELIN-3020: -- Summary: Add support to run Spark interpreter on a Kubernetes cluster Key: ZEPPELIN-3020 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3020 Project: Zeppeli

[GitHub] zeppelin pull request #2637: Add support to run Spark interpreter on a Kuber...

2017-10-31 Thread matyix
GitHub user matyix opened a pull request: https://github.com/apache/zeppelin/pull/2637 Add support to run Spark interpreter on a Kubernetes cluster ### What is this PR for? The goal of this PR is to be able to execute Spark notebooks on Kubernetes in cluster mode, so that t

[jira] [Created] (ZEPPELIN-3021) isTerminate return false when a paragraph disabled with status ready

2017-10-31 Thread Lei Wang (JIRA)
Lei Wang created ZEPPELIN-3021: -- Summary: isTerminate return false when a paragraph disabled with status ready Key: ZEPPELIN-3021 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3021 Project: Zeppeli

[GitHub] zeppelin pull request #2638: fix bugs for paragraph isTerminated method

2017-10-31 Thread wary
GitHub user wary opened a pull request: https://github.com/apache/zeppelin/pull/2638 fix bugs for paragraph isTerminated method …ready ### What is this PR for? The method isTerminate return false forever if a paragraph disabled with status ready, if we schedule a note

[GitHub] zeppelin issue #2637: Add support to run Spark interpreter on a Kubernetes c...

2017-10-31 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2637 Thanks @matyix for this contribution, could you add some doc to illustrate how to use this feature in zeppelin ? ---

[GitHub] zeppelin issue #2555: [ZEPPELIN-2885] Have Logger subclass StringIO and over...

2017-10-31 Thread Tagar
Github user Tagar commented on the issue: https://github.com/apache/zeppelin/pull/2555 @sctincman Did you find a workaround for this issue ? Thanks ---

[GitHub] zeppelin issue #2612: [MINOR] remove the duplicate property username in Remo...

2017-10-31 Thread wary
Github user wary commented on the issue: https://github.com/apache/zeppelin/pull/2612 @zjffdu as I checked, the reason of the ci failure is not related to this change, maybe need to create a new pull request to resolve ---

[GitHub] zeppelin issue #2555: [ZEPPELIN-2885] Have Logger subclass StringIO and over...

2017-10-31 Thread Tagar
Github user Tagar commented on the issue: https://github.com/apache/zeppelin/pull/2555 Found this works around the issue on Python 2.. will test more. ``` import sys sys.stdout.isatty = lambda : False sys.stdout.encoding = None ``` ---

[GitHub] zeppelin pull request #2639: [HOTFIX] Fix bokeh testing failure

2017-10-31 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2639 [HOTFIX] Fix bokeh testing failure ### What is this PR for? HotFix for bokeh testing failure, just specify the bokeh version ### What type of PR is it? [Hot Fix]

[GitHub] zeppelin pull request #2639: [HOTFIX] Fix bokeh testing failure

2017-10-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2639 ---

[GitHub] zeppelin issue #2612: [MINOR] remove the duplicate property username in Remo...

2017-10-31 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2612 CI Failure is fixed, please rebase and rerun CI, thanks @wary ---

[jira] [Created] (ZEPPELIN-3022) The "Default Interpreter" select box on the "Create new note" modal dialog has no contents when it is opened via the "Create new note" link on ${ZEPPELIN_HOME}/webapps

2017-10-31 Thread Keiji Yoshida (JIRA)
Keiji Yoshida created ZEPPELIN-3022: --- Summary: The "Default Interpreter" select box on the "Create new note" modal dialog has no contents when it is opened via the "Create new note" link on ${ZEPPELIN_HOME}/webapps/webapp/app/home/notebook.html