RE: Can't initialize cluster

2013-04-30 Thread Kevin Burton
To be clear when this code is run with 'java -jar' it runs without exception. The exception occurs when I run with 'hadoop jar'. From: Kevin Burton [mailto:rkevinbur...@charter.net] Sent: Tuesday, April 30, 2013 11:36 AM To: user@hadoop.apache.org Subject: Can't initialize cluster I have a

Re: Can't initialize cluster

2013-04-30 Thread Mohammad Tariq
Set "HADOOP_MAPRED_HOME" in your hadoop-env.sh file and re-run the job. See if it helps. Warm Regards, Tariq https://mtariq.jux.com/ cloudfront.blogspot.com On Tue, Apr 30, 2013 at 10:10 PM, Kevin Burton wrote: > To be clear when this code is run with ‘java –jar’ it runs without > exception. Th

RE: Can't initialize cluster

2013-04-30 Thread Kevin Burton
ar input output (which outputs the wordcount statistics to the output folder) This is run in the local /home/kevin/WordCount folder. Kevin From: Mohammad Tariq [mailto:donta...@gmail.com] Sent: Tuesday, April 30, 2013 12:33 PM To: user@hadoop.apache.org Subject: Re: Can't initia

RE: Can't initialize cluster

2013-04-30 Thread Kevin Burton
numerous errors). Kevin From: Mohammad Tariq [mailto:donta...@gmail.com] Sent: Tuesday, April 30, 2013 1:32 PM To: Kevin Burton Subject: Re: Can't initialize cluster Hello again Kevin, Good that you are making progress. This is happening because when you are running it

Re: Can't initialize cluster

2013-04-30 Thread Harsh J
ception) > > > > versus > > > > java –jar WordCount.jar input output (which outputs the wordcount statistics > to the output folder) > > > > This is run in the local /home/kevin/WordCount folder. > > > > Kevin > > > > From: Mohammad Tari