Last active
August 29, 2015 14:02
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./spark-ec2 -k <keypair> -i <key-file> -s <num-slaves> launch <cluster-name> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./spark-ec2 -k <keypair> -i <key-file> login <cluster-name> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./spark-ec2 stop <cluster-name> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./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