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