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

Inconsistent logging content and logging level for distributed shell

    XMLWordPrintableJSON

Details

    Description

      Similar to MAPREDUCE-6752, in file:

      hadoop-rel-release-2.7.2/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/src/main/java/org/apache/hadoop/yarn/applications/distributedshell/ApplicationMaster.java

      Line 313, the logging purpose is for debugging, but the level is set to info.

      /**
         * Dump out contents of $CWD and the environment to stdout for debugging
         */
      private void dumpOutDebugInfo() {
          LOG.info("Dump debug output");
      ...
      }
      

      Attachments

        Activity

          People

            vrushalic Vrushali C
            chenfsd Nemo Chen
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: