Re: Spark/Zeppelin/Cassandra talk

2016-07-21 Thread Alexander Bezzubov
Thanks for sharing the feedback, Duy Hai Doan! It could be great to have ZeppelinServer as well as all interpreters exposing their metrics with something like http://metrics.dropwizard.io and we could make default notebook after them periodically and visualize the results :) -- Alex On Fri,

Re: Spark/Zeppelin/Cassandra talk

2016-07-21 Thread moon soo Lee
Cool. Exposing metrics through REST api and/or JMX sounds interesting! And thanks for sharing slide and how the event was as well as feedbacks. moon On Fri, Jul 22, 2016 at 1:10 AM DuyHai Doan wrote: > Here are the slides for the talk last night at Spark London meetup :

Re: integrate authorization

2016-07-21 Thread Khalid Huseynov
As i checked once again, you can just implement your own class that extends AuthorizingRealm of Shiro. doGetAuthenticationInfo - for authentication doGetAuthorizationInfo - for authorization you can use https://github.com/apache/zeppelin/pull/1173 as an example Best, Khalid. On Thu, Jul 21,