Re: intercepter does not work after pod restart

2020-06-03 Thread moon soo Lee
Regarding (1), If an Interpreter is stateless (for example jdbc interpreter), they can be silently restarted by Deployment. However, if an Interpreter is stateful (like spark, python) and restarted silently, user may experience unexpected behavior or result. It can be quite confusing. So when an

intercepter does not work after pod restart

2020-05-31 Thread James Yu
I deploy zeppelin in Kubernetes environment and found zeppelin does not behave as expected in the following cases: (1) when I delete the interceptor pod with "kubectl delete", the pod does not restart itself (2) when I delete the interceptor container with "docker rm -f", the pod restarts itself, b