Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.20.204.1, 2.1.0-beta, 2.0.4-alpha, 3.0.0-alpha1
-
None
Description
Currently the JMX bean returns much of the data contained on the HDFS Health webpage (dfsHealth.html). However there are several other attributes that are required to be added.
I intend to add the following items to the appropriate bean in parenthesis :
Started time (NameNodeInfo),
Compiled info (NameNodeInfo),
Jvm MaxHeap, MaxNonHeap (JvmMetrics)
Node Usage stats (i.e. Min, Median, Max, stdev) (NameNodeInfo),
Count of decommissioned Live and Dead nodes (FSNamesystemState),
Journal Status (NodeNameInfo)
Attachments
Attachments
Issue Links
- blocks
-
HADOOP-9562 Create REST interface for HDFS health data
- Reopened
- is related to
-
HDFS-5216 NumDecomDeadDataNodes not returning correct number of dead decommissioned nodes
- Resolved