Akira AJISAKA created YARN-1742:
-----------------------------------
Summary: Fix javadoc of parameter
DEFAULT_NM_MIN_HEALTHY_DISKS_FRACTION
Key: YARN-1742
URL: https://issues.apache.org/jira/browse/YARN-1742
Project: Hadoop YARN
Issue Type: Bug
Components: documentation
Affects Versions: 2.2.0
Reporter: Akira AJISAKA
Assignee: Akira AJISAKA
Priority: Minor
In YarnConfiguration.java,
{code}
/**
* By default, at least 5% of disks are to be healthy to say that the node
* is healthy in terms of disks.
*/
public static final float DEFAULT_NM_MIN_HEALTHY_DISKS_FRACTION
= 0.25F;
{code}
25% is the correct.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)