Re: Zeppelin directory structure for S3 notebook storage

2017-07-21 Thread Richard Xin
correction:I tried both "user" and  "username", and the S3 directory structure is actually like this: {bucket}/username/notebook/{notebook-id}/note.json instead of advertised "{bucket}/{username}/{notebook-id}/note.json" Please advise.Thanks On Friday, July 21, 2017, 3:02:15 PM PDT, Richard Xin

Re: Zeppelin directory structure for S3 notebook storage

2017-07-21 Thread Richard Xin
oops, accidentally clicked "send" ... 1. enabled default security by renaming shiro.ini (default user admin, user1,2 ...)2. enabled S3 storage, and my config in zeppelin-site.xml   zeppelin.notebook.s3.user  username  user name for s3 folder structure I noticed that my s3 has following

Zeppelin directory structure for S3 notebook storage

2017-07-21 Thread Richard Xin
1. enabled default security by renaming shiro.ini (default user admin, user1,2 ...)2. enabled S3 storage, and my config in    zeppelin.notebook.s3.user  username  user name for s3 folder structure

Unable to use angular backend or front end API to print variables

2017-07-21 Thread Arun Natva
> Hi, > I am trying to use zeppelin angular Interpreter to build an interactive > report. > > Installed zeppelin 0.6.0 on HDP 2.5.2. When I bind a value using > z.angularBind(), the variable is not printing in the print statement. > > Can anyone please shed light on what I am missing ? > >

Re: Invoke notebook from REST api?

2017-07-21 Thread darren
Thank you Get Outlook for Android From: Park Hoon Sent: Friday, July 21, 3:34 AM Subject: Re: Invoke notebook from REST api? To: users@zeppelin.apache.org Hi,  You can run a specific paragraph async / sync - 

Re: Caused by: java.lang.NoSuchMethodError: org.apache.zeppelin.interpreter.InterpreterGroup.keySet()Ljava/util/concurrent/ConcurrentHashMap$KeySetView;

2017-07-21 Thread Park Hoon
Hi, Zeppelin 0.7.1 was built using JDK 8, so it requires JDK8+ Could you test it with Zeppelin 0.7.2 and JDK7? It will work. Thanks. On Mon, Jun 26, 2017 at 10:10 PM, Serega Sheypak wrote: > Hi, what is the right way to fix it? Found: https://issues.apache. >

Re: Invoke notebook from REST api?

2017-07-21 Thread Park Hoon
Hi, You can run a specific paragraph async / sync - http://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/usage/rest_api/notebook.html#run-a-paragraph-asynchronously or are able to run the note (containing paragraphs) -

Re: Locking a paragraph for editing

2017-07-21 Thread Park Hoon
Hi, AFAIK, Zeppelin doesn't distinguish the roles for running and modification. `Writer` and `Owner` can execute and edit the paragraph. - https://github.com/apache/zeppelin/blob/master/zeppelin-server/src/main/java/org/apache/zeppelin/socket/NotebookServer.java#L1718-L1727 Regard, On Fri,