Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-1276

TaskTracker expiry interval is not configurable

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.13.0
    • None
    • None
    • all

    Description

      The tasktracker expiry interval is hardcoded to 10 mins with the MRConstants.TASKTRACKER_EXPIRY_INTERVAL constant.

      For small clusters, running small jobs, this interval is too high.

      Making it configurable it would require:

      • Introducing a 'tasktracker.expiry.interval' property with default value of 10 mins.
      • Load the property in the JobTracker
      • Change the 5 usages of the constant by a property in the JobTracker
      • Remove the constant from MRConstants
      • add default value to the hadoop-default.xml file

      Attachments

        1. HADOOP-1276_20070504_1.patch
          2 kB
          Arun Murthy

        Activity

          People

            acmurthy Arun Murthy
            tucu00 Alejandro Abdelnur
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: