Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update with ssh-keygen #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -109,6 +109,8 @@ Now, we'll deploy this to a production cluster on EC2. First, we'll create a bas

**Important**: This step only has to be done once for each AWS account that you're deploying clusters to.

0. create a ssh key and add it to your keychain. `ssh-keygen ~/.ssh/spark && ssh-add ~/.ssh/spark`

1. Add this repo as a submodule in your project. Eg, under `/deploy`:

`git submodule add https://github.com/davidmcclure/pyspark-deploy.git deploy`
Expand Down