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

2017-09-19 Thread lwmonster
Github user lwmonster commented on the issue: https://github.com/apache/zeppelin/pull/2016 Still have the same problem on master at 2017-09-20 ... ---

[GitHub] zeppelin issue #2551: [ZEPPELIN-2880] - Fix username output when OIDC is ena...

2017-09-19 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2551 LGTM any more comment? ---

[GitHub] zeppelin issue #2542: ZEPPELIN-277 Add Tab as Autocomplete for Notebook non-...

2017-09-19 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2542 > This makes interpreter impossible to add / update "editor" configuration without user recreate interpreterSetting @Leemoonsoo ZEPPELIN-2907 is not resolved, but the issue you concerned

[GitHub] zeppelin pull request #2593: ZEPPELIN-2943 Streaming output will be closed i...

2017-09-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2593 ---

[GitHub] zeppelin issue #2593: ZEPPELIN-2943 Streaming output will be closed in 30 se...

2017-09-19 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2593 Thanks @felixcheung , that would the biggest milestone for `IPythonInterpreter` of zeppelin if someone use it for 100 years :) ---

[GitHub] zeppelin issue #2542: ZEPPELIN-277 Add Tab as Autocomplete for Notebook non-...

2017-09-19 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2542 @malayhm Let me try summarize in this way a. Merge this PR -> Tab completion works but target interpreter to apply tab completion is hardcoded in the front-end. b. Merge this PR +

[GitHub] zeppelin issue #2542: ZEPPELIN-277 Add Tab as Autocomplete for Notebook non-...

2017-09-19 Thread malayhm
Github user malayhm commented on the issue: https://github.com/apache/zeppelin/pull/2542 @Leemoonsoo I think the PR branch to this PR has an open discussion and it may break few things. Can we merge this branch to master and take it separately whenever time permits?

Re: [VOTE] Release Apache Zeppelin 0.7.3 (RC5)

2017-09-19 Thread Miquel Angel Andreu Febrer
+1 Used the R and Python interpreters, and they work well. El 19 sept. 2017 17:54, "DuyHai Doan" escribió: +1 Tested the Cassandra and Sh interpreters, they seem to work as expected On Tue, Sep 19, 2017 at 12:49 AM, Sanjay Dasgupta wrote: >

[GitHub] zeppelin pull request #98: Adding PySparkInterpreterTest for better test cov...

2017-09-19 Thread bpmcd
Github user bpmcd closed the pull request at: https://github.com/apache/zeppelin/pull/98 ---

[jira] [Created] (ZEPPELIN-2943) Streaming output will be closed in 30 seconds for IPythonInterpreter

2017-09-19 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2943: Summary: Streaming output will be closed in 30 seconds for IPythonInterpreter Key: ZEPPELIN-2943 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2943 Project:

Re: [VOTE] Release Apache Zeppelin 0.7.3 (RC5)

2017-09-19 Thread Sanjay Dasgupta
+1 Used the Spark and Shell interpreters, and they appear to work well. On Mon, Sep 18, 2017 at 10:35 PM, Mina Lee wrote: > I propose the following RC to be released for the Apache Zeppelin 0.7.3 > release. > > The commit id is 5d246c96b054dcb8854e2beb924fc2c89b767fc1 which

[jira] [Created] (ZEPPELIN-2942) Remove existing process approach & non-remote interpreter approach

2017-09-19 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2942: Summary: Remove existing process approach & non-remote interpreter approach Key: ZEPPELIN-2942 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2942 Project:

[GitHub] zeppelin issue #2542: ZEPPELIN-277 Add Tab as Autocomplete for Notebook non-...

2017-09-19 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2542 ping @malayhm @Leemoonsoo Any update ? ---

[GitHub] zeppelin pull request #2592: ZEPPELIN-2685. Improvement on Interpreter class

2017-09-19 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2592 ZEPPELIN-2685. Improvement on Interpreter class ### What is this PR for? Main changes on Interpreter * Add throw InterpreterException for the abstract methods of `Interpreter`, this would

[GitHub] zeppelin issue #2520: ZEPPELIN-2833 JDBC Interpreter doesn't follow JDBC spe...

2017-09-19 Thread ss77892
Github user ss77892 commented on the issue: https://github.com/apache/zeppelin/pull/2520 @felixcheung all the tests that doesn't reach maxCount may be considered as the test that calls resultSet.next() multiple time (if the default jdbc would be Phoenix they would produce this