[GitHub] [zeppelin] EricGao888 commented on a change in pull request #4134: [ZEPPELIN-5398] fix ZEPPELIN-5398, make corrupted notes deletable

2021-07-05 Thread GitBox
EricGao888 commented on a change in pull request #4134: URL: https://github.com/apache/zeppelin/pull/4134#discussion_r663701441 ## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/exception/CorruptedNoteException.java ## @@ -0,0 +1,26 @@ +/* + * Licensed

[ZEPPELIN-5414] set value for shell.command.timeout.millisecs

2021-07-05 Thread Eric Gao
Hi, The default threshold set for shell.command.timeout.millisecs is 60 seconds, which seems confusing. Users will find their process get killed if they take more than 60 seconds. I’m wondering whether it is a better idea to change it to unlimited? Thanks!

[jira] [Created] (ZEPPELIN-5446) SparkInterpreterLauncher#detectSparkScalaVersion may return wrong scala version

2021-07-05 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5446: Summary: SparkInterpreterLauncher#detectSparkScalaVersion may return wrong scala version Key: ZEPPELIN-5446 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5446 P

[GitHub] [zeppelin] zjffdu opened a new pull request #4161: [ZEPPELIN-5446] SparkInterpreterLauncher#detectSparkScalaVersion may return wrong scala version

2021-07-05 Thread GitBox
zjffdu opened a new pull request #4161: URL: https://github.com/apache/zeppelin/pull/4161 ### What is this PR for? This issue happens when user set `SPARK_HOME` in zeppelin spark interpreter setting, but zeppelin server host has `SPARK_CONF_DIR` which point to another version of

[jira] [Created] (ZEPPELIN-5447) Spark driver pod cannot create resource "configmaps" under k8s mode

2021-07-05 Thread rickcheng (Jira)
rickcheng created ZEPPELIN-5447: --- Summary: Spark driver pod cannot create resource "configmaps" under k8s mode Key: ZEPPELIN-5447 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5447 Project: Zeppel

[DISCUSS] Releasing 0.9.1

2021-07-05 Thread Jeff Zhang
Hi Folks, It has been about half year since the last release of 0.9.0, after that we have many fixes and improvements, what do you think of the release of 0.9.1 ? -- Best Regards Jeff Zhang

Re: [DISCUSS] Releasing 0.9.1

2021-07-05 Thread Jeff Zhang
Hi Paul, What kind of issue do you have when building from source code ? Paul Brenner 于2021年7月6日周二 上午3:37写道: > We have been having more and more trouble getting builds from source > working so would love a new release. > > Paul Brenner > > Head of Data Science > *pbren...@placeiq.com* | (217)

[GitHub] [zeppelin] asfgit closed pull request #4159: [ZEPPELIN-5366] Run spark job as the login user in yarn mode

2021-07-05 Thread GitBox
asfgit closed pull request #4159: URL: https://github.com/apache/zeppelin/pull/4159 -- 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 specific comment. To unsubscribe, e-mail: dev-unsubscr..

[GitHub] [zeppelin] asfgit closed pull request #4158: [ZEPPELIN-5367] Run flink job as the login user in yarn mode

2021-07-05 Thread GitBox
asfgit closed pull request #4158: URL: https://github.com/apache/zeppelin/pull/4158 -- 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 specific comment. To unsubscribe, e-mail: dev-unsubscr..

[GitHub] [zeppelin] zjffdu opened a new pull request #4162: [ZEPPELIN-5441] Check no jobs running before kill interpreter job in TimeoutLifecycleManager

2021-07-05 Thread GitBox
zjffdu opened a new pull request #4162: URL: https://github.com/apache/zeppelin/pull/4162 ### What is this PR for? Minor PR to check no jobs running before kill interpreter job in `TimeoutLifecycleManager`, otherwise it is possible to kill interpreter process that still has jobs run

[GitHub] [zeppelin] EricGao888 commented on a change in pull request #4134: [ZEPPELIN-5398] fix ZEPPELIN-5398, make corrupted notes deletable

2021-07-05 Thread GitBox
EricGao888 commented on a change in pull request #4134: URL: https://github.com/apache/zeppelin/pull/4134#discussion_r664268798 ## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/exception/CorruptedNoteException.java ## @@ -0,0 +1,26 @@ +/* + * Licensed