[jira] [Created] (ZEPPELIN-4581) table of contents as standard button

2020-01-25 Thread Sebastian (Jira)
Sebastian created ZEPPELIN-4581: --- Summary: table of contents as standard button Key: ZEPPELIN-4581 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4581 Project: Zeppelin Issue Type:

[GitHub] [zeppelin] alexott commented on a change in pull request #3556: [ZEPPELIN-4488]. Support Flink 1.10

2020-01-25 Thread GitBox
alexott commented on a change in pull request #3556: [ZEPPELIN-4488]. Support Flink 1.10 URL: https://github.com/apache/zeppelin/pull/3556#discussion_r370933873 ## File path: flink/src/main/java/org/apache/zeppelin/flink/FlinkStreamSqlInterpreter.java ## @@ -37,51 +38,80

[GitHub] [zeppelin] alexott commented on a change in pull request #3556: [ZEPPELIN-4488]. Support Flink 1.10

2020-01-25 Thread GitBox
alexott commented on a change in pull request #3556: [ZEPPELIN-4488]. Support Flink 1.10 URL: https://github.com/apache/zeppelin/pull/3556#discussion_r370932870 ## File path: bin/interpreter.sh ## @@ -204,10 +204,13 @@ elif [[ "${INTERPRETER_ID}" == "pig" ]]; then fi

[GitHub] [zeppelin] alexott commented on a change in pull request #3556: [ZEPPELIN-4488]. Support Flink 1.10

2020-01-25 Thread GitBox
alexott commented on a change in pull request #3556: [ZEPPELIN-4488]. Support Flink 1.10 URL: https://github.com/apache/zeppelin/pull/3556#discussion_r370933206 ## File path: flink/src/main/java/org/apache/zeppelin/flink/FlinkSqlInterrpeter.java ## @@ -176,13 +199,90 @@

[GitHub] [zeppelin] alexott commented on issue #3618: [ZEPPELIN-4580] check the instance type rather than the class name

2020-01-25 Thread GitBox
alexott commented on issue #3618: [ZEPPELIN-4580] check the instance type rather than the class name URL: https://github.com/apache/zeppelin/pull/3618#issuecomment-578403873 Can you please add the link to CI build? This is

[GitHub] [zeppelin] alexott commented on a change in pull request #3612: ZEPPELIN-4571

2020-01-25 Thread GitBox
alexott commented on a change in pull request #3612: ZEPPELIN-4571 URL: https://github.com/apache/zeppelin/pull/3612#discussion_r370928464 ## File path: mongodb/src/main/java/org/apache/zeppelin/mongodb/MongoDbInterpreter.java ## @@ -0,0 +1,209 @@ +/* + * Licensed to the

Re: [DISCUSS] Cut branch for 0.9 release

2020-01-25 Thread Alex Ott
Hello Jeff What would be the policy for including newer stuff (committed into master after branch is cut) into 0.9? I really want to finish porting of Cassandra interpreter to new drivers as it will bring more functionality to our users. But it may take maybe 2 weeks more to finish it. Jeff