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
cd msbx5420vagrant
vagrant updocker kill $(docker ps -q)
docker rm $(docker ps -a -q)
docker rmi sequenceiq/hadoop-dockerPull Hadoop
NOTICE:
docker run -it sequenceiq/hadoop-docker:2.7.1 /etc/bootstrap.sh -bashThis command may fail per the above
Stop the VM from Vagrant - from the NATIVE terminal
Last updated
Was this helpful?