- Run
vagrant ssh
to get into your VM. - Run ```vagrant halt`` to stop your VM.
- Run
vagrant destroy
when you want to destroy and get rid of the VM, orvagrant destroy && vagrant up
to destroy and bring up a new VM.
SSH into your VM:
vagrant ssh
This will log you in as the ubuntu
user.
Hadoop and friends are all installed under /usr/local
.
Edit Vagrantfile
and look for the line that contains --memory
- modify
the value that you see there.
The Vagrant box is downloaded to the ~/.vagrant.d/boxes directory. On Windows, this is C:/Users/{your-username}/.vagrant.d/boxes.