You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/08/14 23:58:19 UTC

[jira] [Commented] (YARN-1918) Typo in description and error message for 'yarn.resourcemanager.cluster-id'

    [ https://issues.apache.org/jira/browse/YARN-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14097753#comment-14097753 ] 

Hudson commented on YARN-1918:
------------------------------

FAILURE: Integrated in Hadoop-trunk-Commit #6073 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/6073/])
YARN-1918. Typo in description and error message for yarn.resourcemanager.cluster-id (Anandha L Ranganathan via aw) (aw: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1618070)
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml


> Typo in description and error message for 'yarn.resourcemanager.cluster-id'
> ---------------------------------------------------------------------------
>
>                 Key: YARN-1918
>                 URL: https://issues.apache.org/jira/browse/YARN-1918
>             Project: Hadoop YARN
>          Issue Type: Improvement
>    Affects Versions: 2.3.0
>            Reporter: Devaraj K
>            Assignee: Anandha L Ranganathan
>            Priority: Trivial
>              Labels: newbie
>             Fix For: 3.0.0, 2.6.0
>
>         Attachments: YARN-1918.1.patch
>
>
> 1.  In yarn-default.xml
> {code:xml}
> <property>
>     <description>Name of the cluster. In a HA setting,
>       this is used to ensure the RM participates in leader
>       election fo this cluster and ensures it does not affect
>       other clusters</description>
>     <name>yarn.resourcemanager.cluster-id</name>
>     <!--value>yarn-cluster</value-->
>   </property>
> {code}
> Here the line 'election fo this cluster and ensures it does not affect' should be replaced with  'election for this cluster and ensures it does not affect'.
> 2. 
> {code:xml}
> org.apache.hadoop.HadoopIllegalArgumentException: Configuration doesn't specifyyarn.resourcemanager.cluster-id
> 	at org.apache.hadoop.yarn.conf.YarnConfiguration.getClusterId(YarnConfiguration.java:1336)
> {code}
> In the above exception message, it is missing a space between message and configuration name.



--
This message was sent by Atlassian JIRA
(v6.2#6252)