Re: Zeppelin notebook.repo.GitNotebookRepo

2017-07-20 Thread Khalid Huseynov
right, S3 doesn't support versioning at the moment. Thanks for opening the issue to support remote git repo, I'll comment on issue for more details. On Fri, Jul 21, 2017 at 6:55 AM, Richard Xin wrote: > ok, I don't think Zeppelin supports remote git repo, I have filed a Jira > request to put to

Locking a paragraph for editing

2017-07-20 Thread Ben Vogan
Hi all, Is it possible to allow someone to view and run paragraphs in a note, but not allow them to edit them? If so, how do I do that? Thanks, -- *BENJAMIN VOGAN* | Data Platform Team Lead

Re: Zeppelin notebook.repo.GitNotebookRepo

2017-07-20 Thread Richard Xin
ok, I don't think Zeppelin supports remote git repo, I have filed a Jira request to put to the wish list, hope it gets fixed soon ZEPPELIN-2802. Thanks,-Richard On Thursday, July 20, 2017, 11:28:41 AM PDT, Richard Xin wrote: Khalid, thanks for the reply.the problem I am facing is we could u

Re: Zeppelin notebook.repo.GitNotebookRepo

2017-07-20 Thread Richard Xin
Khalid, thanks for the reply.the problem I am facing is we could use either local git or S3 without git support. Any idea how I could get version control on S3? if I change storage to S3, I can't use version control. -Richard On Thursday, July 20, 2017, 12:39:05 AM PDT, Khalid Huseynov wrote:

Why anonymous login disabled for zeppelin (EMR)

2017-07-20 Thread Richard Xin
I started AWS EMR instance, initially anonymous login was enabled, i renamed zeppelin-site.xml.template to zeppelin-site.xml and restarted zeppelin, I noticed that anonymous login was disabled. shouldn't config in zeppelin-site.xml.template be all default values? and I checked the file, it does

Re: restarting zeppelin on EMR causing exceptions

2017-07-20 Thread Richard Xin
thanks, Jonathan, the Zeppelin's native restart command (sudo zeppelin-daemon.sh restart) doesn't work for EMR, I saw error "channel 7: open failed: connect failed: Connection refused" using native restart command, it seems that it doesn't stop all dependency process cleanly. after running nativ

Re: [DISCUSS] Release 0.8.0

2017-07-20 Thread Khalid Huseynov
Thanks for starting discussion on 0.8.0 release. I also think that need to concentrate on solving the issues blocking release and link the issues community considers important for it under the umbrella issue you mentioned. Further regarding stable and latest release, here's one example how it look

Invoke notebook from REST api?

2017-07-20 Thread darren
Is this possible? Thank you. Get Outlook for Android

Run a notebook on interpreter re-/start

2017-07-20 Thread Mitko Kolev
Hello everyone, in my organization we have a zeppelin note that contains many user defined functions and scala initialization code. Currently we run the code manually once per interpreter start. Is there any way to have the initialization code run automatically on every interpreter start (wi

Shiro AD auth - unable to use jceks

2017-07-20 Thread cs user
Hello, Can someone explain how the shiro.ini config should look when trying to encrypt the AD password? We have the following config: activeDirectoryRealm = org.apache.zeppelin.realm.ActiveDirectoryGroupRealm > activeDirectoryRealm.url = ldaps://some.address.com:636 > activeDirectoryRealm.search

Disable shell interpreter

2017-07-20 Thread cs user
Hello, Is it possible to disable access to the shell interpreter ? I had thought of doing this for the zeppelin user, however I think this might break other interpreters. I believe it would be possible to remove the interpreter from the list of interpreters, and then remove user access and preve

Re: Zeppelin notebook.repo.GitNotebookRepo

2017-07-20 Thread Khalid Huseynov
Hi Richard, Actually that setting is only for local storage that allows git/revision related actions (e.g. commit, change revision). There's a separate setting for S3 though, you can find details in here . On Thu