International Journal of Science and Research (IJSR)

International Journal of Science and Research (IJSR)
Call for Papers | Fully Refereed | Open Access | Double Blind Peer Reviewed

ISSN: 2319-7064

Downloads: 114 | Views: 242

Research Paper | Computer Science & Engineering | India | Volume 4 Issue 5, May 2015 | Rating: 6.7 / 10


MapReduce: Architecture and Internals

V. Sajwan | V. Yadav


Abstract: MapReduce is programming model and implementation for generating and processing large data sets. Users specify map function that processes key function to generate key pair and reduce function that merges all the resulted value with the sane intermediate value. Programs written in this function style are automatically executed parallelly on the large cluster. The run-time system take care of the complexity in partitioning the data input, scheduling the program-s execution across the machine cluster and inter-machine communication. This allows programmer to easily utilize the resources of the whole distributed system. In this paper, we describe the architecture of the mapReduce and its working. We also describe the components of the MapReduce and give its brief description. We have discussed the internals of the MapReduce and explain the working of MapReduce with an example.


Keywords: MapReduce is programming model and implementation for generating and processing large data setsUsers specify map function that processes key function to generate key pair and reduce function that merges all the resulted value with the sane intermediate value Programs written in this function style are automatically executed parallelly on the large clusterThe run-time system take care of the complexity in partitioning the data input, scheduling the program-s execution across the machine cluster and inter-machine communicationThis allows programmer to easily utilize the resources of the whole distributed system In this paper, we describe the architecture of the mapReduce and its workingWe also describe the components of the MapReduce and give its brief descriptionWe have discussed the internals of the MapReduce and explain the working of MapReduce with an example


Edition: Volume 4 Issue 5, May 2015,


Pages: 774 - 777

Rate this Article


Select Rating (Lowest: 1, Highest: 10)

5

Your Comments

Characters: 0

Your Full Name:


Your Valid Email Address:


Verification Code will appear in 2 Seconds ... Wait

Top