You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Grant Sohn (JIRA)" <ji...@apache.org> on 2016/11/07 22:43:58 UTC

[jira] [Created] (YARN-5850) Document fair scheduler properties waitTimeBeforeKill and preemptionInterval

Grant Sohn created YARN-5850:
--------------------------------

             Summary: Document fair scheduler properties waitTimeBeforeKill and preemptionInterval
                 Key: YARN-5850
                 URL: https://issues.apache.org/jira/browse/YARN-5850
             Project: Hadoop YARN
          Issue Type: Task
          Components: documentation
    Affects Versions: 2.6.0
            Reporter: Grant Sohn
            Priority: Minor


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

{noformat}
  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;
{noformat}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org