You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WordCount Project on Hadoop . It Works on MapReduce .In this we first map the data of the file and provide them key number and than reduce will count the words and we will get the output file .
This project is about counting the words in the the file which is present in HDFS (Hadoop Distriduted File System).
I have used MapReduce Java code.
About
WordCount Project on Hadoop . It Works on MapReduce .In this we first map the data of the file and provide them key number and than reduce will count the words and we will get the output file .