Hi,
I have a problem using comma separated paths in
org.apache.hama.bsp.FileInputFormat in Hama 0.6.1.
In my BSP main program I have:
BSPJob job = ...
...
FileInputFormat.setInputPaths(job,"hdfs://hadoop.uta.edu/user/hadoop/employee.txt,hdfs://hadoop.uta.edu/user/hadoop/department.txt");
job.waitForCompletion(true);
Then, I get this error before BSP setup:
Pathname
/user/hadoop/employee.txt,hdfs:/hadoop.uta.edu/user/hadoop/department.txt from
hdfs://hadoop.uta.edu/user/hadoop/employee.txt,hdfs:/hadoop.uta.edu/user/hadoop/department.txt
is not a valid DFS filename.
This used to work fine with Hama 0.5.0.
Thanks
Leonidas Fegaras
|