[jira] [Created] (ZEPPELIN-5309) Notebooks lose their interpreter binding after upgrading to 0.9.0

2021-04-02 Thread Daniel Gies (Jira)
Daniel Gies created ZEPPELIN-5309: - Summary: Notebooks lose their interpreter binding after upgrading to 0.9.0 Key: ZEPPELIN-5309 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5309 Project:

[GitHub] [zeppelin] cuspymd commented on a change in pull request #4086: [ZEPPELIN-5243]. Get HIVE_CONF_DIR from enviroment in flink interpreter

2021-04-02 Thread GitBox
cuspymd commented on a change in pull request #4086: URL: https://github.com/apache/zeppelin/pull/4086#discussion_r606174794 ## File path: flink/interpreter/src/main/scala/org/apache/zeppelin/flink/FlinkScalaInterpreter.scala ## @@ -450,9 +450,9 @@ class

[GitHub] [zeppelin] cuspymd commented on a change in pull request #4079: [ZEPPELIN-5288]. Add rest api to reload note

2021-04-02 Thread GitBox
cuspymd commented on a change in pull request #4079: URL: https://github.com/apache/zeppelin/pull/4079#discussion_r606168837 ## File path: zeppelin-server/src/test/java/org/apache/zeppelin/rest/NotebookRestApiTest.java ## @@ -78,6 +78,39 @@ public void setUp() {

[GitHub] [zeppelin] Reamer commented on pull request #4082: [ZEPPELIN-5305] Activate tests for Zeppelin plugins in our CI infrastructure

2021-04-02 Thread GitBox
Reamer commented on pull request #4082: URL: https://github.com/apache/zeppelin/pull/4082#issuecomment-812438401 I will merge this into Master and Branch-0.9 next week. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [zeppelin] zjffdu commented on a change in pull request #4083: [ZEPPELIN-5307] Ignore the single quote and double quote in sql comment

2021-04-02 Thread GitBox
zjffdu commented on a change in pull request #4083: URL: https://github.com/apache/zeppelin/pull/4083#discussion_r606133784 ## File path: zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/util/SqlSplitter.java ## @@ -102,15 +102,15 @@ public

[GitHub] [zeppelin] zjffdu commented on pull request #4082: [ZEPPELIN-5305] Activate tests for Zeppelin plugins in our CI infrastructure

2021-04-02 Thread GitBox
zjffdu commented on pull request #4082: URL: https://github.com/apache/zeppelin/pull/4082#issuecomment-812404735 LGTM, thanks @Reamer -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [zeppelin] cuspymd commented on a change in pull request #4083: [ZEPPELIN-5307] Ignore the single quote and double quote in sql comment

2021-04-02 Thread GitBox
cuspymd commented on a change in pull request #4083: URL: https://github.com/apache/zeppelin/pull/4083#discussion_r606124319 ## File path: zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/util/SqlSplitter.java ## @@ -102,15 +102,15 @@ public

[GitHub] [zeppelin] zjffdu opened a new pull request #4087: [ZEPPELIN-5234]. Increase default value of ZEPPELIN_INTERPRETER_CONNECTION_POOL_SIZE

2021-04-02 Thread GitBox
zjffdu opened a new pull request #4087: URL: https://github.com/apache/zeppelin/pull/4087 ### What is this PR for? Trivial PR to increase the default value of `ZEPPELIN_INTERPRETER_CONNECTION_POOL_SIZE` ### What type of PR is it? [ Improvement ] ### Todos * [ ] -

[GitHub] [zeppelin] zjffdu opened a new pull request #4086: [ZEPPELIN-5243]. Get HIVE_CONF_DIR from enviroment in flink interpreter

2021-04-02 Thread GitBox
zjffdu opened a new pull request #4086: URL: https://github.com/apache/zeppelin/pull/4086 ### What is this PR for? Trivial PR to get HIVE_CONF_DIR from environment variable in flink interpreter ### What type of PR is it? [Bug Fix] ### Todos * [ ] - Task

[GitHub] [zeppelin] zjffdu opened a new pull request #4085: [ZEPPELIN-5255] Exported note name should included the note id

2021-04-02 Thread GitBox
zjffdu opened a new pull request #4085: URL: https://github.com/apache/zeppelin/pull/4085 ### What is this PR for? Trivial PR to include note id into the exported note name so that the exported note name is consistent with the note name we stored in notebook repo. ### What