Uploaded image for project: 'Ambari'
  1. Ambari
  2. AMBARI-5326

Ambari should be able to configure ATS age off parameters

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.5.1
    • 1.5.1
    • ambari-server, ambari-web
    • None

    Description

      This boolean property enables age off (defaults to enabled):

        <property>
          <description>Enable age off of timeline store data.</description>
          <name>yarn.timeline-service.ttl-enable</name>
          <value>true</value>
        </property>
      

      This property is the length of time to wait before deleting entities, based on their key timestamp (defaults to 1 week):

        <property>
          <description>Time to live for timeline store data in milliseconds.</description>
          <name>yarn.timeline-service.ttl-ms</name>
          <value>604800000</value>
        </property>
      

      This property controls how long the age off thread waits between deletion cycles (defaults to 5 minutes). It shouldn't need to be changed, but if deletion is taking too long for some reason, this value could be lowered so that it runs more frequently.

        <property>
          <description>Length of time to wait between deletion cycles of leveldb timeline store in milliseconds.</description>
          <name>yarn.timeline-service.leveldb-timeline-store.ttl-interval-ms</name>
          <value>300000</value>
        </property>
      

      Attachments

        1. AMBARI-5326_server.patch
          2 kB
          Srimanth Gunturi
        2. AMBARI-5326_server-2.patch
          2 kB
          Srimanth Gunturi
        3. AMBARI-5326_server-3.patch
          3 kB
          Srimanth Gunturi
        4. AMBARI-5326.patch
          2 kB
          Antonenko Alexander
        5. Screen Shot 2014-04-03 at 2.26.20 PM.png
          152 kB
          Srimanth Gunturi

        Activity

          People

            srimanth.gunturi Srimanth Gunturi
            aantonenko Antonenko Alexander
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: