Category Archives: Hadoop

HDFS Node Manager: FATAL Error in dispatcher thread

When your HDFS Node Manager does not start for no apparent reason (such as following one), solution is simple: check free space on your disk. Node Manager gets nervous when there is less than 10 % of free disk space and may not work properly or at all.

Source: my very own experience :)

Ambari service “Start” including “Start all” are greyed out

You might run into mentioned situation after Hadoop cluster or node reboot. Solution is quite simple: Ambari agent is apparently not running on each node or at all. Start it with following command:

In case your are unable to access your Ambari web interface at all (you wouldn’t be able to see previous error, but… Read More »