Re: zeppelin architecture with multiple users

2016-09-22 Thread York Huang
I think Vincent's option 1 is the way to go at this stage. Basically, in a multi-users environment, every users should have their own storage and processing. So far Zeppelin has not seen to be able to isolate users totally. My question is, 1. I am using windows for client which means Zeppelin is i

Zeppelin and version control

2016-09-22 Thread Ian Maloney
Hi, We're looking into using Zeppelin for some of our projects. I've noticed that the way the directories are setup, is not conducive to version control for multiple projects. Is it on the roadmap for Zeppelin to have the ability to utilize subdirectories and persist them on disk as opposed to j

Re: Why the deprecation of %dep?

2016-09-22 Thread Vitaliy_Zinchenko
Here is ticket related to this issue https://issues.apache.org/jira/browse/ZEPPELIN-1466 Does anybody know how to fix this issue? -- View this message in context: http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/Why-the-deprecation-of-dep-tp3976p4201.html Sent from the

Re: ActiveDirectoryGroupRealm.java allows user outside of searchBase to login

2016-09-22 Thread Jongyoul Lee
Hi, Concerning the last error messages, it happens when you change auth setting while users open websockets on their web browsers. If you encounter another situation, it will help you share how to reproduce. Regards, Jongyoul On Thu, Sep 8, 2016 at 11:07 AM, Polina Marasanova < polina.marasan...

Re: Enable SSL for Zeppelin

2016-09-22 Thread Suresh Ayyavoo
Thanks Jesang Yoon. Since Zeppelin by default using jetty server, its better to stick with jetty. i was able to solve the issue. follow the instructions in https://github.com/apache/ zeppelin/blob/master/conf/README.md Error zeppelin.ssl.keystore.path ssl Path to keystore relative to Zeppe

Re: Enable SSL for Zeppelin

2016-09-22 Thread Jesang Yoon
Hi, Ayyavoo If possible, you can try NGINX as SSL middleware instead of using own SSL function at Zeppelin https://zeppelin.apache.org/docs/latest/security/authentication.html 2016-09-22 16:41 GMT+09:00 Suresh Ayyavoo : > Hi All, > > i follow the below URL for SSL cert installation for zeppelin

Re: zeppelin architecture with multiple users

2016-09-22 Thread vincent gromakowski
It seems credentials are saved per user as described in Shiro, can you confirm ? I don't find anything in credential API that links the datasource user to zeppelin user... Or username on datasource should be the same as Zeppelin username ? Can an admin user set credentials for other users ? 2016-

Re: zeppelin architecture with multiple users

2016-09-22 Thread vincent gromakowski
Hi, >From my point of view you have 3 options: 1. Use a dedicated zeppelin instance per user. Solution I currently use. Mesos/marathon launch an instance by user with it's linux UID. A service discovery is routing each user based on HTTPS basic auth to his instance. Because the configuration file

Enable SSL for Zeppelin

2016-09-22 Thread Suresh Ayyavoo
Hi All, i follow the below URL for SSL cert installation for zeppelin https://github.com/apache/zeppelin/blob/master/conf/README.md but i get error: FAILED SslContextFactory java.io.FileNotFoundException: /zeppelin-0.6.1/conf/ssl (Is a directory) at java.io.FileInputStream.open0(Nativ