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

Fix typo in YarnConfiguration: physical memory

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 3.2.0
    • 3.3.0
    • yarn

    Description

      This Jira is a typo fix. Currently on YarnConfiguration we have the following piece of code:

        /** Specifies whether physical memory check is enabled. */
        public static final String NM_PMEM_CHECK_ENABLED = NM_PREFIX
            + "pmem-check-enabled";
        public static final boolean DEFAULT_NM_PMEM_CHECK_ENABLED = true;
      
        /** Specifies whether physical memory check is enabled. */
        public static final String NM_VMEM_CHECK_ENABLED = NM_PREFIX
            + "vmem-check-enabled";
        public static final boolean DEFAULT_NM_VMEM_CHECK_ENABLED = true;
      

      In NM_VMEM_CHECK_ENABLED's javadoc it should mention virtual, and not physical memory.

      Attachments

        Issue Links

          Activity

            People

              troclosan Igor Rudenko
              adam.antal Adam Antal
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: