STEPS TO RUN WORD COUNT MAP-REDUCE
If you have hadoop installed (extracted hadoop tar file) please ignore the below installation step. Installation: ==> please replace user value with appropriate user name from your system terminal> cd /home/user ==> to download the tarball from below location you: Either you can paste below link in web browser which would start downloading or you can you wget command to download hadoop tar file. terminal>wget http://redrockdigimark.com/apachemirror/hadoop/common/stable/hadoop-2.9.1.tar.gz http://redrockdigimark.com/apachemirror/hadoop/common/stable/hadoop-2.9.1.tar.gz ==> untar the file using below command terminal>tar -xzf hadoop-2.9.1.tar.gz ==> you can use the below command to check if the files has been sucessfully extracted or not terminal> cd hadoop-2.9.1/bin ==> below ls command will list all the commands which related to hadoop terminal> ls ==> below command would show you the current files from the cu