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

Upgrade to Whirr 0.8.0 #13

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

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
target
whirr.log
12 changes: 6 additions & 6 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Set your AWS credentials as environment variables:

Download and install Whirr:

% curl -O http://www.apache.org/dist/incubator/whirr/whirr-0.7.1-incubating/whirr-0.7.1-incubating.tar.gz
% tar zxf whirr-0.7.1-incubating.tar.gz
% export PATH=$PATH:$(pwd)/whirr-0.7.1-incubating/bin
% curl -O http://apache.org/dist/whirr/whirr-0.8.0/whirr-0.8.0.tar.gz
% tar zxf whirr-0.8.0.tar.gz
% export PATH=$PATH:$(pwd)/whirr-0.8.0/bin

Create a password-less SSH keypair for Whirr to use:

Expand Down Expand Up @@ -66,7 +66,7 @@ The next step is to run the Cloudera Manager Admin Console -- at the URL printed
by the Whirr command -- to install and configure Hadoop, using the instructions
at

https://ccp.cloudera.com/display/FREE400BETA/Automated+Installation+of+Cloudera+Manager+and+CDH
https://ccp.cloudera.com/display/FREE4DOC/Automated+Installation+of+Cloudera+Manager+and+CDH

The output of the Whirr command includes settings for the cluster hosts
and the authentication method to be used while running the Cloudera Manager
Expand All @@ -79,7 +79,7 @@ Once the Hadoop cluster is up and running you can use it via Hue (the URL
is printed by the launch cluster command), or from a CDH gateway machine. In
the latter case, follow these instructions to add a gateway role

https://ccp.cloudera.com/display/FREE400BETA/Adding+Role+Instances
https://ccp.cloudera.com/display/FREE4DOC/Adding+Role+Instances

Then SSH to the gateway machine. Now you can interact with the cluster,
e.g. to list files in HDFS:
Expand All @@ -92,4 +92,4 @@ e.g. to list files in HDFS:
Finally, when you want to shutdown the cluster, run the following command. Note
that all data and state stored on the cluster will be lost.

% whirr destroy-cluster --config cm-ec2.properties
% whirr destroy-cluster --config cm-ec2.properties
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>org.apache.whirr</groupId>
<artifactId>whirr-core</artifactId>
<version>0.7.1</version>
<version>0.8.0</version>
</dependency>
</dependencies>
<build>
Expand Down