<?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: Removing YARN job summary in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Removing-YARN-job-summary/m-p/144777#M107356</link>
    <description>&lt;P&gt;Very elaborate answer!&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jan 2017 14:09:46 GMT</pubDate>
    <dc:creator>dineshc</dc:creator>
    <dc:date>2017-01-10T14:09:46Z</dc:date>
    <item>
      <title>Removing YARN job summary</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Removing-YARN-job-summary/m-p/144774#M107353</link>
      <description>&lt;P&gt;Does anyone know how to remove old jobs from the resource manager web UI: &lt;A href="http://&amp;lt;resourcemanager:8088/cluster" target="_blank"&gt;http://&amp;lt;resourcemanager:8088/cluster&lt;/A&gt; 
I assume they are held on the timeline server but they don't seem to ever be removed.  The jobs listed there are from February when we began testing the cluster and viewing the jobs in Apache Hue produces an error saying they are expired.  Is there anyway to clear the summary completely? &lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 21:04:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Removing-YARN-job-summary/m-p/144774#M107353</guid>
      <dc:creator>alan9270</dc:creator>
      <dc:date>2016-09-09T21:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Removing YARN job summary</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Removing-YARN-job-summary/m-p/144775#M107354</link>
      <description>&lt;P&gt;Set the retention and aggregations timeline for YARN logging. YARN logs, including summary will be removed after the set timeline. &lt;/P&gt;&lt;P&gt;Go to &lt;A href="https://hadoop.apache.org/docs/r2.7.1/hadoop-yarn/hadoop-yarn-common/yarn-default.xml" target="_blank"&gt;https://hadoop.apache.org/docs/r2.7.1/hadoop-yarn/hadoop-yarn-common/yarn-default.xml&lt;/A&gt; and search for "log" and you will find the parameters that can allow you manage log retention, whether is detailed log or aggregated.&lt;/P&gt;&lt;P&gt;I think you are looking for &lt;/P&gt;&lt;P&gt;yarn.resourcemanager.max-completed-applications, which is set to 10,000 by default. You could change that value via Ambari. You may have to restart Ambari. Test in a development or test environment to determine the best combination of configurations for your case.&lt;/P&gt;&lt;P&gt;A good blog, even a bit old:&lt;/P&gt;&lt;P&gt;&lt;A href="http://hortonworks.com/blog/simplifying-user-logs-management-and-access-in-yarn/" target="_blank"&gt;http://hortonworks.com/blog/simplifying-user-logs-management-and-access-in-yarn/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2016 06:07:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Removing-YARN-job-summary/m-p/144775#M107354</guid>
      <dc:creator>cstanca</dc:creator>
      <dc:date>2016-12-29T06:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Removing YARN job summary</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Removing-YARN-job-summary/m-p/144776#M107355</link>
      <description>&lt;P&gt;Many thanks! I've managed to clear the job history.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 19:22:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Removing-YARN-job-summary/m-p/144776#M107355</guid>
      <dc:creator>alan9270</dc:creator>
      <dc:date>2017-01-09T19:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Removing YARN job summary</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Removing-YARN-job-summary/m-p/144777#M107356</link>
      <description>&lt;P&gt;Very elaborate answer!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 14:09:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Removing-YARN-job-summary/m-p/144777#M107356</guid>
      <dc:creator>dineshc</dc:creator>
      <dc:date>2017-01-10T14:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Removing YARN job summary</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Removing-YARN-job-summary/m-p/144778#M107357</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3486/cstanca.html" nodeid="3486"&gt;@Constantin Stanca &lt;/A&gt;&lt;A rel="user" href="https://community.cloudera.com/users/13511/dineshchitlangia.html" nodeid="13511"&gt;@Dinesh Chitlangia&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;I'm facing the same issue and i've explained it through this question:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/148642/how-can-i-remove-yarn-pplications-from-ambari-serv.html" target="_blank"&gt;https://community.hortonworks.com/questions/148642/how-can-i-remove-yarn-pplications-from-ambari-serv.html&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I've set "yarn.resourcemanager.max-completed-applications" to 10 and i've restarted my ambari-server. I got the same total of yarn applications through RM UI. Is there any step missed ?&lt;/P&gt;&lt;P&gt;I'll be grateful if you could help me fixing this issue.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 17:23:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Removing-YARN-job-summary/m-p/144778#M107357</guid>
      <dc:creator>kabadou_rawia</dc:creator>
      <dc:date>2017-11-29T17:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Removing YARN job summary</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Removing-YARN-job-summary/m-p/144779#M107358</link>
      <description>&lt;P&gt;Restart your RM&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 06:26:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Removing-YARN-job-summary/m-p/144779#M107358</guid>
      <dc:creator>raravena80</dc:creator>
      <dc:date>2017-12-21T06:26:09Z</dc:date>
    </item>
  </channel>
</rss>

