Can some one explain me this syntax ,
bin/hadoop jar hadoop*examples*.jar wordcount /user/hpuser/testHadoop /user/hpuser/testHadoop-output
Why are we using jar soon after bin/hadoop What does hadoop*examples*.jar means..? Do wordcount is name of the job, or we asking hadoop to count no of words..?
http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/