Re: [Kubernetes] How to manage Zeppelin in K8s

2018-04-09 Thread Jhon Anderson Cardenas Diaz
Hi, The permission settings are stored in: $ZEPPELIN_HOME/conf/notebook-authorization.json The interpreter settings are stored in: $ZEPPELIN_HOME/conf/interpreter.json I think since zeppelin 0.8.0 exists a mechanism to persist the interpreters configuration. If you work with an earlier version,

[Kubernetes] How to manage Zeppelin in K8s

2018-04-09 Thread Josh Goldsborough
We have a cluster using Kubernetes to host Zeppelin. We have the notebooks backed up in S3, but right now we weren't using a stateful set. And it seems like when ever we recreate the cluster it comes back & loads the notebooks fine. But each notebook loses all the permissions (leaving them expos