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

I am setting up 2 node hadoop cluster #2

Open
puneetjindal opened this issue Mar 29, 2016 · 1 comment
Open

I am setting up 2 node hadoop cluster #2

puneetjindal opened this issue Mar 29, 2016 · 1 comment

Comments

@puneetjindal
Copy link

I am getting the following error

TASK: [master | prepare known_hosts entries] **********************************
failed: [172.17.0.9] => (item={'ip': '172.17.0.9', 'hostname': 'hadoop-master'}) => {"changed": true, "cmd": "ssh-keyscan -t rsa hadoop-master", "delta": "0:00:02.278891", "end": "2016-03-29 12:08:35.751114", "item": {"hostname": "hadoop-master", "ip": "172.17.0.9"}, "rc": 255, "start": "2016-03-29 12:08:33.472223", "warnings": []}
stderr: getaddrinfo hadoop-master: Name or service not known
failed: [172.17.0.9] => (item={'ip': '172.17.0.11', 'hostname': 'hadoop-data1'}) => {"changed": true, "cmd": "ssh-keyscan -t rsa hadoop-data1", "delta": "0:00:01.396855", "end": "2016-03-29 12:08:39.401873", "item": {"hostname": "hadoop-data1", "ip": "172.17.0.11"}, "rc": 255, "start": "2016-03-29 12:08:38.005018", "warnings": []}
stderr: getaddrinfo hadoop-data1: Name or service not known

@dwatrous
Copy link
Owner

dwatrous commented Apr 1, 2016

At what point are you getting this error? Are you doing this locally or against openstack? The script may need a little attention to get it working for a purely local deployment again.

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

No branches or pull requests

2 participants