I have the following error:
java.io.IOException: No input paths specified in job
When I execute the following line:
val df = sqlContext.read.json("file://home/test.json")
Any ideas?
I have the following error:
java.io.IOException: No input paths specified in job
When I execute the following line:
val df = sqlContext.read.json("file://home/test.json")
Any ideas?