- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Nodemanager service is failing on new host of HDP cluster after adding to the cluster.
Created on ‎02-03-2017 08:33 PM - edited ‎09-16-2022 04:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Getting the following message:
ERROR nodemanager.NodeStatusUpdaterImpl (NodeStatusUpdaterImpl.java:serviceStart(229)) - Unexpected error starting NodeStatusUpdater org.apache.hadoop.yarn.exceptions.YarnRuntimeException: Recieved SHUTDOWN signal from Resourcemanager, Registration of NodeManager failed, Message from ResourceManager: Disallowed NodeManager from hostxxx.corpintra.net, Sending SHUTDOWN signal to the NodeManager.
Created ‎02-03-2017 09:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Narasimha K Have you added this host to exclude list?
- Check /etc/hadoop/conf/yarn.exclude . If this host exists in this file remove it
- Execute yarn rmadmin -refreshNodes so YARN re-reads this configuration file
Created ‎02-03-2017 09:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Narasimha K Have you added this host to exclude list?
- Check /etc/hadoop/conf/yarn.exclude . If this host exists in this file remove it
- Execute yarn rmadmin -refreshNodes so YARN re-reads this configuration file
Created ‎02-15-2017 08:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The issue was resolved once the steps.
Created ‎11-19-2017 08:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks the issue resolved after following the above steps. After re-adding the node, which was decommissioned earlier, it was crashing to start. YARN>Summary>NodeManagers Status was also showing 1 node with decommissioned status but will the cleanup not happen during the install process?
,Thanks, Issue resolved after completing the below steps. The newly added host/nodemanager was crashing and the YARN>Summary>NodeManagers Status was showing 1 node in decommissioned status
- Check /etc/hadoop/conf/yarn.exclude . If this host exists in this file remove it
- Execute yarn rmadmin -refreshNodes so YARN re-reads this configuration file
when you re-add the host again, should not the file get updated automatically?
Created ‎05-30-2021 11:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
After decommissioning, recommission the nodemanager and then start it again.
