Re: ActiveDirectoryGroupRealm.java allows user outside of searchBase to login

2017-03-28 Thread cs user
Hi All, We are also hitting this issue with version 0.7.0. We have tried changing the search base so that a filter is used, and only certain users who are a member of a group are allowed to login, however this doesn't have an effect. We have also tried to use activeDirectoryRealm.groupRolesMap,

Re: Spark Interpreter: Change default scheduler pool

2017-03-28 Thread moon soo Lee
Hi Fabian, Thanks for sharing the issue. SparkSqlInterpreter set scheduler to "fair" depends on interpreter property [1]. I think we can do the similar for SparkInterpreter. Do you mind file a new JIRA issue for it? Regards, moon [1] https://github.com/apache/zeppelin/blob/0e1964877654c56c72473a

Angular FrontEnd API - Drag and Drop

2017-03-28 Thread Sofiane Cherchalli
Hi, Would it be possible to use angular front-end api to for example list the notebooks and display them in a zeppelin paragraph. Also, would it be possible to use drag and drop? Thanks Sofiane

Spark Interpreter: Change default scheduler pool

2017-03-28 Thread Fabian Böhnlein
Hi all, how can I change (globally, for Zeppelin) the default scheduler pool which SparkInterpreter submits jobs to. Currently all jobs go into the pool 'default' but I want them to go into the pool 'fair'. We use "Per Note" and "scoped" processes for best resource sharing. "spark.scheduler.pool"

Separate interpreter running scope Per user or Per Note documentation

2017-03-28 Thread Meethu Mathew
Hi, I couldnt find the documentation for the feature Separate interpreter running scope Per user or Per Note at https://zeppelin.apache.org/docs/0.7.0/manual/interpreters.html#interpreter-binding-mode . Can somebody help me in understanding the per note scoped mode and per user scoped mode? Reg