Skip to content

Instantly share code, notes, and snippets.

@mychaelstyle
Last active August 29, 2015 14:02
Show Gist options
  • Save mychaelstyle/57eca6bbf86f6fcb5d24 to your computer and use it in GitHub Desktop.
Save mychaelstyle/57eca6bbf86f6fcb5d24 to your computer and use it in GitHub Desktop.
Apache Spark ドキュメント和訳 - Apache Spark on AWS EC2 ref: http://qiita.com/mychaelstyle/items/b752087a0bee6e41c182
./spark-ec2 -k <keypair> -i <key-file> -s <num-slaves> launch <cluster-name>
./spark-ec2 -k <keypair> -i <key-file> login <cluster-name>
./spark-ec2 stop <cluster-name>
./spark-ec2 -i <key-file> start <cluster-name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment