Re: Zeppelin security configuration

2017-06-28 Thread Paul Brenner
Hmmm I thought we were able to get ours working like that. Here is how we defined roles: activeDirectoryRealm.groupRolesMap = "CN=Security Data Science Department,OU=Department Security Groups,OU=Security Groups,OU=PlaceIQ,DC=corp,DC=placeiq,DC=net":"data_science", "CN=Security Development Dep

Re: Zeppelin security configuration

2017-06-28 Thread goutham koneru
Thanks Paul. Can you also share how you defined the roles like infra? --Goutham. On Wed, Jun 28, 2017 at 3:20 PM, Paul Brenner wrote: > What happens if you remove authc after /api/interpreter/** ? > > Our shiro.ini just has: > /api/interpreter/** = roles[engineering],roles[infra],roles[tech_he

Zeppelin security configuration

2017-06-28 Thread Paul Brenner
What happens if you remove authc after /api/interpreter/** ? Our shiro.ini just has: /api/interpreter/** = roles[engineering],roles[infra],roles[tech_heads],roles[data_science] http://www.placeiq.com/ http://www.placeiq.com/ http://www.placeiq.com/ Paul Brenner https://twitter.com/placeiq htt

Zeppelin security configuration

2017-06-28 Thread goutham koneru
Hi, I've enabled AD authentication by updating shiro.ini - this is just to login to Zeppelin. I am using HDP 2.6.1 and Zeppelin 0.7.0. ldapADGCRealm.userSearchFilter=(&(objectclass=user)(sAMAccountName={0})(|(memberOf=cn=adhdpadm,ou=Groups,ou=Corporate,dc=abccompany,dc=com)(memberOf=cn=adhdpdev,

Re: can Zeppelin runParagraph from different notebooks?

2017-06-28 Thread Richard Xin
ok, thanks for clarification. On Monday, June 26, 2017, 6:13:16 PM PDT, Jianfeng (Jeff) Zhang wrote: z.run is a async call, It just send the message to ask zeppelin to run note instead of waiting until is finished.   Best Regard,Jeff Zhang From: Richard Xin Reply-To: "users@zeppelin.apach

Re: Zeppelin REST api for interpreters

2017-06-28 Thread Serega Sheypak
Ah, it's there, thanks! 2017-06-28 12:44 GMT+02:00 Иван Шаповалов : > for 3.2 https://zeppelin.apache.org/docs/0.7.2/rest-api/rest- > interpreter.html should work > > 2017-06-28 12:14 GMT+03:00 Serega Sheypak : > >> Hi, I'm reading >> https://zeppelin.apache.org/docs/0.7.2/rest-api/rest-notebook.

Re: Zeppelin REST api for interpreters

2017-06-28 Thread Иван Шаповалов
for 3.2 https://zeppelin.apache.org/docs/0.7.2/rest-api/rest-interpreter.html should work 2017-06-28 12:14 GMT+03:00 Serega Sheypak : > Hi, I'm reading > https://zeppelin.apache.org/docs/0.7.2/rest-api/rest-notebook.html > > I has great REST API for notebooks and paragraphs. > I'm looking for int

Zeppelin REST api for interpreters

2017-06-28 Thread Serega Sheypak
Hi, I'm reading https://zeppelin.apache.org/docs/0.7.2/rest-api/rest-notebook.html I has great REST API for notebooks and paragraphs. I'm looking for interpreter configuration. I want to automate Zeppelin deployment and I need: 1. put zeppelin war on node (done) 2. start war and connect to monitor