Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for HDFS on Swarm. #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

timothymschier
Copy link

No description provided.

@timothymschier
Copy link
Author

Was getting the following error on hdfs-name:
WARN blockmanagement.DatanodeManager: Unresolved datanode registration: hostname cannot be resolved (ip=10.42.20.13, hostname=10.42.20.13)

and the following error on hdfs-data:
ERROR datanode.DataNode: Initialization failed for Block pool BP-592837392-10.42.106.189-1480927625303 (Datanode Uuid null) service to hdfs-name/10.42.106.189:8020 Datanode denied communication with namenode because hostname cannot be resolved (ip=10.42.20.13, hostname=10.42.20.13): DatanodeRegistration(0.0.0.0:50010, datanodeUuid=0f7487b4-190f-4cab-bd3a-362065222af4, infoPort=50075, infoSecurePort=0, ipcPort=50020, storageInfo=lv=-56;cid=CID-b892f836-83ce-4c6c-9b97-991d1c7e1c80;nsid=589517046;c=0)

This change fixes both.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant