Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-5850

Document fair scheduler properties waitTimeBeforeKill and preemptionInterval

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 2.6.0
    • None
    • documentation
    • None

    Description

      In FairSchedulerConfiguration.java there are 2 parameters which are not described in hadoop-yarn/hadoop-yarn-site/FairScheduler.html

        protected static final String PREEMPTION_INTERVAL = CONF_PREFIX + "preemptionInterval";
        protected static final int DEFAULT_PREEMPTION_INTERVAL = 5000;
        protected static final String WAIT_TIME_BEFORE_KILL = CONF_PREFIX + "waitTimeBeforeKill";
        protected static final int DEFAULT_WAIT_TIME_BEFORE_KILL = 15000;
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            gsohn Grant Sohn
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: