You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2021/07/16 08:17:19 UTC

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

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 `zeppelin.k8s.spark.ingress.host` is `{{PORT}}-{{SERVICE_NAME}}.{{SERVICE_DOMAIN}}`.
   
   So if user does not customize the URL, he just needs to set the property `zeppelin.k8s.spark.useIngress true` to create the ingress. And he can directly click the button `SPARK JOB` to jump to the spark UI through ingress.
   
   But if user customizes the URL, he can also set the property `zeppelin.k8s.spark.ingress.host` to enable the spark UI through ingress :
   ```
   zeppelin.spark.uiWebUrl //{{SERVICE_NAME}}.{{SERVICE_DOMAIN}}
   zeppelin.k8s.spark.useIngress true
   zeppelin.k8s.spark.ingress.host {{SERVICE_NAME}}.{{SERVICE_DOMAIN}}
   ```


-- 
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-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org