Created
May 27, 2016 06:55
-
-
Save aouyang1/2d877f342e9b336b662cb6d88b6236ba to your computer and use it in GitHub Desktop.
pegasus-blog
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
| # Launch instances on AWS | |
| peg up namenode.yml | |
| peg up datanodes.yml | |
| # Store cluster information | |
| peg fetch hadoop-cluster | |
| # Enable passwordless SSH and install Hadoop, Spark and Alluxio | |
| peg install hadoop-cluster ssh | |
| peg install hadoop-cluster hadoop | |
| peg install hadoop-cluster spark | |
| peg install hadoop-cluster alluxio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment