Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7951299F3 for ; Fri, 24 Feb 2012 22:42:10 +0000 (UTC) Received: (qmail 62431 invoked by uid 500); 24 Feb 2012 22:42:10 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 62347 invoked by uid 500); 24 Feb 2012 22:42:10 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 62328 invoked by uid 99); 24 Feb 2012 22:42:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2012 22:42:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2012 22:42:09 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 06AA2338372 for ; Fri, 24 Feb 2012 22:41:49 +0000 (UTC) Date: Fri, 24 Feb 2012 22:41:49 +0000 (UTC) From: "Dave Thompson (Updated) (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <418445521.17346.1330123309028.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <956577277.16986.1330120068758.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (MAPREDUCE-3920) Revise yarn default port number selection MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-3920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Thompson updated MAPREDUCE-3920: ------------------------------------- Attachment: MAPREDUCE-3920-branch-0.23.1.patch Patch to change default ports for nodemanager and resourcemanager > 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 > > Attachments: MAPREDUCE-3920-branch-0.23.1.patch > > > 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