This document discusses using Hadoop MapReduce on Amazon Web Services for parallel processing of large datasets in a distributed manner. It provides an example of counting word frequencies from log files using Hadoop Streaming to run MapReduce jobs with scripts. The steps shown include launching an Elastic MapReduce cluster, uploading data and scripts to S3, running a MapReduce job to count word frequencies from Wikipedia log files, and then terminating the cluster.