Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2025 06:42 AM
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