Monday, February 6, 2017

Node Manager Denied Communication with Resource Manager -Server Side Issue

Potential Root Cause:Troubleshooting Steps:
Hostname in Exclude File or• Verify the contents of the files referenced in the
Doesn't Exists in Include Fileyarn.resourcemanager.nodes.excludepath
property or the
yarn.resourcemanager.nodes.include-path
property.
• Verify that the host for this Node Manager is not
being decommissioned.

Resolution Steps:
• If hostname for the Node Manager is in the file, and it
is not meant for decommissioning, remove it.

Information to Collect:
• Files that are pointed to by the
yarn.resourcemanager.nodes.exclude-path
or yarn.resourcemanager.nodes.includepath
properties.
Potential Root Cause: NodeTroubleshooting Steps:
was Decommissioned and/or• This is a problem with HDFS. Refer to the HDFS
Reinserted into the ClusterTroubleshooting Guide.
Potential Root Cause: ResourceTroubleshooting Steps:
Manager is Refusing the• Follow the steps (described previously) to ensure that
Connectionthe NameNode has started and is accepting requests.

Resolution Steps:
• Ensure that the DataNode is not in the "exclude" list.
• Ensure that the DataNode host is in the "include" list.

Information to Collect:
• NameNode slaves file.
• NameNode hosts.deny file (or the file specified as
the blacklist in HDFS configuration).
• NameNode hosts.allow file (or the file specified as
the whitelist in HDFS configuration).
• HDFS Configuration.
Potential Root Cause:Troubleshooting Steps:
NameNode is Refusing the• Follow the steps (described previously) to ensure that
Connectionthe NameNode has started and is accepting requests.

Resolution Steps:
• Ensure that the DataNode is not in the "exclude" list.

Information to Collect:
• NameNode slaves file.
• NameNode hosts.deny file (or the file specified as
the blacklist in HDFS configuration).
• NameNode hosts.allow file (or the file specified as
the whitelist in HDFS configuration).
• HDFS Configuration.

No comments:

Post a Comment

Kafka Architecture

Apache Kafka is a distributed publish-subscribe messaging system and a robust queue that can handle a high volume of data and enables you t...