Re: Removing ;JSESSIONID in URL after login using CAS authentication

2020-12-21 Thread Tien Dat PHAN
PHAN On 2020/12/18 16:50:08, Tien Dat PHAN wrote: > Dear all, > > We are using Zeppelin 0.8.2 as our Data scientist notebook. > We configure the Zeppelin notebook to use CAS authentication. > > Our configuration in shiro.ini is: > >

Removing ;JSESSIONID in URL after login using CAS authentication

2020-12-18 Thread Tien Dat PHAN
#/) Our question is: Is it possible to configure shiro.ini to not add this JSESSIONID in the URL after login? Best regards Tien Dat PHAN

Python.conda env list does not show current active env with asterisk

2020-02-24 Thread Tien Dat PHAN
he current active env with an asterisk symbol '*' Do you experience the same behavior? Is this normal with Zeppelin? If YES, how we can verify which env is currently active with Conda on Zeppelin? Best regards Tien Dat PHAN

Re: Multi-user environment isolation with Zeppelin

2020-02-20 Thread Tien Dat PHAN
will not need to keep in mind changing to the right virtualenv whenever they login. Best Tien Dat On 2020/02/18 13:15:46, Jeff Zhang wrote: > By default the interpreter is shared, but it is easy to make a > configuration change for isolated mode. > > Tien Dat PHAN 于2020年2月18

Re: Multi-user environment isolation with Zeppelin

2020-02-18 Thread Tien Dat PHAN
an create virtualenv python_a for user a and virtualenv python_b > for user b. > > Then you can create 2 python interpreters and each interpreter have > different setting of zeppelin.python which point to the python virtualenv > you created above > > > Tien Dat PHAN 于2020年2月18

Re: Multi-user environment isolation with Zeppelin

2020-02-18 Thread Tien Dat PHAN
erpreters and each interpreter have > different setting of zeppelin.python which point to the python virtualenv > you created above > > > Tien Dat PHAN 于2020年2月18日周二 上午2:04写道: > > > Dear experts, > > > > In our use case, multiple users will work on the same N

Multi-user environment isolation with Zeppelin

2020-02-17 Thread Tien Dat PHAN
). With your experience with Zeppelin and multi-user setup, what would be the solution for this issue (if there are)? Thank you all in advance. Best regards Tien Dat PHAN