- AWS Login URL
- Use the name and temporary password in your email.
- Go to the spark download page
- Download
- Untar the package
- OS X: Archive Utility
- *NIX: cd ~/Downloads; tar zxvf spark-1.2.1-bin-hadoop2.4.tgz
- Windows: Install OS X or *NIX
- Place your acces key id and secret access key in the empty quotes in the first two lines
- Put SOMETHING in the AWSPROFILE line
- Download HackademyKey.pem, and place it in the ~/.ssh directory
export AWS_ACCESS_KEY_ID=""
export AWS_SECRET_ACCESS_KEY=""
export AWSPROFILE=""
export MYKEYPAIR="HackademyKey"
export MYKEYPAIRFILE="$HOME/.ssh/${MYKEYPAIR}.pem"
cd /opt/spark/ec2
./spark-ec2 --key-pair=${MYKEYPAIR} --identity-file=${MYKEYPAIRFILE} login hackademy