If you are specifying fully-local mode, then you shouldn't start a
JobTracker daemon. When you run your mapreduce program with "hadoop jar
foo.jar SomeClassName", it'll just run the MR jobs in-process. No daemons
necessary.
- Aaron
On Fri, May 21, 2010 at 1:08 AM, psdc1978 wrote:
> Hi,
>
> I de
Nishant,
What exact IOException are you getting?
I think the issue is that you're creating two different JobConf objects
there. They should be merged into one. Just use "jobConf" all the way
through; don't create that second "conf" object.
Good luck,
- Aaron
PS - I'd be remiss if I didn't urge