Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 605C110FEF for ; Sun, 23 Feb 2014 14:53:31 +0000 (UTC) Received: (qmail 41359 invoked by uid 500); 23 Feb 2014 14:53:23 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 41184 invoked by uid 500); 23 Feb 2014 14:53:22 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 41163 invoked by uid 99); 23 Feb 2014 14:53:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Feb 2014 14:53:21 +0000 Date: Sun, 23 Feb 2014 14:53:21 +0000 (UTC) From: "Hudson (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-1742) Fix javadoc of parameter DEFAULT_NM_MIN_HEALTHY_DISKS_FRACTION MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/YARN-1742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13909785#comment-13909785 ] Hudson commented on YARN-1742: ------------------------------ FAILURE: Integrated in Hadoop-Mapreduce-trunk #1707 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1707/]) YARN-1742. Fixed javadoc of configuration parameter DEFAULT_NM_MIN_HEALTHY_DISKS_FRACTION. Contributed by Akira Ajisaka. (vinodkv: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1570956) * /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt * /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java > 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: Trivial > Labels: newbie > Fix For: 2.4.0 > > Attachments: YARN-1742.patch > > > 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)