Single Node HDP On Docker
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=5LpjUdBod1I
This video will walk you through the process of installing docker software and deploying Hortonworks sanbox as docker container. • I used CentOS 7 as host server and installed docker software by using following commands • sudo wget qO https://get.docker.com/ | sh • sudo usermod -aG docker centos • sudo systemctl enable docker.service • sudo systemctl start docker.service • ( Remove the sudo if you have root access ) • Download docker build script from the link https://hortonworks.com/downloads/#sa... • Unzip the source file and add execute permission. • Start executing the shell script , it takes some time to start the services.
#############################
