Skip to content
Advertisement

Linux Hadoop Services monitoring tool and restart if down

I have configured Hadoop 2.7.5 with Hbase. It is a 5 system cluster in fully distributed mode. I have to monitor Hadoop/Hbase daemons and want to start some action (e.g. mail ) if some daemon goes down. Is there any built-in solution. Also I want to start Hadoop at boot time. How can I do this ?

Advertisement

Answer

I am assuming that you aren’t using major dists like Cloudera or Hortonworks, they have this feature built into their stack.

For automated restarts a boot time, you can use the init.d (or systemd)

and example of emailing out in the event of failure there is scripting solution in this answer Bash script to monitor process and sendmail if failed

In enterprise organisation, most will have a monitoring solution in place such as tivoli, which you can hook into.

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement