reading 130gb file without multi line true it is 6 minutes
my file has data in multi liner .
How to speed up the reading time here ..
i am using below command
InputDF=spark.read.option("delimiter","^")
.option("header",false)
.option("encoding","UTF-8")
.option("multiLine","true")
option("quote","\"")
.option("escape","\"").csv(inputFileName)