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
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
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
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
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
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-
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,
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