SocketTimeoutException with spark-r and using latest R version

2018-10-16 Thread Thijs Haarhuis
Hi all, I am running into a problem that once in a while my job is giving me the following exception(s): java.net.SocketTimeoutException: Accept timed out at java.net.PlainSocketImpl.socketAccept(Native Method) at

SocketTimeoutException

2016-04-01 Thread Sergey
Hi! I get SocketTimeoutException when execute piece of code first time. When I re-run it - it works fine. The code just reads csv file and transforms it to dataframe. Any ideas abot the reason? import pyspark_csv as pycsv plaintext_rdd = sc.textFile(r'file:///c:\data\sample.csv') dataframe