3. Using Hadoop MapReduce on YARN

In Hadoop version 1, MapReduce was responsible for both processing and cluster resource management. In Apache Hadoop version 2, cluster resource management has been moved from MapReduce into YARN, thus enabling other application engines to utilize YARN and Hadoop, while also improving the performance of MapReduce.

Use the following resources to learn more about using Hadoop MapReduce on YARN: