Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-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 7C72F10D20 for ; Fri, 6 Sep 2013 08:10:54 +0000 (UTC) Received: (qmail 82085 invoked by uid 500); 6 Sep 2013 08:10:54 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 81964 invoked by uid 500); 6 Sep 2013 08:10:53 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 81312 invoked by uid 99); 6 Sep 2013 08:10:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Sep 2013 08:10:52 +0000 Date: Fri, 6 Sep 2013 08:10:52 +0000 (UTC) From: "Tsuyoshi OZAWA (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-1059) '\n' or ' ' or '\t' should be ignored for some configuration parameters 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/YARN-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13760042#comment-13760042 ] Tsuyoshi OZAWA commented on YARN-1059: -------------------------------------- Threw a patch to HADOOP-9869. > '\n' or ' ' or '\t' should be ignored for some configuration parameters > ----------------------------------------------------------------------- > > Key: YARN-1059 > URL: https://issues.apache.org/jira/browse/YARN-1059 > Project: Hadoop YARN > Issue Type: Bug > Components: resourcemanager > Affects Versions: 2.0.5-alpha > Environment: Ubuntu 12.04, hadoop 2.0.5 > Reporter: rvller > Priority: Minor > Labels: newbie > > Here is the traceback while starting the yarn resourse manager: > 2013-08-12 12:53:29,319 FATAL org.apache.hadoop.yarn.server.resourcemanager.ResourceManager: Error starting ResourceManager > java.lang.IllegalArgumentException: Does not contain a valid host:port authority: > 10.245.1.30:9030 > (configuration property 'yarn.resourcemanager.resource-tracker.address') > at org.apache.hadoop.net.NetUtils.createSocketAddr(NetUtils.java:193) > at org.apache.hadoop.conf.Configuration.getSocketAddr(Configuration.java:1450) > at org.apache.hadoop.yarn.server.resourcemanager.ResourceTrackerService.init(ResourceTrackerService.java:105) > at org.apache.hadoop.yarn.service.CompositeService.init(CompositeService.java:58) > at org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.init(ResourceManager.java:255) > at org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.main(ResourceManager.java:710) > And here is the yarn-site.xml: > > > > yarn.resourcemanager.address > > > 10.245.1.30:9010 > > > > > > > yarn.resourcemanager.scheduler.address > > > 10.245.1.30:9020 > > > > > > > yarn.resourcemanager.resource-tracker.address > > > 10.245.1.30:9030 > > > > > > > yarn.resourcemanager.admin.address > > > 10.245.1.30:9040 > > > > > > > yarn.resourcemanager.webapp.address > > > 10.245.1.30:9050 > > > > > > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira