How to find the number of records using Map Reduce
Requirement There are many data files available. It is required to find out the total number of records available in data files using Map Reduce. Components Involved HDFS: To store the input data which will be passed to the Map Reduce as an input and also store the map reduce output.Read More →