Re: Access Control

2017-01-09 Thread Meeraj Kunnumpurath
I have tried the following configuration, [users] > # List of users with their password allowed to access Zeppelin. > # To use a different strategy (LDAP / Database / ...) check the shiro doc > at http://shiro.apache.org/configuration.html#Configuration-INISections > meeraj = password, admin > gue

Re: Access Control

2017-01-09 Thread Meeraj Kunnumpurath
Hello, Is it possible to have the below setup? As soon as I enable anonymous access in shiro.ini, there is no option to login to the UI, which also makes locking notebooks not possible as well. Regards Meeraj On Mon, Jan 9, 2017 at 1:29 PM, Meeraj Kunnumpurath < mee...@servicesymphony.com> wrote

visualize sql generator

2017-01-09 Thread 小野圭二
Hi, I am beginner in Zeppelin, but i am getting impressed by this marvelous front end software. And to introduce it into us, i am searching a sort of plugin that createsql code by visual tool, like making ER figure in DB. I appreciate If you have some candidates one, whichever plugin type or hard

Re: Manually importing notebooks -- inconsistent behavior

2017-01-09 Thread Jongyoul Lee
Hi, If you edit or create new interpreter by yourself, you have to copy conf/interpreter.json into a new machine. All interpreters store their default setting inside it and Zeppelin read and create new interpreter.json from those default settings since there's no interpreter.json in conf directory

Intermittent failures when running SQL using %spark.sql

2017-01-09 Thread t p
I see intermittent failures which disappear if I hit the play button multiple times when I run SQL using %spark.sql. Example of error below. Note that if I invoke the same query using using spark.sql() API and then invoke z.show(), everything works fine. Have others noticed this? Version 0.6.2

Manually importing notebooks -- inconsistent behavior

2017-01-09 Thread blaubaer
One way to import notebooks is to simply copy the notebooks into the /var/lib/zeppelin/notebook folder. As noted for example here to make it work it's furthermore necessary to edit the interpreter.json file as well. So here is

Access Control

2017-01-09 Thread Meeraj Kunnumpurath
Hello I would like to setup security, such that anonymous users can view all = the Notebooks in read-only mode, however to create a new notebook or = amend an existing one, the user should have logged on. I have edited = shirt.ini to disable anonymous access, this disables all access. Any pointer