Search

How do we set a configuration property to be unique/constant across the cluster nodes and no slave nodes should override this?



A) We can achive this by defining this property in core/hdfs/mapred/yarn-site.xml file on namenode with final tag as shown below.
<name>mapreduce.task.io.sort.mb</name>
<value>512</value>
<final>true</final>