Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-6046

Change the class name for logs in RMCommunicator.java

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.0.0-alpha1
    • 2.7.0
    • mr-am
    • Reviewed

    Description

      It is little confusing when the logs gets generated with the class name as RMContainerAllocator and not present in RMContainerAllocator.java.

      RMCommunicator.java
        private static final Log LOG = LogFactory.getLog(RMContainerAllocator.class);
      
      

      In the above RMContainerAllocator.class needs to be changed to RMCommunicator.class.

      Attachments

        1. MAPREDUCE-6046-01.patch
          1 kB
          Sahil Takiar

        Activity

          People

            stakiar Sahil Takiar
            devaraj Devaraj Kavali
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: