I am new in Spark/Scala. I know how to load CSV files:
sqlContext.read.format(\"csv\")
and how to read text streams and file streams:
You can stream your Csv file easily by using spark 2.2 structured streaming.
You can refer here