Re: Not a host:port pair: local

2010-05-22 Thread Aaron Kimball
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

Re: Need Working example for DBOutputFormat

2010-05-22 Thread Aaron Kimball
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