[jira] [Created] (ZEPPELIN-5232) Default value of zeppelin server memory & interpreter memory should be 1024m

2021-02-01 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5232: Summary: Default value of zeppelin server memory & interpreter memory should be 1024m Key: ZEPPELIN-5232 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5232

[jira] [Created] (ZEPPELIN-5231) Livy Interpreter doesn't support Japanese Character - Encoding Issue

2021-02-01 Thread Sai Charan G (Jira)
Sai Charan G created ZEPPELIN-5231: -- Summary: Livy Interpreter doesn't support Japanese Character - Encoding Issue Key: ZEPPELIN-5231 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5231

[GitHub] [zeppelin] zjffdu closed pull request #4031: [ZEPPELIN-5215]. Use user defined exception instead of TException to propagate exception to zeppelin server

2021-02-01 Thread GitBox
zjffdu closed pull request #4031: URL: https://github.com/apache/zeppelin/pull/4031 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

[GitHub] [zeppelin] zjffdu commented on pull request #4037: [ZEPPELIN-5218]. Don't exit shell interpreter if there's more logging produced

2021-02-01 Thread GitBox
zjffdu commented on pull request #4037: URL: https://github.com/apache/zeppelin/pull/4037#issuecomment-771255025 @Reamer I have add the stop in close method This is an automated message from the Apache Git Service. To

[jira] [Created] (ZEPPELIN-5230) Apache Zeppelin 0.8 and 0.9 configured for OIDC redirects to http://localhost:8081/null

2021-02-01 Thread Alfredo Revilla (Jira)
Alfredo Revilla created ZEPPELIN-5230: - Summary: Apache Zeppelin 0.8 and 0.9 configured for OIDC redirects to http://localhost:8081/null Key: ZEPPELIN-5230 URL:

[GitHub] [zeppelin] varadskarmarkar removed a comment on pull request #3189: [ZEPPELIN-3758]. Convert old note file note.json to new style

2021-02-01 Thread GitBox
varadskarmarkar removed a comment on pull request #3189: URL: https://github.com/apache/zeppelin/pull/3189#issuecomment-770414109 Hi, this property should be set either in zeppelin-site.xml or in zeppelin-env.sh, correct? I have tried both and neither has converted the notebooks.

[jira] [Created] (ZEPPELIN-5229) Update flink 1.10 to 1.10.3

2021-02-01 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5229: Summary: Update flink 1.10 to 1.10.3 Key: ZEPPELIN-5229 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5229 Project: Zeppelin Issue Type: Improvement

[GitHub] [zeppelin] Reamer commented on a change in pull request #4035: [ZEPPELIN-5225] Remote interpreter soft shutdown

2021-02-01 Thread GitBox
Reamer commented on a change in pull request #4035: URL: https://github.com/apache/zeppelin/pull/4035#discussion_r567662046 ## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/remote/ExecRemoteInterpreterProcess.java ## @@ -0,0 +1,234 @@ +/* + *

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

2021-02-01 Thread GitBox
Reamer commented on pull request #4022: URL: https://github.com/apache/zeppelin/pull/4022#issuecomment-770680792 I will merge this PR into master and branch-0.9 on Wednesday (03.02.2020) if no further comments are received.

[GitHub] [zeppelin] Reamer commented on pull request #4037: [ZEPPELIN-5218]. Don't exit shell interpreter if there's more logging produced

2021-02-01 Thread GitBox
Reamer commented on pull request #4037: URL: https://github.com/apache/zeppelin/pull/4037#issuecomment-770677148 I think that the `shellOutputCheckExecutor` task will run forever. Where is there a stop mechanism? This is an