Giter Club home page Giter Club logo

whoville's Introduction

Hortonworks HDP 2.6.1+ / HDF 3.0+ Simple Autodeployment

A set of quick deployment scripts and supporting artefacts to deploy Hortonworks HDP/HDF vanilla Sandboxes

To Deploy: New HDF3 install on an AWS Instance

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
To Deploy: HDF3 Example application: Streaming Trucking Demo

Status: Incomplete but working. Tested with build HDF3.0.0-453

  1. connect to your whoville box
  2. start all services
  3. run the following in bash prompt:
curl -sSL https://raw.githubusercontent.com/Chaffelson/whoville/master/deploy_SAMTruckingDemo.sh | sudo -E sh
To Deploy: A public AMI Centos base image

Note: This may be useful if you intend to create a public AMI of your demo/image

  1. Get the base Centos7 x64 image in your region from https://wiki.centos.org/Cloud/AWS e.g eu-west-2 ami-c22236a6
  2. Launch a copy of that AMI on your account
  3. ssh centos@'[FQDN]'
sudo yum makecache fast && sudo yum update -y
sudo shutdown now
  1. Create base AMI
  2. Power up Instance again and install and prepare your stuff
  3. 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
  1. Create AMI. Make it Public. Bask in your popularity.

whoville's People

Contributors

chaffelson avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.