[GitHub] [zeppelin] Leemoonsoo commented on pull request #3760: Minor refactoring

2020-05-06 Thread GitBox
Leemoonsoo commented on pull request #3760: URL: https://github.com/apache/zeppelin/pull/3760#issuecomment-624706308 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [zeppelin] Leemoonsoo commented on a change in pull request #3761: [ZEPPELIN-4799] Use spark resource configuration

2020-05-06 Thread GitBox
Leemoonsoo commented on a change in pull request #3761: URL: https://github.com/apache/zeppelin/pull/3761#discussion_r420171730 ## File path: k8s/interpreter/100-interpreter-spec.yaml ## @@ -54,6 +54,14 @@ spec: - name: {{key}} value: {{value}} {% endfor %} + {%

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3763: [ZEPPELIN-4790]. Throw exception when using flink for scala 2.12

2020-05-06 Thread GitBox
zjffdu commented on a change in pull request #3763: URL: https://github.com/apache/zeppelin/pull/3763#discussion_r420815898 ## File path: flink/src/main/java/org/apache/zeppelin/flink/FlinkInterpreter.java ## @@ -48,18 +48,39 @@ public FlinkInterpreter(Properties propertie

Re: [ANNOUNCE] Welcome Yadong Xie, Hsuan Lee as New Committer

2020-05-06 Thread Xun Liu
Welcome Hsuan Lee and Yadong Xie!!! On Wed, May 6, 2020 at 11:12 AM Hsuan Lee wrote: > Thank you all, I am happy to contribute to Zeppelin and look forward to > working with you all! > > Yadong Xie 于2020年5月1日周五 上午10:03写道: > > > Thank you all! > > > > Anthony Corbacho 于2020年4月30日周四 下午8:02写道: >

[GitHub] [zeppelin] alexott commented on a change in pull request #3763: [ZEPPELIN-4790]. Throw exception when using flink for scala 2.12

2020-05-06 Thread GitBox
alexott commented on a change in pull request #3763: URL: https://github.com/apache/zeppelin/pull/3763#discussion_r420673696 ## File path: flink/src/main/java/org/apache/zeppelin/flink/FlinkInterpreter.java ## @@ -48,18 +48,39 @@ public FlinkInterpreter(Properties properti

[jira] [Created] (ZEPPELIN-4801) Throw exception if no SPARK_HOME is specified in yarn mode

2020-05-06 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4801: Summary: Throw exception if no SPARK_HOME is specified in yarn mode Key: ZEPPELIN-4801 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4801 Project: Zeppelin

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3764: [ZEPPELIN-4797]. Enable multiple sql in jdbc interpreter by default

2020-05-06 Thread GitBox
zjffdu commented on a change in pull request #3764: URL: https://github.com/apache/zeppelin/pull/3764#discussion_r420608985 ## File path: jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java ## @@ -695,17 +688,7 @@ private InterpreterResult executeSql(String propert

[GitHub] [zeppelin] alexott commented on a change in pull request #3764: [ZEPPELIN-4797]. Enable multiple sql in jdbc interpreter by default

2020-05-06 Thread GitBox
alexott commented on a change in pull request #3764: URL: https://github.com/apache/zeppelin/pull/3764#discussion_r420597759 ## File path: jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java ## @@ -695,17 +688,7 @@ private InterpreterResult executeSql(String proper

[GitHub] [zeppelin] Reamer commented on a change in pull request #3764: [ZEPPELIN-4797]. Enable multiple sql in jdbc interpreter by default

2020-05-06 Thread GitBox
Reamer commented on a change in pull request #3764: URL: https://github.com/apache/zeppelin/pull/3764#discussion_r420596790 ## File path: jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java ## @@ -695,17 +688,7 @@ private InterpreterResult executeSql(String propert

[GitHub] [zeppelin] zjffdu opened a new pull request #3764: [ZEPPELIN-4797]. Enable multiple sql in jdbc interpreter by default

2020-05-06 Thread GitBox
zjffdu opened a new pull request #3764: URL: https://github.com/apache/zeppelin/pull/3764 ### What is this PR for? Before this PR, user have to set property `default.splitQueries` to enable multiple queries in one paragraph, this PR remove this property, this PR remove this property