i am trying to run a wordcount job in hadoop.but always getting a class not found exception.I am posting the class that i wrote and the command i using to run the job
Try adding this
Job job = new Job(conf, "wordcount"); job.setJarByClass(WordCount.class);