Hi, 2010/12/4 Rawan AlSaad <[email protected]>: > I need to know how to pass the input folder path to the java class throught > the function( FileInputFormat.setInputPaths(conf, new Path("input"))
Try FileInputFormat.addInputPath(...) for a single path entry at a time perhaps? I'm not sure what's going wrong here though. -- Harsh J www.harshj.com
