[jira] [Created] (ZEPPELIN-3382) Check Interpreter directory to add new interpreter dynamically

2018-04-02 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-3382: -- Summary: Check Interpreter directory to add new interpreter dynamically Key: ZEPPELIN-3382 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3382 Project: Zeppe

[GitHub] zeppelin issue #2899: ZEPPELIN-3366 Removal of spark dependency when packagi...

2018-04-02 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2899 haha yes :) sounds good, let's see if there is a better way ---

[GitHub] zeppelin issue #2902: ZEPPELIN-3140. Fixed Checkstyle issues in zeppelin-ser...

2018-04-02 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2902 merging if no more comment ---

[GitHub] zeppelin issue #2899: ZEPPELIN-3366 Removal of spark dependency when packagi...

2018-04-02 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2899 @felixcheung That's a proper position and I've tried to implement the way you mentioned. But as you're worried about, users might be confused that kind of slow starting of Spark Interpreter, and

[GitHub] zeppelin issue #2899: ZEPPELIN-3366 Removal of spark dependency when packagi...

2018-04-02 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2899 maybe a downloadspark script that can launch from https://github.com/apache/zeppelin/blob/master/bin/interpreter.sh#L116? I am not sure if it address the usability concerns fully - use

[jira] [Created] (ZEPPELIN-3381) Scheduler hang as no NotebookServer reaction

2018-04-02 Thread Qiuyi He (JIRA)
Qiuyi He created ZEPPELIN-3381: -- Summary: Scheduler hang as no NotebookServer reaction Key: ZEPPELIN-3381 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3381 Project: Zeppelin Issue Type: B

[GitHub] zeppelin issue #2899: ZEPPELIN-3366 Removal of spark dependency when packagi...

2018-04-02 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2899 @zjffdu I understood what you're worried about. Concerning downloading Spark distribution for the first time, I'll test and implement it. About testing Z, I think your idea is more proper. I also

[GitHub] zeppelin pull request #2896: ZEPPELIN-3347. Fix "PYTHONPATH" for spark.pyspa...

2018-04-02 Thread mebelousov
Github user mebelousov closed the pull request at: https://github.com/apache/zeppelin/pull/2896 ---

[GitHub] zeppelin issue #2896: ZEPPELIN-3347. Fix "PYTHONPATH" for spark.pyspark

2018-04-02 Thread mebelousov
Github user mebelousov commented on the issue: https://github.com/apache/zeppelin/pull/2896 @zjffdu has closed this issue in #2901 ---

[GitHub] zeppelin issue #2782: [ZEPPELIN-2729] Paragraph numbering

2018-04-02 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/2782 @timovwb please resolve the conflicts ---

[GitHub] zeppelin pull request #2885: [ZEPPELIN-3001] Disable ace editor code complet...

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

[jira] [Created] (ZEPPELIN-3380) A way to config interpreter dependencies automatically

2018-04-02 Thread bailin1 (JIRA)
bailin1 created ZEPPELIN-3380: - Summary: A way to config interpreter dependencies automatically Key: ZEPPELIN-3380 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3380 Project: Zeppelin Issue

[GitHub] zeppelin pull request #2904: ZEPPELIN-3378 Dependency errors on hadoop 2.8 w...

2018-04-02 Thread iijima-satoshi
GitHub user iijima-satoshi opened a pull request: https://github.com/apache/zeppelin/pull/2904 ZEPPELIN-3378 Dependency errors on hadoop 2.8 with hadoop2 profile ### What is this PR for? Fix dependency errors caused by different versions of the same libraries on zeppelin-zengine

[jira] [Created] (ZEPPELIN-3379) Autocomplete in JDBC: columns appear only after call in [schema.table.]

2018-04-02 Thread Maxim Belousov (JIRA)
Maxim Belousov created ZEPPELIN-3379: Summary: Autocomplete in JDBC: columns appear only after call in [schema.table.] Key: ZEPPELIN-3379 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3379 P

[jira] [Created] (ZEPPELIN-3378) Dependency errors on hadoop 2.8 with hadoop2 profile

2018-04-02 Thread Satoshi Iijima (JIRA)
Satoshi Iijima created ZEPPELIN-3378: Summary: Dependency errors on hadoop 2.8 with hadoop2 profile Key: ZEPPELIN-3378 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3378 Project: Zeppelin

[GitHub] zeppelin pull request #2903: [ZEPPELIN-3377] Passing Z variables to JDBC int...

2018-04-02 Thread sanjaydasgupta
GitHub user sanjaydasgupta opened a pull request: https://github.com/apache/zeppelin/pull/2903 [ZEPPELIN-3377] Passing Z variables to JDBC interpreter ### What is this PR for? This PR enables the interpolation of ZeppelinContext objects into the paragraph text of JDBC cells. It