Issue running WordCount Jar


2 Answer(s)


hi Rufus,

The jar is missing from the command, please add the jar name like below
hadoop jar om.jackson.BDH.WordCount /home/cloudera/words.txt /Output/WordCount

Hi Rufus,
Jar name itself is missing in your command. It shud be like below:

hadoop jar Sep28WordCount.jar com.prashanth.mr.usbatchsep28.WordCount /data/small/war_and_peace.txt /Output/28Sep/WordCount