Module3_MapReduce Commands are not working


1 Answer(s)


hi Anand,

Looks like the class name that you are trying to execute is not existing. I'd suggest to check the class name by executing:

jar -tvf sample-1.0.jar

In the output given by the above command look for the exact name of wordcount and try it.

Thanks