I filed on JIRA https://issues.apache.org/jira/browse/HAMA-750
This can be fixed soon but please wait some time for next release (0.6.2 or 0.7.0). On Thu, Apr 11, 2013 at 10:25 AM, Edward J. Yoon <[email protected]> wrote: > Thanks for your report. It looks like a bug. > > On Thu, Apr 11, 2013 at 8:24 AM, Leonidas Fegaras <[email protected]> wrote: >> 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 >> > > > > -- > Best Regards, Edward J. Yoon > @eddieyoon -- Best Regards, Edward J. Yoon @eddieyoon
