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

2017-10-09 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2592 @Leemoonsoo Do you have any concern about the compatibility break in this PR ? * Add throw InterpreterException which is checked exception for the abstract methods of Interpreter, this wou

[GitHub] zeppelin issue #2601: [ZEPPELIN-2956] [font-end] Downloaded CSV/TSV data wil...

2017-10-09 Thread BruceXu1991
Github user BruceXu1991 commented on the issue: https://github.com/apache/zeppelin/pull/2601 ok, I will do it. ---

[GitHub] zeppelin pull request #2613: ZEPPELIN-2982. Copy interpreter-setting.json to...

2017-10-09 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2613 ZEPPELIN-2982. Copy interpreter-setting.json to interpreter dir ### What is this PR for? 2 main changes. * Introduce `interpreter-parent` module, so that all the interpreter can reuse the

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

2017-10-09 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2612 LGTM ---

[jira] [Created] (ZEPPELIN-2982) Copy interpreter-setting.json to interpreter/{interpreter_name}

2017-10-09 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2982: Summary: Copy interpreter-setting.json to interpreter/{interpreter_name} Key: ZEPPELIN-2982 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2982 Project: Zeppelin

[GitHub] zeppelin pull request #2597: ZEPPELIN-2942. Remove non-remote interpreter ap...

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

Re: Building a query service using Zeppelin

2017-10-09 Thread moon soo Lee
Hi Saksham, Thanks for sharing your plan. Programmatic universal query execution platform sounds interesting. I saw a lot of users use Zeppelin with various SQL backends. Your plan definitely looks like help many other users, too. If i can add few more idea * Search available table, columns * Pr

[GitHub] zeppelin issue #2597: ZEPPELIN-2942. Remove non-remote interpreter approach

2017-10-09 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2597 LGTM ---

[GitHub] zeppelin issue #2478: [ZEPPELIN-2761] - Neo4j Interpreter

2017-10-09 Thread jexp
Github user jexp commented on the issue: https://github.com/apache/zeppelin/pull/2478 yay!! thanks so much. ---

[GitHub] zeppelin issue #2478: [ZEPPELIN-2761] - Neo4j Interpreter

2017-10-09 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2478 since this is a known failure that is already fixed, let's not restart the process. merging if no more comment ---

[GitHub] zeppelin pull request #2610: [ZEPPELIN-2979] Fix links to zeppelin website i...

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

[GitHub] zeppelin pull request #2604: ZEPPELIN-1897 REST API - Update paragraph text/...

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

[GitHub] zeppelin pull request #2612: remove the duplicate property username in Remot...

2017-10-09 Thread wary
GitHub user wary opened a pull request: https://github.com/apache/zeppelin/pull/2612 remove the duplicate property username in RemoteInterpreter ### What is this PR for? * Remove the username property in class RemoteInterpreter, instead reuse the username property in class

[jira] [Created] (ZEPPELIN-2981) fix the null value return with method getUserName

2017-10-09 Thread Lei Wang (JIRA)
Lei Wang created ZEPPELIN-2981: -- Summary: fix the null value return with method getUserName Key: ZEPPELIN-2981 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2981 Project: Zeppelin Issue T

Building a query service using Zeppelin

2017-10-09 Thread Saksham Srivastava
Hi, We have been evaluating Zeppelin to develop a programmatic(API-driven) universal query execution platform. A platform which can: * Accept and validate any query (spark-sql, sql, hive, elastic-search etc) * Run the query * Track the status * Stop the query. * Also, suppo

[GitHub] zeppelin issue #2597: ZEPPELIN-2942. Remove non-remote interpreter approach

2017-10-09 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2597 Will merge if no more discussion. ---

[GitHub] zeppelin pull request #2404: fix bugs for: when interpreter setting restart ...

2017-10-09 Thread wary
Github user wary closed the pull request at: https://github.com/apache/zeppelin/pull/2404 ---