HDFS Node Manager: FATAL Error in dispatcher thread

By | 17. 3. 2016

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 :)

One thought on “HDFS Node Manager: FATAL Error in dispatcher thread

  1. sanjivmarathe

    God Bless You. After spending hours in troubleshoot, with vague error msg of AllocatorPerContext.getLocalPathForWrite, I had suspected “insufficient space” issue. But when I read your post confirming it, I felt relieved. Thanks.
    Changing yarn params to extend space limit (although not recommended) fixed it….
    yarn.nodemanager.disk-health-checker.min-healthy-disks => 0.01
    yarn.nodemanager.disk-health-checker.max-disk-utilization-per-disk-percentage => 99

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *