[GitHub] zeppelin issue #2539: [ZEPPELIN-2863] change notebook-authorization.json and...

2017-08-24 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2539 Can you explain a bit more why setting `ZEPPELIN_CONF_DIR` to outside of docker image won't work for you ? I am not so familiar with docker, may need more context to understand that.

[GitHub] zeppelin issue #2539: [ZEPPELIN-2863] change notebook-authorization.json and...

2017-08-23 Thread sadhen
Github user sadhen commented on the issue: https://github.com/apache/zeppelin/pull/2539 @zjffdu It won't satisfy my need. You may understand my concerns when you start dockerizing Zeppelin. And these days, I encounter another dockerization problem. If I put

[GitHub] zeppelin issue #2539: [ZEPPELIN-2863] change notebook-authorization.json and...

2017-08-23 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2539 @sadhen would set env variable `ZEPPELIN_CONF_DIR` to a folder out of docker image work for you ? --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] zeppelin issue #2539: [ZEPPELIN-2863] change notebook-authorization.json and...

2017-08-22 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2539 `provide an environment variable to tell Zeppelin where is the notebook dir. The variable should be prior to configs in zeppelin-site.xml (regardless of this pr, this would be nice feature for

[GitHub] zeppelin issue #2539: [ZEPPELIN-2863] change notebook-authorization.json and...

2017-08-20 Thread sadhen
Github user sadhen commented on the issue: https://github.com/apache/zeppelin/pull/2539 @zjffdu Your solution didn't solve the problem in the quoted: `The critical part is that files under conf/ such as shiro.ini is part of the docker image and should be immutable.`

[GitHub] zeppelin issue #2539: [ZEPPELIN-2863] change notebook-authorization.json and...

2017-08-18 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2539 ` The critical part is that files under conf/ such as shiro.ini is part of the docker image and should be immutable. ` I don't feel it is a good idea to move notebook-authorization.json

[GitHub] zeppelin issue #2539: [ZEPPELIN-2863] change notebook-authorization.json and...

2017-08-16 Thread sadhen
Github user sadhen commented on the issue: https://github.com/apache/zeppelin/pull/2539 We deployed Zeppelin in K8S cluster, and are using volumes for persistence as you stated. A1. I will provide a solution later. A possible solution: mv the files in `conf/` if exists in

[GitHub] zeppelin issue #2539: [ZEPPELIN-2863] change notebook-authorization.json and...

2017-08-15 Thread sadhen
Github user sadhen commented on the issue: https://github.com/apache/zeppelin/pull/2539 @1ambda `interpreter.json` and `notebook-authorization.json` will be changed during the use of Zeppelin. If the docker instance is killed and restarted, the updated json files will be lost.

[GitHub] zeppelin issue #2539: [ZEPPELIN-2863] change notebook-authorization.json and...

2017-08-15 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2539 Hi, Thanks for the contribution. @sadhen I think you can manually move `interpreter*.json` inside the docker container. Isn't it? --- If your project is set up for it, you can