Re: Trouble with tutorial

2009-12-03 Thread Mikko Lahti
- Original Message - From: "Todd Lipcon" To: "Mikko Lahti" Cc: Sent: Thursday, December 03, 2009 5:33 PM Subject: Re: Trouble with tutorial It looks like org.myorg.Wordcount isn't compiled into that jar. I'm surmising that you might be pretty new to Java.

Re: Trouble with tutorial

2009-12-03 Thread Todd Lipcon
be a temporary classes dir in > hadoop home, i created this and added to classpath, but this didn't work > either. > > Anyone seen something similar / possible fixes? > > Thanks again > > - Mikko > > > - Original Message ----- > *From:* Todd Lipcon

Re: Trouble with tutorial

2009-12-03 Thread Mikko Lahti
ething similar / possible fixes? Thanks again - Mikko - Original Message - From: Todd Lipcon To: common-user@hadoop.apache.org ; Mikko Lahti Sent: Wednesday, December 02, 2009 9:03 PM Subject: Re: Trouble with tutorial Make sure you're using Java6. Hadoop is compiled w

Re: Trouble with tutorial

2009-12-02 Thread Todd Lipcon
Make sure you're using Java6. Hadoop is compiled with Java6, and it smells like you're using an earlier JDK. -Todd On Wed, Dec 2, 2009 at 11:01 AM, Mikko Lahti wrote: > Hi, > > I'm trying to run the map/reduce tutorials with windows XP and cygwin. > > In the 2nd step: javac -classpath > ${HADOO

Trouble with tutorial

2009-12-02 Thread Mikko Lahti
Hi, I'm trying to run the map/reduce tutorials with windows XP and cygwin. In the 2nd step: javac -classpath ${HADOOP_HOME}/hadoop-${HADOOP_VERSION}-core.jar -d wordcount_classes WordCount.java , I get the following error: WordCount.java:6: cannot access org.apache.hadoop.fs.Path bad class