A set of quick deployment scripts and supporting artefacts to deploy Hortonworks HDP/HDF vanilla Sandboxes
Status: Complete. Tested with build HDF3.0.0-453
Create a Centos7 instance on AWS with at least 4cores/16GiB mem/25GiB disk (recommend 8x32 for better experience) ssh to the box and run:
curl -sSL https://raw.githubusercontent.com/Chaffelson/whoville/master/deploy_AWS.sh | sudo -E sh
Status: Incomplete but working. Tested with build HDF3.0.0-453
- connect to your whoville box
- start all services
- run the following in bash prompt:
curl -sSL https://raw.githubusercontent.com/Chaffelson/whoville/master/deploy_SAMTruckingDemo.sh | sudo -E sh
Note: This may be useful if you intend to create a public AMI of your demo/image
- Get the base Centos7 x64 image in your region from https://wiki.centos.org/Cloud/AWS e.g eu-west-2 ami-c22236a6
- Launch a copy of that AMI on your account
- ssh centos@'[FQDN]'
sudo yum update -y
sudo shutdown now
- Create base AMI
- Power up Instance again and install and prepare your business
- You probably want to clean up the VM for imaging:
curl -sSL https://raw.githubusercontent.com/Chaffelson/whoville/master/image_prepare.sh | sudo -E sh
- Create AMI. Make it Public. Bask in your popularity.