[ https://issues.apache.org/jira/browse/MAPREDUCE-2990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13114250#comment-13114250 ]
Hudson commented on MAPREDUCE-2990: ----------------------------------- Integrated in Hadoop-Hdfs-trunk #811 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/811/]) MAPREDUCE-2990. Fixed display of NodeHealthStatus. Contributed by Subroto Sanyal. acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1175351 Files : * /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt * /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/rmnode/RMNodeImpl.java * /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/TestResourceManager.java > Health Report on Resource Manager UI is null if the NM's are all healthy. > ------------------------------------------------------------------------- > > Key: MAPREDUCE-2990 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2990 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Components: mrv2 > Affects Versions: 0.23.0 > Reporter: Mahadev konar > Assignee: Subroto Sanyal > Priority: Blocker > Fix For: 0.23.0 > > Attachments: MAPREDUCE-2990(1).patch, MAPREDUCE-2990.1.patch, > MAPREDUCE-2990.patch > > > 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: > {code} > render(..) > td((health.getHealthReport() == null) ?"REPORT HEALTHY": > health.getHealthReport()); > {code} > Or something like that. > -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira