<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: ResourceManager cannot start in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99410#M62479</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/113/jstraub.html" nodeid="113"&gt;@Jonas Straub&lt;/A&gt;&lt;P&gt;You implied that it might be an issue with Ambari so I looked at my version and it was 2.1.0. I changed my .repo file to use 2.1.2 instead and the problem went away! It also cured a problem I had with Kafka too. Thanks for the tip.&lt;/P&gt;&lt;P&gt;Is there any way in the ambari.repo file I'm using to always use the latest Ambari instead of it hard coded (like 2.1.2)?&lt;/P&gt;</description>
    <pubDate>Wed, 16 Dec 2015 06:37:32 GMT</pubDate>
    <dc:creator>scott_frolich</dc:creator>
    <dc:date>2015-12-16T06:37:32Z</dc:date>
    <item>
      <title>ResourceManager cannot start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99399#M62468</link>
      <description>&lt;P&gt;After building out a HDP 2.2 cluster (single node) using blueprint I'm getting the following error around the ResourceManager. &lt;/P&gt;&lt;PRE&gt;$ less /var/log/hadoop-yarn/yarn/yarn-yarn-resourcemanager-gsc01-ost-tesla-h-hb01.td.local.log
STARTUP_MSG: Starting ResourceManager
STARTUP_MSG:   host = gsc01-ost-tesla-h-hb01.td.local/192.168.106.26
STARTUP_MSG:   args = []
STARTUP_MSG:   version = 2.6.0.2.2.9.0-3393
...
2015-12-15 01:01:47,671 INFO  service.AbstractService (AbstractService.java:noteFailure(272)) - Service RMActiveServices failed in state INITED; cause: java.lang.IllegalArgumentException: Illegal capacity of -1.0 for node-label=default in queue=root, valid capacity should in range of [0, 100].
java.lang.IllegalArgumentException: Illegal capacity of -1.0 for node-label=default in queue=root, valid capacity should in range of [0, 100].
        at org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacitySchedulerConfiguration.internalGetLabeledQueueCapacity(CapacitySchedulerConfiguration.java:465)
        at org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacitySchedulerConfiguration.getLabeledQueueCapacity(CapacitySchedulerConfiguration.java:477)
        at org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CSQueueUtils.loadCapacitiesByLabelsFromConf(CSQueueUtils.java:143)
        at org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CSQueueUtils.loadUpdateAndCheckCapacities(CSQueueUtils.java:122)
        at org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.AbstractCSQueue.setupConfigurableCapacities(AbstractCSQueue.java:99)
        at org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.AbstractCSQueue.setupQueueConfigs(AbstractCSQueue.java:242)
        at org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.ParentQueue.setupQueueConfigs(ParentQueue.java:109)
        at org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.ParentQueue.&amp;lt;init&amp;gt;(ParentQueue.java:100)
        at org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.parseQueue(CapacityScheduler.java:589)
        at org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.initializeQueues(CapacityScheduler.java:465)
        at org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.initScheduler(CapacityScheduler.java:297)
        at org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.serviceInit(CapacityScheduler.java:326)
        at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107)
        at org.apache.hadoop.yarn.server.resourcemanager.ResourceManager$RMActiveServices.serviceInit(ResourceManager.java:576)
        at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.createAndInitActiveServices(ResourceManager.java:1016)
        at org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.serviceInit(ResourceManager.java:269)
        at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.main(ResourceManager.java:1237)
2015-12-15 01:01:47,672 INFO  impl.MetricsSystemImpl (MetricsSystemImpl.java:stop(210)) - Stopping ResourceManager metrics system...
&lt;/PRE&gt;&lt;P&gt;My blueprint file is intentionally sparse so I'm only calling out components without setting any configurations unless needed.&lt;/P&gt;&lt;PRE&gt;{
  "host_groups" : [
    {
      "name" : "host_group_1",
      "configurations" : [ ],
      "components" : [
        { "name" : "ZOOKEEPER_SERVER" },
        { "name" : "ZOOKEEPER_CLIENT" },

...

  ],
  "Blueprints" : {
    "stack_name" : "HDP",
    "stack_version" : "2.2"
  }&lt;/PRE&gt;&lt;P&gt;I suspect this message a bit up in the logs might be related:&lt;/P&gt;&lt;PRE&gt;2015-12-15 01:01:47,598 INFO  conf.Configuration (Configuration.java:getConfResourceAsInputStream(2236)) - found resource capacity-scheduler.xml at file:/etc/hadoop/conf.empty/capacity-scheduler.xml
2015-12-15 01:01:47,663 WARN  capacity.CapacitySchedulerConfiguration (CapacitySchedulerConfiguration.java:getAccessibleNodeLabels(433)) - Accessible node labels for root queue will be ignored, it will be automatically set to "*".
2015-12-15 01:01:47,668 INFO  service.AbstractService (AbstractService.java:noteFailure(272)) - Service org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler failed in state INITED; cause: java.lang.IllegalArgumentException: Illegal capacity of -1.0 for node-label=default in queue=root, valid capacity should in range of [0, 100].&lt;/PRE&gt;&lt;P&gt;Looking in the mentioned .xml file:&lt;/P&gt;&lt;PRE&gt;    &amp;lt;property&amp;gt;
      &amp;lt;name&amp;gt;yarn.scheduler.capacity.root.accessible-node-labels.default.capacity&amp;lt;/name&amp;gt;
      &amp;lt;value&amp;gt;-1&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;
    &amp;lt;property&amp;gt;
      &amp;lt;name&amp;gt;yarn.scheduler.capacity.root.accessible-node-labels.default.maximum-capacity&amp;lt;/name&amp;gt;
      &amp;lt;value&amp;gt;-1&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;&lt;/PRE&gt;&lt;P&gt;Do I just need to set these in my blueprint file?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTE:&lt;/STRONG&gt; Here's the full .xml file: &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/836-capacity-schedulerxml.txt"&gt;capacity-schedulerxml.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EDIT #1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I took these 2 properties out of the above .xml file and attempted to restart ResourceManager, but it's still throwing the same exception:&lt;/P&gt;&lt;PRE&gt;2015-12-15 10:40:51,231 FATAL resourcemanager.ResourceManager (ResourceManager.java:main(1241)) - Error starting ResourceManager
java.lang.IllegalArgumentException: Illegal capacity of -1.0 for node-label=default in queue=root, valid capacity should in range of [0, 100].
at org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacitySchedulerConfiguration.internalGetLabeledQueueCapacity(CapacitySchedulerConfiguration.java:465)
at org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacitySchedulerConfiguration.getLabeledQueueCapacity(CapacitySchedulerConfiguration.java:477)
at org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CSQueueUtils.loadCapacitiesByLabelsFromConf(CSQueueUtils.java:143)
at org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CSQueueUtils.loadUpdateAndCheckCapacities(CSQueueUtils.java:122)
at org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.AbstractCSQueue.setupConfigurableCapacities(AbstractCSQueue.java:99)
at org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.AbstractCSQueue.setupQueueConfigs(AbstractCSQueue.java:242)
at org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.ParentQueue.setupQueueConfigs(ParentQueue.java:109)
at org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.ParentQueue.&amp;lt;init&amp;gt;(ParentQueue.java:100)
at org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.parseQueue(CapacityScheduler.java:589)
at org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.initializeQueues(CapacityScheduler.java:465)
at org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.initScheduler(CapacityScheduler.java:297)
at org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.serviceInit(CapacityScheduler.java:326)
at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
at org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107)
at org.apache.hadoop.yarn.server.resourcemanager.ResourceManager$RMActiveServices.serviceInit(ResourceManager.java:576)
at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
at org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.createAndInitActiveServices(ResourceManager.java:1016)
at org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.serviceInit(ResourceManager.java:269)
at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
at org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.main(ResourceManager.java:1237)
2015-12-15 10:40:51,233 INFO  resourcemanager.ResourceManager (LogAdapter.java:info(45)) - SHUTDOWN_MSG:&lt;/PRE&gt;</description>
      <pubDate>Tue, 15 Dec 2015 22:08:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99399#M62468</guid>
      <dc:creator>slm</dc:creator>
      <dc:date>2015-12-15T22:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: ResourceManager cannot start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99400#M62469</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1461/hortonworks.html" nodeid="1461"&gt;@Sam Mingolelli&lt;/A&gt; - it looks like there is configuration error in capacity scheduler, could you please attach your capacity-scheduler.xml here ? ( default location - /etc/hadoop/conf/capacity-scheduler.xml)&lt;/P&gt;&lt;P&gt;Default working configuration attached. - &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/835-default-capacity-scheduler.txt"&gt;default-capacity-scheduler.txt&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2015 22:18:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99400#M62469</guid>
      <dc:creator>KuldeepK</dc:creator>
      <dc:date>2015-12-15T22:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: ResourceManager cannot start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99401#M62470</link>
      <description>&lt;P&gt;I have seen this before, but on a HDP 2.3 system. Could you paste the content of your capacity-scheduler.xml (In Ambari within the Yarn config)&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2015 22:19:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99401#M62470</guid>
      <dc:creator>jstraub</dc:creator>
      <dc:date>2015-12-15T22:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: ResourceManager cannot start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99402#M62471</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/113/jstraub.html" nodeid="113"&gt;@Jonas Straub&lt;/A&gt; - do I just need to provide these 2 params in my blueprint? Seems like a potential bug to me.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2015 22:25:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99402#M62471</guid>
      <dc:creator>slm</dc:creator>
      <dc:date>2015-12-15T22:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: ResourceManager cannot start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99403#M62472</link>
      <description>&lt;P&gt;Thanks, I found this file as well, but the values there I'm not explicitly setting in my blueprint. It has a value of -1 which is outside the valid range 0,100, seems like a bug.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2015 22:30:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99403#M62472</guid>
      <dc:creator>slm</dc:creator>
      <dc:date>2015-12-15T22:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: ResourceManager cannot start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99404#M62473</link>
      <description>&lt;P&gt;This sounds like a bug, and both values are removed in newer Ambari versions.&lt;/P&gt;&lt;P&gt;&lt;A href="https://issues.apache.org/jira/browse/AMBARI-13232"&gt;https://issues.apache.org/jira/browse/AMBARI-13232&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Could you remove the following two values and try to restart the RM:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;yarn.scheduler.capacity.root.accessible-node-labels.default.capacity&lt;/LI&gt;&lt;LI&gt;yarn.scheduler.capacity.root.accessible-node-labels.default.maximum-capacity
&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 15 Dec 2015 22:30:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99404#M62473</guid>
      <dc:creator>jstraub</dc:creator>
      <dc:date>2015-12-15T22:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: ResourceManager cannot start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99405#M62474</link>
      <description>&lt;P&gt;Took those out of the capacity-scheduler.xml file and attempted to restart, still fails, I've added the messages to the Q.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2015 23:46:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99405#M62474</guid>
      <dc:creator>slm</dc:creator>
      <dc:date>2015-12-15T23:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: ResourceManager cannot start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99406#M62475</link>
      <description>&lt;P&gt;Looks like someone on SO is having the same issue as well: &lt;A href="http://stackoverflow.com/questions/34054426/hadoop-resourcemanager-will-not-start-bad-scheduler-setting" target="_blank"&gt;http://stackoverflow.com/questions/34054426/hadoop-resourcemanager-will-not-start-bad-scheduler-setting&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2015 23:51:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99406#M62475</guid>
      <dc:creator>slm</dc:creator>
      <dc:date>2015-12-15T23:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: ResourceManager cannot start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99407#M62476</link>
      <description>&lt;P&gt;can you check to local file (etc/yarn/conf/capacity-scheduler.xml) and make sure the values are not set in there.&lt;/P&gt;&lt;P&gt;make sure there is no RM still running (ps aux | grep resourcemanager) and there is no RM pid-file in /var/run/hadoop-yarn/yarn&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 00:00:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99407#M62476</guid>
      <dc:creator>jstraub</dc:creator>
      <dc:date>2015-12-16T00:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: ResourceManager cannot start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99408#M62477</link>
      <description>&lt;P&gt;I had to remove the options through the config tab of Ambari but once I did that I was able to restart and resourcemanager is now running.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 01:09:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99408#M62477</guid>
      <dc:creator>slm</dc:creator>
      <dc:date>2015-12-16T01:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: ResourceManager cannot start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99409#M62478</link>
      <description>&lt;P&gt;Awesome! I am glad its running now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 01:36:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99409#M62478</guid>
      <dc:creator>jstraub</dc:creator>
      <dc:date>2015-12-16T01:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: ResourceManager cannot start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99410#M62479</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/113/jstraub.html" nodeid="113"&gt;@Jonas Straub&lt;/A&gt;&lt;P&gt;You implied that it might be an issue with Ambari so I looked at my version and it was 2.1.0. I changed my .repo file to use 2.1.2 instead and the problem went away! It also cured a problem I had with Kafka too. Thanks for the tip.&lt;/P&gt;&lt;P&gt;Is there any way in the ambari.repo file I'm using to always use the latest Ambari instead of it hard coded (like 2.1.2)?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 06:37:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99410#M62479</guid>
      <dc:creator>scott_frolich</dc:creator>
      <dc:date>2015-12-16T06:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: ResourceManager cannot start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99411#M62480</link>
      <description>&lt;P&gt;Yes I have seen several Bug reports in our internal Jira.&lt;/P&gt;&lt;P&gt;Regarding the hard coded ambari version, I dont know of any setting that will always download the latest version&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 06:41:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99411#M62480</guid>
      <dc:creator>jstraub</dc:creator>
      <dc:date>2015-12-16T06:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: ResourceManager cannot start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99412#M62481</link>
      <description>&lt;P&gt;Hi, Can anyone told me how to set parameters through
the config tab of Ambari? I wanna know why I cann’t change anything
during the config tab of Ambari, seems like it’s readonly..   Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 21:15:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99412#M62481</guid>
      <dc:creator>xuhui6</dc:creator>
      <dc:date>2016-02-02T21:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: ResourceManager cannot start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99413#M62482</link>
      <description>&lt;P&gt;Problem resolved, I find out that it's possible to change paras in the service configs tab of Ambari, but not in the host configs tab.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 12:13:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99413#M62482</guid>
      <dc:creator>xuhui6</dc:creator>
      <dc:date>2016-02-03T12:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: ResourceManager cannot start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99414#M62483</link>
      <description>&lt;P&gt;FYI, the method I used to remove the 2 offending parameters was to do it through Ambari. If you navigate to the config tab of YARN you can go to the scheduler section and delete the 2 options in the Capacity Scheduler textbox. That textbox shows the 2 options like so:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1829-ambari-gsc01-ost.png" style="width: 900px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23860i70F03D3E4656253A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1829-ambari-gsc01-ost.png" alt="1829-ambari-gsc01-ost.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 12:34:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99414#M62483</guid>
      <dc:creator>slm</dc:creator>
      <dc:date>2019-08-19T12:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: ResourceManager cannot start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99415#M62484</link>
      <description>&lt;P&gt;See my answer which shows the screen where I made this modification.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 14:39:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ResourceManager-cannot-start/m-p/99415#M62484</guid>
      <dc:creator>slm</dc:creator>
      <dc:date>2016-02-05T14:39:54Z</dc:date>
    </item>
  </channel>
</rss>

