[GitHub] [zeppelin] zjffdu opened a new pull request #3715: [ZEPPELIN-4714]. Flink table api doesn't work in multiple threads

2020-04-02 Thread GitBox
zjffdu opened a new pull request #3715: [ZEPPELIN-4714]. Flink table api doesn't work in multiple threads URL: https://github.com/apache/zeppelin/pull/3715 ### What is this PR for? This PR is to fix the issue of FLINK-16936 by a workaround, already creating tableenv before execution

[jira] [Created] (ZEPPELIN-4721) Unable to connect presto via JDBC generic interpreter

2020-04-02 Thread qiguoxiaosheng (Jira)
qiguoxiaosheng created ZEPPELIN-4721: Summary: Unable to connect presto via JDBC generic interpreter Key: ZEPPELIN-4721 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4721 Project: Zeppelin

[jira] [Created] (ZEPPELIN-4720) Shell Interpreter Auditing

2020-04-02 Thread Elivelton (Jira)
Elivelton created ZEPPELIN-4720: --- Summary: Shell Interpreter Auditing Key: ZEPPELIN-4720 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4720 Project: Zeppelin Issue Type: Wish

[GitHub] [zeppelin] Reamer opened a new pull request #3714: [ZEPPELIN-4719] Use new travis semantic

2020-04-02 Thread GitBox
Reamer opened a new pull request #3714: [ZEPPELIN-4719] Use new travis semantic URL: https://github.com/apache/zeppelin/pull/3714 ### What is this PR for? Updates travis file to new semantic ### What type of PR is it? * Improvement ### What is the Jira issue? *

[jira] [Created] (ZEPPELIN-4719) Update travis to new semantic

2020-04-02 Thread Philipp Dallig (Jira)
Philipp Dallig created ZEPPELIN-4719: Summary: Update travis to new semantic Key: ZEPPELIN-4719 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4719 Project: Zeppelin Issue Type:

[GitHub] [zeppelin] alexott commented on a change in pull request #3713: [ZEPPELIN-4718] Fix Regression HDFS Notebook Storage

2020-04-02 Thread GitBox
alexott commented on a change in pull request #3713: [ZEPPELIN-4718] Fix Regression HDFS Notebook Storage URL: https://github.com/apache/zeppelin/pull/3713#discussion_r402307159 ## File path: zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java

[GitHub] [zeppelin] Reamer commented on a change in pull request #3713: [ZEPPELIN-4718] Fix Regression HDFS Notebook Storage

2020-04-02 Thread GitBox
Reamer commented on a change in pull request #3713: [ZEPPELIN-4718] Fix Regression HDFS Notebook Storage URL: https://github.com/apache/zeppelin/pull/3713#discussion_r402306000 ## File path: zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java

[GitHub] [zeppelin] alexott commented on a change in pull request #3713: [ZEPPELIN-4718] Fix Regression HDFS Notebook Storage

2020-04-02 Thread GitBox
alexott commented on a change in pull request #3713: [ZEPPELIN-4718] Fix Regression HDFS Notebook Storage URL: https://github.com/apache/zeppelin/pull/3713#discussion_r402301357 ## File path: zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java

[GitHub] [zeppelin] Reamer commented on a change in pull request #3713: [ZEPPELIN-4718] Fix Regression HDFS Notebook Storage

2020-04-02 Thread GitBox
Reamer commented on a change in pull request #3713: [ZEPPELIN-4718] Fix Regression HDFS Notebook Storage URL: https://github.com/apache/zeppelin/pull/3713#discussion_r402299141 ## File path: zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java

[GitHub] [zeppelin] alexott commented on a change in pull request #3713: [ZEPPELIN-4718] Fix Regression HDFS Notebook Storage

2020-04-02 Thread GitBox
alexott commented on a change in pull request #3713: [ZEPPELIN-4718] Fix Regression HDFS Notebook Storage URL: https://github.com/apache/zeppelin/pull/3713#discussion_r402292166 ## File path: zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java

[GitHub] [zeppelin] epugh commented on issue #3709: ZEPPELIN-4711 Fix Docker Permissions

2020-04-02 Thread GitBox
epugh commented on issue #3709: ZEPPELIN-4711 Fix Docker Permissions URL: https://github.com/apache/zeppelin/pull/3709#issuecomment-607824273 I think there may be a LOT of other issues with the Docker version of Zeppelin. For example, I wanted to go ahead and use the installer script,

[GitHub] [zeppelin] Reamer commented on a change in pull request #3713: [ZEPPELIN-4718] Fix Regression HDFS Notebook Storage

2020-04-02 Thread GitBox
Reamer commented on a change in pull request #3713: [ZEPPELIN-4718] Fix Regression HDFS Notebook Storage URL: https://github.com/apache/zeppelin/pull/3713#discussion_r402276058 ## File path: zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java

[GitHub] [zeppelin] alexott commented on a change in pull request #3713: [ZEPPELIN-4718] Fix Regression HDFS Notebook Storage

2020-04-02 Thread GitBox
alexott commented on a change in pull request #3713: [ZEPPELIN-4718] Fix Regression HDFS Notebook Storage URL: https://github.com/apache/zeppelin/pull/3713#discussion_r402273198 ## File path: zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java

[GitHub] [zeppelin] rhajek edited a comment on issue #3640: [ZEPPELIN-4602] Added initial version of InfluxDB interpreter

2020-04-02 Thread GitBox
rhajek edited a comment on issue #3640: [ZEPPELIN-4602] Added initial version of InfluxDB interpreter URL: https://github.com/apache/zeppelin/pull/3640#issuecomment-607716980 I rebased and manually tested InfluxDB interpreter in zeppelin UI. Also `mvn -pl influxdb -am test` is passing.

[GitHub] [zeppelin] alexott commented on issue #3712: Fix the ConcurrentModificationException occured when connect presto via JDBC generic interpreter

2020-04-02 Thread GitBox
alexott commented on issue #3712: Fix the ConcurrentModificationException occured when connect presto via JDBC generic interpreter URL: https://github.com/apache/zeppelin/pull/3712#issuecomment-607809109 Can you file a JIRA, so we can put its number into changelog?

[GitHub] [zeppelin] Reamer opened a new pull request #3713: [ZEPPELIN-4718] Fix Regression HDFS Notebook Storage

2020-04-02 Thread GitBox
Reamer opened a new pull request #3713: [ZEPPELIN-4718] Fix Regression HDFS Notebook Storage URL: https://github.com/apache/zeppelin/pull/3713 ### What is this PR for? Fixed a regression in #3668. With this fix zeppelin can save the notebook in HDFS. ### What type of PR is it?

[jira] [Created] (ZEPPELIN-4718) Regression Fix for HDFS Notebook Storage

2020-04-02 Thread Philipp Dallig (Jira)
Philipp Dallig created ZEPPELIN-4718: Summary: Regression Fix for HDFS Notebook Storage Key: ZEPPELIN-4718 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4718 Project: Zeppelin

[GitHub] [zeppelin] qiguoxiaosheng removed a comment on issue #3694: [ZEPPELIN-2891]. Impossible to use jdbc interface with presto-jdbc >=0.180

2020-04-02 Thread GitBox
qiguoxiaosheng removed a comment on issue #3694: [ZEPPELIN-2891]. Impossible to use jdbc interface with presto-jdbc >=0.180 URL: https://github.com/apache/zeppelin/pull/3694#issuecomment-60808 A PR is already submitted. #3712

[GitHub] [zeppelin] qiguoxiaosheng commented on issue #3694: [ZEPPELIN-2891]. Impossible to use jdbc interface with presto-jdbc >=0.180

2020-04-02 Thread GitBox
qiguoxiaosheng commented on issue #3694: [ZEPPELIN-2891]. Impossible to use jdbc interface with presto-jdbc >=0.180 URL: https://github.com/apache/zeppelin/pull/3694#issuecomment-607778406 A PR is already submitted. #3712

[GitHub] [zeppelin] qiguoxiaosheng commented on issue #3694: [ZEPPELIN-2891]. Impossible to use jdbc interface with presto-jdbc >=0.180

2020-04-02 Thread GitBox
qiguoxiaosheng commented on issue #3694: [ZEPPELIN-2891]. Impossible to use jdbc interface with presto-jdbc >=0.180 URL: https://github.com/apache/zeppelin/pull/3694#issuecomment-60808 A PR is already submitted. #3712

[GitHub] [zeppelin] qiguoxiaosheng opened a new pull request #3712: Fix the ConcurrentModificationException occured when connect presto via JDBC generic interpreter

2020-04-02 Thread GitBox
qiguoxiaosheng opened a new pull request #3712: Fix the ConcurrentModificationException occured when connect presto via JDBC generic interpreter URL: https://github.com/apache/zeppelin/pull/3712 ### What is this PR for? This PR is to fix a issue of connect presto via jdbc interpreter

[GitHub] [zeppelin] rhajek commented on issue #3640: [ZEPPELIN-4602] Added initial version of InfluxDB interpreter

2020-04-02 Thread GitBox
rhajek commented on issue #3640: [ZEPPELIN-4602] Added initial version of InfluxDB interpreter URL: https://github.com/apache/zeppelin/pull/3640#issuecomment-607716980 I rebased and manually tested InfluxDB interpreter in zeppelin UI. Also `mvn -pl influxdb -am test` is passing. Travis

[jira] [Created] (ZEPPELIN-4717) Support savepoint for insert statement

2020-04-02 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4717: Summary: Support savepoint for insert statement Key: ZEPPELIN-4717 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4717 Project: Zeppelin Issue Type:

[GitHub] [zeppelin] Reamer commented on issue #3709: ZEPPELIN-4711 Fix Docker Permissions

2020-04-02 Thread GitBox
Reamer commented on issue #3709: ZEPPELIN-4711 Fix Docker Permissions URL: https://github.com/apache/zeppelin/pull/3709#issuecomment-607657166 @Leemoonsoo I'm against a merge. This is an automated message from the Apache Git

[jira] [Created] (ZEPPELIN-4716) Restrict notebook creation

2020-04-02 Thread Sebastian Albrecht (Jira)
Sebastian Albrecht created ZEPPELIN-4716: Summary: Restrict notebook creation Key: ZEPPELIN-4716 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4716 Project: Zeppelin Issue