Original Paper: MapReduce: Simplified Data Processing on Large Clusters by Jeffrey Dean and Sanjay Ghemawat, Google, Inc. Introduction With MapReduce, Google created a new domain of programming. The authors first present an interface for dealing with data that can be run in a distributed fashion. Then they provide details of Google’s…