Re: Spark Interpreter: Change default scheduler pool

2017-04-17 Thread Fabian Böhnlein
Hi moon, exactly, thanks for the pointer. Added the issue: https://issues.apache.org/jira/browse/ZEPPELIN-2413 Best, Fabian On Tue, 28 Mar 2017 at 15:48 moon soo Lee wrote: > Hi Fabian, > > Thanks for sharing the issue. > SparkSqlInterpreter set scheduler to "fair" depends on interpreter > p

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

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"