May 2017
Intermediate to advanced
348 pages
7h 8m
English
In the previous recipe, we discussed how to set up Namenode and Datanode for HDFS. In this recipe, we will be covering how to set up YARN on the same node.
After completing this recipe, there will be four daemons running on the nn1.cluster1.com node, namely namenode, datanode, resourcemanager, and nodemanager daemons.
For this recipe, you will again use the same node on which we have already configured the HDFS layer.
All operations will be done by the hadoop user.
nn1.cluster1.com and change to the hadoop user./opt/cluster/hadoop/etc/hadoop directory and configure the files mapred-site.xml and yarn-site.xml:yarn-site.xml specifies ...Read now
Unlock full access