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

Fix javadoc of parameter DEFAULT_NM_MIN_HEALTHY_DISKS_FRACTION

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 2.2.0
    • 2.4.0
    • documentation
    • Reviewed

    Description

      In YarnConfiguration.java,

        /**
         * 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;
      

      25% is the correct.

      Attachments

        1. YARN-1742.patch
          0.9 kB
          Akira Ajisaka

        Activity

          People

            aajisaka Akira Ajisaka
            aajisaka Akira Ajisaka
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: