Re: How to launch a Helium Application in local deploy mode

2017-04-15 Thread moon soo Lee
Hi, Dev mode in actual implementation became '%dev run' instead of '%helium run' in proposal. Please check http://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/development/writingzeppelinapplication.html#development-mode . To use '%dev run', you need build Zeppelin with -Phelium-dev flag. Hope this h

Re: Restricting interpreters to users in certain groups

2017-04-15 Thread moon soo Lee
Thanks for sharing the problem. Currently, interpreter permission does not support group/role but only users, not like notebook permission support all group/role/user. Could you help creating an issue for it? Regards, moon On Sat, Apr 15, 2017 at 5:07 AM Paul Brenner wrote: > I’m trying to li

Re: Dependency management

2017-04-15 Thread moon soo Lee
Hi, Thanks for reporting the problem. Downloaded dependency will be stored under 'local-repo' directory (by default). For example after i add com.databricks:spark-xml_2.11:0.4.1 in spark interpreter setting, moon$ ls local-repo/2CD5YP3GK/ scala-library-2.11.7.jar spark-xml_2.11-0.4.1.jar I see