Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed code block for adding hosts to hosts file since '>>' was not being interpreted with sudo. Only the cat cmd was. The new code will prevent getting a permission denied error.

...

Edit your /etc/hosts on your computer so that you will be able to resolve hostnames for the VMs:

Code Block
sudo -s 'cat ambari-vagrant/append-to-etc-hosts.txt >> /etc/hosts'

Copy the private key to your home directory (or some place convenient for you) so that it’s easily accessible for uploading via Ambari Web:

...