Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Latest commit

 

History

History

spinup-tool

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Spinup Script

Sample spinup configurations and configuration files provided.

Before running:

  1. Ensure AWS CLI tools are installed and configured (aws configure) for your AWS account and text output.
  2. Download spinup tarball (available here) and save it to your S3 at s3://emr-sparkline/emr-sparkline-spinup.tar.gz or a custom location.
  • If you saved to a custom location, set it in the spinup config file.
  1. Set your security groups and key pair in the config file.

To run:

# In this directory:
sudo ./spinup -c configurations/configFile-TPCHSample

Tested on bash v3.2 (Mac OS X and Linux). Good Luck!