Hello,
I am trying to store the data in RDD and display on the screen. Getting error as below.
command I have used as below
val logFile = sc.textFile("/data/spark/project/NASA_access_log_Aug95.gz")
logFile.take(5)
Error…
org.apache.hadoop.mapred.InvalidInputException: Input path does not exist: file:/data/spark/project/NASA_access_log_Aug95.gz
at org.apache.hadoop.mapred.FileInputFormat.singleThreadedListStatus(FileInputFormat.java:287)
I have checked the path in HUE… it is there.
Please help.