You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Zhijie Shen (JIRA)" <ji...@apache.org> on 2013/09/09 00:47:51 UTC

[jira] [Resolved] (YARN-1059) '\n' or ' ' or '\t' should be ignored for some configuration parameters

     [ https://issues.apache.org/jira/browse/YARN-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zhijie Shen resolved YARN-1059.
-------------------------------

    Resolution: Duplicate

The bug will be fixed there
                
> '\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:
> <configuration>
> <property>
> <name>
> yarn.resourcemanager.address
> </name>
> <value>
> 10.245.1.30:9010
> </value>
> <description>
> </description>
> </property>
> <property>
> <name>
> yarn.resourcemanager.scheduler.address
> </name>
> <value>
> 10.245.1.30:9020
> </value>
> <description>
> </description>
> </property>
> <property>
> <name>
> yarn.resourcemanager.resource-tracker.address
> </name>
> <value>
> 10.245.1.30:9030
> </value>
> <description>
> </description>
> </property>
> <property>
> <name>
> yarn.resourcemanager.admin.address
> </name>
> <value>
> 10.245.1.30:9040
> </value>
> <description>
> </description>
> </property>
> <property>
> <name>
> yarn.resourcemanager.webapp.address
> </name>
> <value>
> 10.245.1.30:9050
> </value>
> <description>
> </description>
> </property>
> <!-- Site specific YARN configuration properties -->
> </configuration>

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