Re: Setting jar for embedded Job (Hadoop 0.20.2)

2010-07-27 Thread Cyril Briquet
Hi, Thanks, it works! So I just tried that, to copy the .jar file containing the mapper and reducer classes to the current directory from which I'm running the application launching the Hadoop job. And it works. Have a great day, Cyril N.B.: for the record, the stack trace before putting the

Setting jar for embedded Job (Hadoop 0.20.2)

2010-07-26 Thread Cyril Briquet
Hi, I'd like to run a Hadoop (0.20.2) job from within another application, using ToolRunner. One class of this other application implements the Tool interface. The implemented run() method: * constructs a Job() * sets the input/output/mapper/reducer * sets the jar file by calling

Re: Setting jar for embedded Job (Hadoop 0.20.2)

2010-07-26 Thread Hemanth Yamijala
Hi, I'd like to run a Hadoop (0.20.2) job from within another application, using ToolRunner. One class of this other application implements the Tool interface. The implemented run() method: * constructs a Job() * sets the input/output/mapper/reducer * sets the jar file by calling