Hello @Pedro_E,
Thanks for being part of our Cloudera Community.
I was checking the log and error and there is no much information more than that:
org.apache.hadoop.yarn.exceptions.YarnRuntimeException: org.apache.hadoop.yarn.exceptions.YarnRuntimeException: Received SHUTDOWN signal from Resourcemanager, Registration of NodeManager failed, Message from ResourceManager: Disallowed NodeManager from host.company.com, Sending SHUTDOWN signal to the NodeManager.
Note: you uploaded full log with hostnames and more, maybe you want to edit that to exclude private information.
That error is telling us the RM is rejecting the NM to be registered.
This could be for an issue with a busy port or name resolution.
Make sure that RM can resolve the FQDN properly, and same on the NM with the RM name.
If not, solve that issue by fixing DNS or adding the info to hosts file.
Also, if possible, restart the OS on that NM, that will clear any hanging process that may be using the ports needed for this registration.
If you still face the issue, it would be worth seeing the RM log when you face the issue with the registration.
Regards,
Andrés Fallas
--
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs-up button.