cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Fail to load excel data(timeout) in databricks sample notebook

829023
New Contributor

Im working with the sample notebook named '1_Customer Lifetimes.py' in https://github.com/databricks-industry-solutions/customer-lifetime-value

In notebook, there is the code like this `%run "./config/Data Extract"`

This load excel data however it occured error like below.

=============================================================

Connecting to archive.ics.uci.edu (archive.ics.uci.edu)|128.195.10.252|:80... failed: Connection timed out.

Retrying

=============================================================

I didn't check this from other workspace, but I guess it seems my AWS network setting problem.

Could you guys tell me what is the problem?

1 REPLY 1

daniel_sahal
Esteemed Contributor

@Seungsu Lee​  

It could be a destination host issue, configuration issue or network issue.

Hard to guess, first check if your cluster has an access to the public internet by running this command:

%sh ping -c 2 google.com

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group