[jira] [Created] (ZEPPELIN-5462) Zeppelin job manager hangs and spins forever

2021-07-16 Thread Karsten Schmidt (Jira)
Karsten Schmidt created ZEPPELIN-5462: - Summary: Zeppelin job manager hangs and spins forever Key: ZEPPELIN-5462 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5462 Project: Zeppelin

[GitHub] [zeppelin] zhxiaoping opened a new pull request #4179: [ZEPPELIN-5458] fix that zepplin can not parse columns which contains chinese character

2021-07-16 Thread GitBox
zhxiaoping opened a new pull request #4179: URL: https://github.com/apache/zeppelin/pull/4179 ### What is this PR for? fix that zepplin can not parse columns which contains chinese character ### What type of PR is it? Bug Fix ### Todos * [ ] - Task ### What is

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

2021-07-16 Thread GitBox
rickchengx commented on a change in pull request #4176: URL: https://github.com/apache/zeppelin/pull/4176#discussion_r671050695 ## File path: zeppelin-plugins/launcher/k8s-standard/src/main/java/org/apache/zeppelin/interpreter/launcher/K8sRemoteInterpreterProcess.java ## @@ -3

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

2021-07-16 Thread GitBox
rickchengx commented on pull request #4176: URL: https://github.com/apache/zeppelin/pull/4176#issuecomment-881265809 When user does not specify the property `zeppelin.spark.uiWebUrl`, it will be automatically `//{{PORT}}-{{SERVICE_NAME}}.{{SERVICE_DOMAIN}}`. And the default value of `zeppe