Hi
I have a 4GB csv file which i try to process using PYSPARK in Mac with 8GB RAM. Iam getting the below error after i try to cache the RDD.
WARN MemoryStore: Not Enough space to cache rdd_xxx in memory. I believe some configuration need to be updated but couldnt figure it out.
Files with lesser size are getting processed successfully.
What settings need to be updated to process the file.