Skip to content

Instantly share code, notes, and snippets.

@shulhi
Created April 25, 2014 08:56
Show Gist options
  • Save shulhi/11282729 to your computer and use it in GitHub Desktop.
Save shulhi/11282729 to your computer and use it in GitHub Desktop.
Cloudera Troubleshoot

If Zookeeper cannot be started, check for DNS resolution.

$ hostname
$ hostname -f
$ python -c 'import socket; print socket.getfqdn(), socket.gethostbyname(socket.getfqdn())'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment