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: Zepp
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 FlinkScalaInterpreter(
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() {
anonymous
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
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 SqlSplitter(String
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 specifi
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 SqlSplitter(Strin
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
* [ ] -