Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Running code in parallel with only one Zeppelin instance

avatar
Explorer

Hi,

We are trying to run some code in parallel using Zeppelin two notebooks in two Zeppelin UI open in two tabs in the browser login with the same user.

 

However, even if we run both notebooks at the same time, one of them gets executed and the other one waits until the first one finishes to start running.

 

Is it normal behavior of Zeppelin? Is there any way it supports parallel execution of notebooks with the same user?

 

Thanks.

1 ACCEPTED SOLUTION

avatar
Rising Star

@Claro2020 pls check the attachment


Screenshot 2022-01-18 at 11.22.26 AM.png

View solution in original post

6 REPLIES 6

avatar
Rising Star

@Claro2020 you can have the interpreter setting as "Per Note" "isolated" and can run a query in two different notebook at a same time

avatar
Explorer

Hi @fpaul thanks for your reply.

 

As need of "User impersonation" we have set "Per user ... isolated" in the interpreter. Is there any way to have user impersonation and run in parallel?

 

Regards.

avatar
Rising Star

@Claro2020 which interpreter you are using?

avatar
Explorer

@fpaul Spark

avatar
Rising Star

@Claro2020 pls check the attachment


Screenshot 2022-01-18 at 11.22.26 AM.png

avatar
Explorer

Thanks that worked out.

 

Regards.