Hi All,
I am trying to run a simple pipeline (conf attached). Could you please advise what is the correct format for the Path property?
I tried with the following:
/tmp/cloud/Book1.csv and got the error
" ERROR [MapReduceRunner-phase-1:c.c.c.i.a.r.b.MapReduceRuntimeService@299] - Exception when submitting MapReduce Job: job=phase-1,=namespaceId=U8004871, applicationId=hahaha, program=phase-1, runid=31b5d451-1da8-11e6-aa3c-fa163e8e3c1c
org.apache.hadoop.mapreduce.lib.input.InvalidInputException: Input path does not exist: file:/tmp/cloud/Book1.csv"
hdfs:///tmp/cloud/Book1.csv, Incomplete HDFS URI, no host: hdfs:///tmp/cloud/Book1.csv
hdfs://tmp/cloud/Book1.csv, java.net.UnknownHostException: tmp
hdfs:/tmp/cloud/Book1.csv, java.io.IOException: Incomplete HDFS URI, no host: hdfs:/tmp/cloud/Book1.csv
The file was put in HDFS on the same machine that CDAP resides.I changed the ownership of the directory and file to cdap default user "cdap"
I also tried to access the file from local unix files system, no luck.