Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
As a Hadoop cluster administrator, I want to monitoring if the Hadoop daemon services (maybe same host with different ports) are alive or not, i.e.:
- NameNode
- DataNode
- ResourceManager
- NodeManager
- HBase region server
- etc.
and many more services depending on which daemon will be installed and used.
The solution should be HA, generic, and dynamic configurable. The alive checking should be at a more reliable level beyond just getting a response without looking into the content.