Re: zeppelin architecture with multiple users

2016-09-26 Thread Eric Charles
> > Sent from my Verizon, Samsung Galaxy smartphone > > Original message > From: Eric Charles > Date: 9/26/16 8:21 AM (GMT-05:00) > To: users@zeppelin.apache.org > Subject: Re: zeppelin architecture with multiple users > > > > On Fri, Sep 23, 2016 a

Re: zeppelin architecture with multiple users

2016-09-26 Thread darren
for others. If there are enough resources to go around then it looks like everyone has their own. Sent from my Verizon, Samsung Galaxy smartphone Original message From: Eric Charles Date: 9/26/16 8:21 AM (GMT-05:00) To: users@zeppelin.apache.org Subject: Re: zeppelin archite

Re: zeppelin architecture with multiple users

2016-09-26 Thread Eric Charles
On Fri, Sep 23, 2016 at 1:37 AM, York Huang wrote: > 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. > https://gi

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

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

Re: zeppelin architecture with multiple users

2016-09-21 Thread Jeff Zhang
I guess you mean workspace per use, this is not implemented yet, here the multiple user support ticket for zeppelin https://issues.apache.org/jira/browse/ZEPPELIN-1337 For authentication, you can refer this link, https://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/security/shiroauthentication.html On

Re: zeppelin architecture with multiple users

2016-09-21 Thread York Huang
Hi DuyHai, I would like to know how to set up security (authentication and authorization), the architecture, etc. The users are using windows. I am ok to set up individual zeppelin on their desktop or a central zeppelin server. But I want to know the complexity, limitation, details, etc. Many th

Re: zeppelin architecture with multiple users

2016-09-21 Thread York Huang
I would like to know how to set up security (authentication and authorization), the architecture, etc. The users are using windows. I am ok to set up individual zeppelin on their desktop or a central zeppelin server. But I want to know the complexity, limitation, details, etc. On 22 September 201

Re: zeppelin architecture with multiple users

2016-09-21 Thread York Huang
Has anyone set up a multi-users Zeppelin? Can you please share the details? Thanks On 16 September 2016 at 03:51, DuyHai Doan wrote: > Right now, you have some options to isolate the notes. Look at the doc > about interpreter binding mode here : http://zeppelin.apache.org/ > docs/0.7.0-SNAPSH

Re: zeppelin architecture with multiple users

2016-09-15 Thread DuyHai Doan
Right now, you have some options to isolate the notes. Look at the doc about interpreter binding mode here : http://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/manual/interpreters.html#interpreter-binding-mode On Thu, Sep 15, 2016 at 7:15 AM, York Huang wrote: > Hi, > > I want to set up a environ

zeppelin architecture with multiple users

2016-09-14 Thread York Huang
Hi, I want to set up a environment for a group of users so that they can access zeppelin. Each of them should have their own space, should not interfere each other. I install zeppelin on the MapR sandbox. If I access it from different computers, even I access different notebooks, the data are sti