cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Databricks Free Trial Help
Engage in discussions about the Databricks Free Trial within the Databricks Community. Share insights, tips, and best practices for getting started, troubleshooting issues, and maximizing the value of your trial experience to explore Databricks' capabilities effectively.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Is databricks community edtion cluster having issue?

sayandeb
New Contributor II

i am trying to run a piece of code and everytime i am getting "Notebook detached
ร—Exception when creating execution context: java.net.SocketTimeoutException: Connect Timeout". Can anyone please tell if there is any issue going on for the databrics community edition clusters?

1 ACCEPTED SOLUTION

Accepted Solutions

Advika
Databricks Employee
Databricks Employee

Update: The issue with Community Edition clusters has been mitigated. If you're still encountering the error, please try restarting your cluster. New cluster creation has been validated and is working now.

View solution in original post

21 REPLIES 21

BigRoux
Databricks Employee
Databricks Employee

Could be an intermittent issue.  Has this code run before on Community Edition?  Remember, Community Edition has very limited functionality and very low limits on data and cpu usage.  What is the command you are running, what is the data volume like? More information is needed.  Thanks, Louis.

sayandeb
New Contributor II

Its just a simple copying of files of very small size. But i dont know i just created one more account and the command is running fine on that workspace. It might be some intermittent issue.

shohcarroll
New Contributor II

I am running into the same issue. I am just trying to initialize a spark session. Please let me know if there is a fix.

I just created one more account and the command is running fine on that workspace. It might be some intermittent issue. Try using the same if that works for you.

muktasinha0628
New Contributor II

Hello,

I just started with the learning and while reading a file  I am getting the same issue "Getting exception when creating execution content : java.net.SocketTimeoutException: Connect Timeout" I am using the below mentioned command 

df = spark.read.format('csv').option('inferSchema','True').option('header','True').load('/FileStore/tables/BigMart_Sales.csv')
 
Can someone please help me on this
 

Have you tried dropping and recreating the cluster?  CE is known to have cluster outage issues. Often, dropping and re-creating solves the problem.

stephkf
New Contributor II

I'm having the same issue. I tried all that but it's still not working.

Kaushikdutta
New Contributor II

I am not not being able to create a cluster since last Thursday? Any solution?

JD2001
New Contributor II

I've been trying to use the Community edition and am running into issues today. I cannot create cluster today?

Any idea when this issue will get resolved?

JD2001
New Contributor II

JD2001_0-1745898446900.png

 

Sayantika_Com
New Contributor II

Same issue for me. I am trying since yesterday
Even for print("Hello World")
I am getting an error

404Brains
New Contributor II

Below worked for me:
In Cluster configuration change the Spark config to "spark.databricks.session.noContextTimeout 60" and Restart.

hk-lamba
New Contributor II

Faced this issue multiple times this past week. During day time, at night or early morning it works sometimes.

Advika
Databricks Employee
Databricks Employee

I've flagged this issue with our internal team, and our technical team is actively working to resolve it as quickly as possible. Thank you all for your patience.