Created on 02-23-2016 12:17 AM - edited 08-17-2019 01:08 PM
Purpose of this article:
When you install HDP for dev/test environment, you would repeat same commands to set up your host OS. To save time, created a BASH script which helps to set up the host OS (Ubuntu only) and docker image (CentOS).
What this script does:
What this script does NOT:
Host set up steps:
Private key should be ~/.ssh/id_rsa in any node
After this, the step should be same as installing normal HDP. NOTE: if you decided to install older Ambari version, there is a known issue AMBARI-8620
Host Start up step
Created on 08-12-2016 05:31 AM
Now, to setup host and install HDP, only "./start_hdp.sh -a". It automatically sets up the latest HDP in your Ubuntu 14.04 (16 is not supported) To access, it starts a proxy on port 28080, so you can change the browser proxy setting to use Ubuntu_IP:28080. Or, if Ubuntu and your PC are in same network, just adding a route to containers works (eg: route add -net 172.17.100.0/24 Ubuntu_IP on your Mac)