Created on 11-01-2016 01:38 PM
https://ambari.apache.org/1.2.5/installing-hadoop-using-ambari/content/reference_chap2_7.html
.
https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.0/bk_HDP_Reference_Guide/content/accumulo-por...
Login to Ambari UI --> Select Mapreduce2 --> Configs --> Customer mapred-site --> Add/Modify below property
yarn.app.mapreduce.am.job.client.port-range=32000-65000
Notes:
1. 32000-65000 is the port range which will be used by Application Master to connect to Node Managers. .
2. You can increase the number of ports based on job volume.
Example for Step 3.
#firewall-cmd --permanent --zone=public --add-port=32000-65000/tcp
#firewall-cmd --reload