Map Reduce is a simple programming model that is well-suited for distributed computing. Hadoop is an open-source implementation of MapReduce that can run on large clusters of commodity hardware. Amazon Elastic MapReduce (EMR) provides a hosted Hadoop service that simplifies using MapReduce without needing to deploy and manage your own Hadoop cluster. The document discusses using EMR to analyze Facebook data at scale through examples like word counting and analyzing likes.