Reamer commented on a change in pull request #4176:
URL: https://github.com/apache/zeppelin/pull/4176#discussion_r670992722
##
File path:
zeppelin-plugins/launcher/k8s-standard/src/main/java/org/apache/zeppelin/interpreter/launcher/K8sRemoteInterpreterProcess.java
##
@@ -307,1
asfgit closed pull request #4177:
URL: https://github.com/apache/zeppelin/pull/4177
--
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..
rickchengx opened a new pull request #4178:
URL: https://github.com/apache/zeppelin/pull/4178
### What is this PR for?
Currently, users can build a smaller docker image of zeppelin interpreter by
modifying the Dockerfile in `scripts/docker/zeppelin-interpreter`. But I think
a more ideal
rickcheng created ZEPPELIN-5461:
---
Summary: Shell script to generate the Dockerfile of zeppelin
interpreter docker image
Key: ZEPPELIN-5461
URL: https://issues.apache.org/jira/browse/ZEPPELIN-5461
Projec
PrarthiJain commented on pull request #4089:
URL: https://github.com/apache/zeppelin/pull/4089#issuecomment-880505563
@Reamer @zjffdu @prabhjyotsingh, I have updated the patch. Could you please
help to review it? Thanks.
--
This is an automated message from the Apache Git Service.
To res
rickchengx opened a new pull request #4177:
URL: https://github.com/apache/zeppelin/pull/4177
### What is this PR for?
Currently, if there are some hidden files in the directory
`k8s/interpreter`, zeppelin just outputs some logs `Skip {...}` but does not
actually skip those hidden files
rickcheng created ZEPPELIN-5460:
---
Summary: Handling of hidden files while applying files under k8s
mode
Key: ZEPPELIN-5460
URL: https://issues.apache.org/jira/browse/ZEPPELIN-5460
Project: Zeppelin
rickchengx opened a new pull request #4176:
URL: https://github.com/apache/zeppelin/pull/4176
### What is this PR for?
Currently, when zeppelin server is running outside of k8s cluster, users
cannot access the spark UI directly from the web page of Zeppelin. So this PR
creates i