Created 01-17-2022 01:15 PM
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.
Created 01-18-2022 08:23 AM
Created 01-18-2022 05:53 AM
@Claro2020 you can have the interpreter setting as "Per Note" "isolated" and can run a query in two different notebook at a same time
Created 01-18-2022 06:35 AM
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.
Created on 01-18-2022 06:52 AM - edited 01-18-2022 06:53 AM
@Claro2020 which interpreter you are using?
Created 01-18-2022 08:04 AM
@fpaul Spark
Created 01-18-2022 08:23 AM
@Claro2020 pls check the attachment
Created 01-18-2022 08:39 AM
Thanks that worked out.
Regards.