You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Dave Thompson (Created) (JIRA)" <ji...@apache.org> on 2012/02/24 22:47:48 UTC

[jira] [Created] (MAPREDUCE-3920) Revise yarn default port number selection

Revise yarn default port number selection
-----------------------------------------

                 Key: MAPREDUCE-3920
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3920
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: nodemanager, resourcemanager
    Affects Versions: 0.23.1
            Reporter: Dave Thompson
            Assignee: Dave Thompson
             Fix For: 0.23.1


The default port numbers chosen for nodemanager and resourcemanager are random and widely spread out creating unnecessary overhead in deployments where site operators care, and deploy many clusters.

Current and proposed new default ports are as follows:

Current		New		Config Property	
------- 	---             ---------------
4344		8040		yarn.nodemanager.localizer.address	
45454		8041		yarn.nodemanager.address	
9999		8042		yarn.nodemanager.webapp.address	

8030		8030(NC)	yarn.resourcemanager.scheduler.address
8025		8031		yarn.resourcemanager.resource-tracker.address
8040		8032		yarn.resourcemanager.address
8141		8033		yarn.resourcemanager.admin.address


Affected files include:  embedded defaults (YarnConfiguration.java), yarn-default.xml, documentation and unit tests.
 

--
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