Hey Choonho, If you see the PageRank example, it sets the input path as pageJob.setInputPath(new Path(args[0]));
If you specify, args[0] as the path to the directory containing the multiple files, the pagerank example would work as well. Hope it helps. -- thanks and regards, Apurv Verma India On Mon, Jul 23, 2012 at 12:51 PM, Choonho Son <[email protected]> wrote: > Hi All, > > I tested pagerank algorithm in hama-example-0.5.0.jar. > It works very well with huge input files. > > But It only accept one input file. > I made input files using map/reduce. > > So is it possible for accepting input directory instead of input file. > > Thanks, > > Choonho Son >
