- 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.
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
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
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
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