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
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
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
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...
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
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
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-
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
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