Add the default mapreduce.shuffle.port property to mapred-default.xml
---------------------------------------------------------------------

                 Key: MAPREDUCE-3493
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3493
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Ahmed Radwan
            Assignee: Ahmed Radwan
            Priority: Minor


I faced this issue when trying to run multiple Hadoop MR2 instances on the same 
node. The default value for this property is hardcoded in the 
ShuffleHandler.java class so it results in port conflicts. The issue is 
resolved if you set the property value in your conf files. But the absence of 
this property from *-default.xml files is confusing. So It'll be cleaner to 
move this property to mapred-default.xml, so its default value can be easily 
identified and changed if needed. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to