Install HDFS
Install HDFS as a docker container on your VM
Installation
WARNING: This download is memory intensive. Before doing this exercise stop all unnecessary processes. This means WORD, PowerPoint, Docker, etc.
Start your VM from Vagrant
After the VM starts, enter the following from the VM's terminal window. This will stop and remove all docker contains and remove any hadoop image.
If you do not have docker containers and images you will see error - ignore them
Pull Hadoop
NOTICE:
It was reported Sunday afternoon that students were unable to "pull" the docker container. Please try the following instead of the pull. If it succeeds you will see a bash# prompt. Type exit and then shutdown Vagrant
This command may fail per the above
Stop the VM from Vagrant - from the NATIVE terminal
Be sure to restart Vagrant to relieve memory issues
Last updated