cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

If 2 users run the same notebook on the same cluster, will they share the same Spark session?

fijoy
Contributor

Databricks docs here:

https://docs.databricks.com/notebooks/notebook-isolation.html

state that "Every notebook attached to a cluster has a pre-defined variable named spark that represents a SparkSession."

What if 2 users run the same notebook on the same cluster? Will they share the session? Or is the Spark session user-specific also in addition to cluster- & notebook-specific?

Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions

Lakshay
Esteemed Contributor
Esteemed Contributor

The spark session is isolated at the notebook level and is not isolated at the user level. So, two users accessing the same notebook will be using the same spark session

View solution in original post

4 REPLIES 4

Anonymous
Not applicable

Hi @Fijoy Vadakkumpadanโ€‹ 

Great to meet you, and thanks for your question!

Let's see if your peers in the community have an answer to your question. Thanks.

Lakshay
Esteemed Contributor
Esteemed Contributor

The spark session is isolated at the notebook level and is not isolated at the user level. So, two users accessing the same notebook will be using the same spark session

Thanks @Lakshay Goelโ€‹ for the response. Follow up question: can the same notebook be attached to 2 different clusters at the same time by 2 different users?

Lakshay
Esteemed Contributor
Esteemed Contributor

No, we cannot attach the same notebook to 2 different clusters.

Welcome to Databricks Community: Lets learn, network and celebrate together

Join our fast-growing data practitioner and expert community of 80K+ members, ready to discover, help and collaborate together while making meaningful connections. 

Click here to register and join today! 

Engage in exciting technical discussions, join a group with your peers and meet our Featured Members.