Hi,

Code execution (scala/python) will always be blocked while other notebook
uses the same interpreter.

With zeppelin.spark.concurrentSQL set true, spark sql(%sql) interpreter
will run your sql without blocking.

So, to run your notebook in parallel, you need either create multiple
interpreter settings or set zeppelin.spark.concurrentSQL true for %sql
statement.

Hope this helps

Best,
moon
On 2015년 7월 3일 (금) at 오후 11:11 Brandon White <bwwintheho...@gmail.com>
wrote:

> Hello there,
>
> Whenever I run all for one notebook, it blocks all queries and execution
> for all the other notebooks. How do I turn this off? I need to be able to
> run all and still have the other notebooks work.
>
> I set zeppelin.spark.concurrentSQL to true but it is still blocking.
>
> Is there any other field I need to set to true?
>
> Brandon
>

Reply via email to