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

Health Report on Resource Manager UI is null if the NM's are all healthy.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 0.23.0
    • 0.23.0
    • mrv2
    • None

    Description

      The web UI on the RM for the link Nodes shows that Health-report as null when the NM is healthy.

      This is a simple fix where in we can check for null in NodesPage.java and put something meaningful instead of null.
      NodesPage.java:

      render(..)
      
      td((health.getHealthReport() == null) ?"REPORT HEALTHY": health.getHealthReport());
      
      

      Or something like that.

      Attachments

        1. MAPREDUCE-2990.patch
          5 kB
          Arun Murthy
        2. MAPREDUCE-2990.1.patch
          5 kB
          Subroto Sanyal
        3. MAPREDUCE-2990(1).patch
          1 kB
          Subroto Sanyal

        Activity

          People

            subrotosanyal Subroto Sanyal
            mahadev Mahadev Konar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: