Re: File not found exception

2013-07-15 Thread Jing Zhao
Hi Sugato, Do you want to read the data from hdfs? From the log it seems like you're reading data from a "RawLocalFileSystem". Maybe you need to check if you have set your default file system in the configuration correctly ( fs.default.name or fs.defaultFS, depending on your hadoop version)?

File not found exception

2013-07-15 Thread Sugato Samanta
Hi, i am trying to read a file from HDFS using a java code, but i am getting 'File NotFound exception. However the same file is being read using *hdfs dfs -tail airline/final_data.csv* command. Can you please help? java -jar /home/adduser/TrainLogistics.jar --passes 10 --rate 5 --lambda 0.001 --i