[GitHub] [zeppelin] rickchengx opened a new pull request #4171: [ZEPPELIN-5456] Allow users to set the config 'imagePullPolicy' under k8s mode

2021-07-11 Thread GitBox
rickchengx opened a new pull request #4171: URL: https://github.com/apache/zeppelin/pull/4171 ### What is this PR for? Currently, the interpreter pod created by `k8s/interpreter/100-interpreter-spec.yaml` cannot set the `imagePullPolicy` for both the zeppelin image and the spark ima

[GitHub] [zeppelin] Reamer commented on pull request #4141: [ZEPPELIN-5405] ClassNotFoundException in YarnAppMonitor when hadoop client is not installed

2021-07-11 Thread GitBox
Reamer commented on pull request #4141: URL: https://github.com/apache/zeppelin/pull/4141#issuecomment-878011765 > any more comment ? @Reamer No. LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

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

2021-07-11 Thread GitBox
EricGao888 commented on a change in pull request #4134: URL: https://github.com/apache/zeppelin/pull/4134#discussion_r667659954 ## File path: zeppelin-server/src/test/java/org/apache/zeppelin/service/NotebookServiceTest.java ## @@ -263,6 +264,22 @@ public void testNoteOperatio

[GitHub] [zeppelin] zjffdu commented on pull request #4141: [ZEPPELIN-5405] ClassNotFoundException in YarnAppMonitor when hadoop client is not installed

2021-07-11 Thread GitBox
zjffdu commented on pull request #4141: URL: https://github.com/apache/zeppelin/pull/4141#issuecomment-878008338 any more comment ? @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 s

[jira] [Created] (ZEPPELIN-5456) Allow users to set the config 'imagePullPolicy' under k8s mode

2021-07-11 Thread rickcheng (Jira)
rickcheng created ZEPPELIN-5456: --- Summary: Allow users to set the config 'imagePullPolicy' under k8s mode Key: ZEPPELIN-5456 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5456 Project: Zeppelin

[GitHub] [zeppelin] rickchengx opened a new pull request #4170: [ZEPPELIN-5360] K8S interpreter create spark pods, should support the 'imagePullSecrets' config

2021-07-11 Thread GitBox
rickchengx opened a new pull request #4170: URL: https://github.com/apache/zeppelin/pull/4170 ### What is this PR for? When Zeppelin is creating the interpreter pod, it may need to pull the image from the **private repository**. However, the current `k8s/interpreter/100-interpreter-

[GitHub] [zeppelin] zjffdu commented on a change in pull request #4169: [ZEPPELIN-5454] Explain output should be in text format

2021-07-11 Thread GitBox
zjffdu commented on a change in pull request #4169: URL: https://github.com/apache/zeppelin/pull/4169#discussion_r667613020 ## File path: spark/spark1-shims/src/main/scala/org/apache/zeppelin/spark/Spark1Shims.java ## @@ -81,17 +82,28 @@ public String showDataFrame(Object obj,

[jira] [Created] (ZEPPELIN-5455) Spark conf can not contain white space

2021-07-11 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5455: Summary: Spark conf can not contain white space Key: ZEPPELIN-5455 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5455 Project: Zeppelin Issue Type: Bug