[GitHub] [zeppelin] Reamer commented on a change in pull request #4026: [ZEPPELIN-5074] Improve on how to install doc

2021-01-21 Thread GitBox
Reamer commented on a change in pull request #4026: URL: https://github.com/apache/zeppelin/pull/4026#discussion_r561972653 ## File path: docs/quickstart/install.md ## @@ -40,16 +40,16 @@ Apache Zeppelin officially supports and is tested on the following environments:

[GitHub] [zeppelin] zjffdu commented on pull request #4022: [ZEPPELIN-5200] Update dockerfile

2021-01-21 Thread GitBox
zjffdu commented on pull request #4022: URL: https://github.com/apache/zeppelin/pull/4022#issuecomment-764741093 > > > I also set the following environment variable in my Dockerfile, but I am using Spark from a different location. > > > Are the Python libraries that Zeppelin provides

[jira] [Created] (ZEPPELIN-5214) Use flink scala shell classloader for CatalogManager

2021-01-21 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5214: Summary: Use flink scala shell classloader for CatalogManager Key: ZEPPELIN-5214 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5214 Project: Zeppelin

[GitHub] [zeppelin] Reamer commented on pull request #4022: [ZEPPELIN-5200] Update dockerfile

2021-01-21 Thread GitBox
Reamer commented on pull request #4022: URL: https://github.com/apache/zeppelin/pull/4022#issuecomment-764717761 > > I also set the following environment variable in my Dockerfile, but I am using Spark from a different location. > > Are the Python libraries that Zeppelin provides

[GitHub] [zeppelin] zjffdu commented on a change in pull request #4029: [ZEPPELIN-5211] Fix authType in JDBCInterpreter

2021-01-21 Thread GitBox
zjffdu commented on a change in pull request #4029: URL: https://github.com/apache/zeppelin/pull/4029#discussion_r561988786 ## File path: jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java ## @@ -513,7 +513,7 @@ public Connection getConnection(String dbPrefix,

[jira] [Created] (ZEPPELIN-5213) spark yarn app is not registered if only %spark.submit is used

2021-01-21 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5213: Summary: spark yarn app is not registered if only %spark.submit is used Key: ZEPPELIN-5213 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5213 Project: Zeppelin

[jira] [Created] (ZEPPELIN-5212) Document for Paragraph level properties

2021-01-21 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5212: Summary: Document for Paragraph level properties Key: ZEPPELIN-5212 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5212 Project: Zeppelin Issue Type:

[jira] [Created] (ZEPPELIN-5215) Use TApplicationException instead of TException to propagate exception to zeppelin server

2021-01-21 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5215: Summary: Use TApplicationException instead of TException to propagate exception to zeppelin server Key: ZEPPELIN-5215 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5215

[GitHub] [zeppelin] zjffdu opened a new pull request #4031: [ZEPPELIN-5215]. Use TApplicationException instead of TException to propagate exception to zeppelin server

2021-01-21 Thread GitBox
zjffdu opened a new pull request #4031: URL: https://github.com/apache/zeppelin/pull/4031 ### What is this PR for? Currently we use TException in RemoteInterpreterServer which make zeppelin server unknown what kind of error happens in interpreter process side. Using

[GitHub] [zeppelin] zjffdu commented on a change in pull request #4029: [ZEPPELIN-5211] Fix authType in JDBCInterpreter

2021-01-21 Thread GitBox
zjffdu commented on a change in pull request #4029: URL: https://github.com/apache/zeppelin/pull/4029#discussion_r561480638 ## File path: jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java ## @@ -513,7 +513,7 @@ public Connection getConnection(String dbPrefix,

[GitHub] [zeppelin] zjffdu opened a new pull request #4032: [ZEPPELIN-5213]. Move spark-submit as a separated interpreter module

2021-01-21 Thread GitBox
zjffdu opened a new pull request #4032: URL: https://github.com/apache/zeppelin/pull/4032 ### What is this PR for? This PR is to move spark-submit from spark module to another separated interpreter module. Because it doesn't make sense to run spark-submit in the same JVM of spark

[GitHub] [zeppelin] Reamer commented on a change in pull request #4026: [ZEPPELIN-5074] Improve on how to install doc

2021-01-21 Thread GitBox
Reamer commented on a change in pull request #4026: URL: https://github.com/apache/zeppelin/pull/4026#discussion_r561972653 ## File path: docs/quickstart/install.md ## @@ -40,16 +40,16 @@ Apache Zeppelin officially supports and is tested on the following environments:

[jira] [Created] (ZEPPELIN-5216) ZSession createFromExistingSession method not allowed

2021-01-21 Thread zhuangchong (Jira)
zhuangchong created ZEPPELIN-5216: - Summary: ZSession createFromExistingSession method not allowed Key: ZEPPELIN-5216 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5216 Project: Zeppelin

[GitHub] [zeppelin] zjffdu commented on pull request #4022: [ZEPPELIN-5200] Update dockerfile

2021-01-21 Thread GitBox
zjffdu commented on pull request #4022: URL: https://github.com/apache/zeppelin/pull/4022#issuecomment-764741093 > > > I also set the following environment variable in my Dockerfile, but I am using Spark from a different location. > > > Are the Python libraries that Zeppelin provides

[GitHub] [zeppelin] zjffdu commented on pull request #4028: [ZEPPELIN-5210] Upgrade Configuration library to version 2

2021-01-21 Thread GitBox
zjffdu commented on pull request #4028: URL: https://github.com/apache/zeppelin/pull/4028#issuecomment-765209670 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [zeppelin] zjffdu commented on pull request #4029: [ZEPPELIN-5211] Fix authType in JDBCInterpreter

2021-01-21 Thread GitBox
zjffdu commented on pull request #4029: URL: https://github.com/apache/zeppelin/pull/4029#issuecomment-765209347 LGTM,thanks @zenozeng This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [zeppelin] Reamer commented on pull request #4022: [ZEPPELIN-5200] Update dockerfile

2021-01-21 Thread GitBox
Reamer commented on pull request #4022: URL: https://github.com/apache/zeppelin/pull/4022#issuecomment-764717761 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [zeppelin] zenozeng commented on a change in pull request #4029: [ZEPPELIN-5211] Fix authType in JDBCInterpreter

2021-01-21 Thread GitBox
zenozeng commented on a change in pull request #4029: URL: https://github.com/apache/zeppelin/pull/4029#discussion_r561616614 ## File path: jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java ## @@ -513,7 +513,7 @@ public Connection getConnection(String dbPrefix,

[jira] [Created] (ZEPPELIN-5217) Move %flink.cmd as a separated interpreter module

2021-01-21 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5217: Summary: Move %flink.cmd as a separated interpreter module Key: ZEPPELIN-5217 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5217 Project: Zeppelin

[GitHub] [zeppelin] Reamer commented on pull request #4022: [ZEPPELIN-5200] Update dockerfile

2021-01-21 Thread GitBox
Reamer commented on pull request #4022: URL: https://github.com/apache/zeppelin/pull/4022#issuecomment-764884128 > what is your command to launch zeppelin docker container ? In general, I use the K8s deployment. To reproduce the problem with this Docker image, I use: ` docker run