All the script here are developed during different projects requirements.
If you need help, drop me an email at jobs4ani [at] gmail [dot] com Or visit my website http://animesh.das.net.in
-
ttrestart - In some old version of hadoop, tasktracker suddenly stops working due to JVM killing them due to memory leak. This bash script when used as cron jobs will restart the Hadoop tasktracker service when the tasktracker process reaches certain threshold, i.e check based on percentage of memory consumption OC against allocated memory. But, this script doesn't restart hadoop tastracker or do anything if the tasktracker is not running at all or the jstat returns unexpected result. This script has not been tested under those exceptions or scenarios. Configuration details are documented inside the script.
-
kafka_mon - Apache Kafka monitoring script.
GPL3 Licenced. Click here for licensing details.