cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
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

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.