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: [email protected]
For additional commands, e-mail: [email protected]