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 "Devaraj K (JIRA)" <ji...@apache.org> on 2014/04/09 13:14:16 UTC

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

Devaraj K created YARN-1918:
-------------------------------

             Summary: 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
            Priority: Trivial


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)