You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Shin Chan <ha...@gmx.com> on 2012/05/07 17:54:46 UTC

Error in Setup for Basic Map Reduce Program

Hello All

 It used to work earlier but today somehow things are not working :)

 I am trying to create one tutorial for simple Mapper , Reducer and Driver class

 Now in eclipse i try to run the Driver class if gives error

 Exception in thread "main" java.lang.NoClassDefFoundError: com/learn/mapreduce/HighOfSymbol

 If i try to run other way by creating jar and then run this

 % hadoop jar learn.jar

 It gives error that Mapper class cannot be found.

 Why it is happening ?

 Did i miss something , all used to work earlier.

Thanks and Regards ,