I think this configuration of spark interpreter allows you to run queries concurrently:
zeppelin.spark.concurrentSQL=true Best, Zhong On Wed, Feb 10, 2016 at 4:25 PM, Sourav Mazumder < sourav.mazumde...@gmail.com> wrote: > Hi, > > I'm sending multiple queries/tasks to a single Zeppelin instance from > different browsers through various notebooks. > > Now I understand all the queries/tasks will share the same Spark > Interpreter process. In that case will the Spark Interpreter process will > process those queries sequentially or will execute them in multiple threads > ? > > Regards, > Sourav >