Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandercbooth/spark-aws-jumpstart
https://github.com/alexandercbooth/spark-aws-jumpstart
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexandercbooth/spark-aws-jumpstart
- Owner: alexandercbooth
- Created: 2017-03-29T12:06:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T14:13:24.000Z (over 7 years ago)
- Last Synced: 2024-11-30T00:28:27.915Z (25 days ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 130 KB
- Stars: 2
- Watchers: 1
- Forks: 21
- Open Issues: 15
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Spark or: How I learned to Stop Worrying and Love Big Data
![](images/spark-logo-trademark.png)## Relaunching a cluster
If you have already gone through setting up a vpc once, you don't need to again and you can launch a cluster with the following steps
1. Navigate to the scripts directory and source the `.env` file,
```bash
cd scripts
. .env
```
2. relaunch a cluster,
```bash
. create-cluster.sh
```
Wait a couple of minutes and then ssh into your new cluster :tada:If you haven't already setup a vpc, follow the directions in [Module 1](01-Module-1.md)
## [Module I](01-Module-1.md)
In the first part, we are going to have the following goals:
1. signup for aws
2. configure aws
3. launch a spark cluster