It certainly is! I wasted a few hours on that a couple of weeks back.
DR On 09/16/2010 02:58 AM, Lance Norskog wrote:
After this, if you add anything to the conf object, it does not get added to the job. This is a source of confusion. Mark Kerzner wrote:Thanks! Mark On Wed, Sep 15, 2010 at 3:40 AM, Sanel Zukan<san...@gmail.com> wrote:Configuration conf = new Configuration(); FileInputFormat.setInputPaths(conf, new Path(args[0])); Job job = new Job(conf);