[GitHub] [zeppelin] Reamer commented on a change in pull request #4176: [ZEPPELIN-5445] Allow users to access the spark UI outside the kubernetes cluster

2021-07-15 Thread GitBox
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

[GitHub] [zeppelin] asfgit closed pull request #4177: [ZEPPELIN-5460] Handling of hidden files while applying files under k8s mode

2021-07-15 Thread GitBox
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..

[GitHub] [zeppelin] rickchengx opened a new pull request #4178: [ZEPPELIN-5461] Shell script to generate the Dockerfile of zeppelin interpreter docker image

2021-07-15 Thread GitBox
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

[jira] [Created] (ZEPPELIN-5461) Shell script to generate the Dockerfile of zeppelin interpreter docker image

2021-07-15 Thread rickcheng (Jira)
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

[GitHub] [zeppelin] PrarthiJain commented on pull request #4089: [ZEPPELIN-5249]. Update to thrift 0.14.2

2021-07-15 Thread GitBox
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

[GitHub] [zeppelin] rickchengx opened a new pull request #4177: [ZEPPELIN-5460] Handling of hidden files while applying files under k8s mode

2021-07-15 Thread GitBox
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

[jira] [Created] (ZEPPELIN-5460) Handling of hidden files while applying files under k8s mode

2021-07-15 Thread rickcheng (Jira)
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

[GitHub] [zeppelin] rickchengx opened a new pull request #4176: [ZEPPELIN-5445] Allow users to access the spark UI outside the kubernetes cluster

2021-07-15 Thread GitBox
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