RE: ClassNotFoundException while running quick start guide on Windows.

2011-06-22 Thread Sandy Pratt
esday, June 21, 2011 21:26 > To: common-user@hadoop.apache.org > Subject: Re: ClassNotFoundException while running quick start guide on > Windows. > > Thanks Jeff, it was a problem with JAVA_HOME. I have another problem now > though, I have this: > > $JAVA:  /cygdrive/c/Progr

RE: ClassNotFoundException while running quick start guide on Windows.

2011-06-21 Thread Devaraj K
] Sent: Wednesday, June 22, 2011 9:56 AM To: common-user@hadoop.apache.org Subject: Re: ClassNotFoundException while running quick start guide on Windows. Thanks Jeff, it was a problem with JAVA_HOME. I have another problem now though, I have this: $JAVA:  /cygdrive/c/Program Files/Java/jdk1.6.0_26

Re: ClassNotFoundException while running quick start guide on Windows.

2011-06-21 Thread Drew Gross
Thanks Jeff, it was a problem with JAVA_HOME. I have another problem now though, I have this: $JAVA:  /cygdrive/c/Program Files/Java/jdk1.6.0_26/bin/java $JAVA_HEAP_MAX:  -Xmx1000m $HADOOP_OPTS:  -Dhadoop.log.dir=C:\Users\Drew Gross\Documents\Projects\discom\hadoop-0.21.0\logs -Dhadoop.log.file=ha

Re: ClassNotFoundException while running quick start guide on Windows.

2011-06-21 Thread madhu phatak
I think the jar have some issuses where its not able to read the Main class from manifest . try unjar the jar and see in Manifest.xml what is the main class and then run as follows bin/hadoop jar hadoop-*-examples.jar grep input output 'dfs[a-z.]+' On Thu, Jun 16, 2011 at 10:23 AM, Drew Gross w