<?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: How to turn ON debugging for resource manger from Ambari ? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-turn-ON-debugging-for-resource-manger-from-Ambari/m-p/143641#M40189</link>
    <description>&lt;P&gt;Forgot to mention.we are using Ambari 1.7 version!&lt;/P&gt;</description>
    <pubDate>Fri, 09 Sep 2016 04:15:30 GMT</pubDate>
    <dc:creator>jigar_patel</dc:creator>
    <dc:date>2016-09-09T04:15:30Z</dc:date>
    <item>
      <title>How to turn ON debugging for resource manger from Ambari ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-turn-ON-debugging-for-resource-manger-from-Ambari/m-p/143640#M40188</link>
      <description />
      <pubDate>Fri, 09 Sep 2016 04:14:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-turn-ON-debugging-for-resource-manger-from-Ambari/m-p/143640#M40188</guid>
      <dc:creator>jigar_patel</dc:creator>
      <dc:date>2016-09-09T04:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to turn ON debugging for resource manger from Ambari ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-turn-ON-debugging-for-resource-manger-from-Ambari/m-p/143641#M40189</link>
      <description>&lt;P&gt;Forgot to mention.we are using Ambari 1.7 version!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 04:15:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-turn-ON-debugging-for-resource-manger-from-Ambari/m-p/143641#M40189</guid>
      <dc:creator>jigar_patel</dc:creator>
      <dc:date>2016-09-09T04:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to turn ON debugging for resource manger from Ambari ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-turn-ON-debugging-for-resource-manger-from-Ambari/m-p/143642#M40190</link>
      <description>&lt;P&gt;It's been awhile since ive seen Ambari 1.7 but if you have access to configuration page for yarn-env.sh, you should be able to follow the instructions here &lt;A href="http://stackoverflow.com/questions/27853974/how-to-set-debug-log-level-for-resourcemanager" target="_blank"&gt;http://stackoverflow.com/questions/27853974/how-to-set-debug-log-level-for-resourcemanager&lt;/A&gt;. I strongly recommend upgrading HDP and Ambari to 2.x as 1.7 is no longer supported or maintained.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 08:59:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-turn-ON-debugging-for-resource-manger-from-Ambari/m-p/143642#M40190</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-09-09T08:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to turn ON debugging for resource manger from Ambari ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-turn-ON-debugging-for-resource-manger-from-Ambari/m-p/143643#M40191</link>
      <description>&lt;P&gt;you could try daemonlog command. In that case, Ambari version is irrelevant. I don't know your HDP version but I checked whether this command is available in earlier Hadoop and it's available at least in 2.4.x.&lt;/P&gt;&lt;P&gt;&lt;A href="http://hadoop.apache.org/docs/r2.7.3/hadoop-yarn/hadoop-yarn-site/YarnCommands.html"&gt;http://hadoop.apache.org/docs/r2.7.3/hadoop-yarn/hadoop-yarn-site/YarnCommands.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Get/Set the log level for a Log identified by a qualified class name in the daemon.&lt;/P&gt;&lt;P&gt;Example: $ &lt;/P&gt;&lt;PRE&gt;bin/yarn daemonlog -setlevel 127.0.0.1:8088 org.apache.hadoop.yarn.server.resourcemanager.rmapp.RMAppImpl DEBUG&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Sep 2016 09:08:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-turn-ON-debugging-for-resource-manger-from-Ambari/m-p/143643#M40191</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-09-09T09:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to turn ON debugging for resource manger from Ambari ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-turn-ON-debugging-for-resource-manger-from-Ambari/m-p/143644#M40192</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10197/jigarpatel.html" nodeid="10197"&gt;@jigar.patel&lt;/A&gt; I stand corrected, you do not need Ambari to set DEBUG on RM, here's the command&lt;/P&gt;&lt;PRE&gt;vagrant@u1401:~$ yarn daemonlog -getlevel u1402.ambari.apache.org:8088 org.apache.hadoop.yarn.server.resourcemanager.rmapp.RMAppImpl

Connecting to &lt;A href="http://u1402.ambari.apache.org:8088/logLevel?log=org.apache.hadoop.yarn.server.resourcemanager.rmapp.RMAppImpl" target="_blank"&gt;http://u1402.ambari.apache.org:8088/logLevel?log=org.apache.hadoop.yarn.server.resourcemanager.rmapp.RMAppImpl&lt;/A&gt;

Submitted Log Name: org.apache.hadoop.yarn.server.resourcemanager.rmapp.RMAppImpl

Log Class: org.apache.commons.logging.impl.Log4JLogger

Effective Level: INFO

vagrant@u1401:~$ yarn daemonlog -setlevel u1402.ambari.apache.org:8088 org.apache.hadoop.yarn.server.resourcemanager.rmapp.RMAppImpl DEBUG

Connecting to &lt;A href="http://u1402.ambari.apache.org:8088/logLevel?log=org.apache.hadoop.yarn.server.resourcemanager.rmapp.RMAppImpl&amp;amp;level=DEBUG" target="_blank"&gt;http://u1402.ambari.apache.org:8088/logLevel?log=org.apache.hadoop.yarn.server.resourcemanager.rmapp.RMAppImpl&amp;amp;level=DEBUG&lt;/A&gt;

Submitted Log Name: org.apache.hadoop.yarn.server.resourcemanager.rmapp.RMAppImpl

Log Class: org.apache.commons.logging.impl.Log4JLogger

Submitted Level: DEBUG

Setting Level to DEBUG ...

Effective Level: DEBUG
&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Sep 2016 22:28:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-turn-ON-debugging-for-resource-manger-from-Ambari/m-p/143644#M40192</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-09-09T22:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to turn ON debugging for resource manger from Ambari ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-turn-ON-debugging-for-resource-manger-from-Ambari/m-p/143645#M40193</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt;.It worked! we were using HDP2.2&lt;/P&gt;&lt;P&gt;$hadoop daemonlog -setlevel &amp;lt;resource mgr host :8088&amp;gt;  org.apache.hadoop.yarn.server.resourcemanger DEBUG &lt;/P&gt;&lt;P&gt;We used above command to debug on and it did worked.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 23:51:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-turn-ON-debugging-for-resource-manger-from-Ambari/m-p/143645#M40193</guid>
      <dc:creator>jigar_patel</dc:creator>
      <dc:date>2016-09-09T23:51:26Z</dc:date>
    </item>
  </channel>
</rss>

