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 2020/04/10 15:59:16 UTC

[GitHub] [zeppelin] Leemoonsoo edited a comment on issue #3728: [ZEPPELIN-4748] Format Spark web ui url dynamically on Kubernetes

Leemoonsoo edited a comment on issue #3728: [ZEPPELIN-4748] Format Spark web ui url dynamically on Kubernetes
URL: https://github.com/apache/zeppelin/pull/3728#issuecomment-612094455
 
 
   Regarding using Deployment for instead of Pod, I generally agree but I think we need one consideration.
   
   Some interpreters (like markdown, jdbc) are stateless. So Pod can silently be re-created.
   However stateful interpreters, like Spark, Python, when Pod is re-created, it loses all states and users need to know about that.
   
   So, unless we have some mechanism to notify a user about Pod re-creation, I think it is not a bad idea to let Pod disappear and let the user get an error message about that.
   
   What do you think?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services