what is mapreduce in cloud computing
In this article today learn what is mapreduce in cloud computing. Follow the what is mapreduce in cloud computing tutorial.
Introduction to MapReduce
MapReduce is a programming model introduced by Google for processing and generating large data sets on clusters of computers. Google first formulated the framework for the purpose of serving Google’s Web page indexing, and the new framework replaced earlier indexing algorithms. Beginner developers find the MapReduce framework beneficial because library routines can be used to create parallel
MapReduce is a programming model introduced by Google for processing and generating large data sets on clusters of computers. Google first formulated the framework for the purpose of serving Google’s Web page indexing, and the new framework replaced earlier indexing algorithms. Beginner developers find the MapReduce framework beneficial because library routines can be used to create parallel programs without any worries about infra-cluster communication, task monitoring or failure handling processes.
No comments:
Post a Comment