Updated Branches: refs/heads/trunk e9a45f90e -> 36faa809c
Fix zookeeper recipe filename. Project: http://git-wip-us.apache.org/repos/asf/whirr/repo Commit: http://git-wip-us.apache.org/repos/asf/whirr/commit/36faa809 Tree: http://git-wip-us.apache.org/repos/asf/whirr/tree/36faa809 Diff: http://git-wip-us.apache.org/repos/asf/whirr/diff/36faa809 Branch: refs/heads/trunk Commit: 36faa809c7582ced544a82ccc1d35f057a8d4ac8 Parents: e9a45f9 Author: Tom White <tomwh...@apache.org> Authored: Fri Oct 19 10:16:59 2012 +0100 Committer: Tom White <tomwh...@apache.org> Committed: Fri Oct 19 10:16:59 2012 +0100 ---------------------------------------------------------------------- src/site/xdoc/whirr-in-5-minutes.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/whirr/blob/36faa809/src/site/xdoc/whirr-in-5-minutes.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/whirr-in-5-minutes.xml b/src/site/xdoc/whirr-in-5-minutes.xml index 71879cc..4d727e4 100644 --- a/src/site/xdoc/whirr-in-5-minutes.xml +++ b/src/site/xdoc/whirr-in-5-minutes.xml @@ -35,14 +35,14 @@ curl -O http://www.apache.org/dist/whirr/whirr-0.9.0/whirr-0.9.0.tar.gz tar zxf whirr-0.9.0.tar.gz; cd whirr-0.9.0 ssh-keygen -t rsa -P '' -f ~/.ssh/id_rsa_whirr -bin/whirr launch-cluster --config recipes/zookeeper-ec2.properties --private-key-file ~/.ssh/id_rsa_whirr +bin/whirr launch-cluster --config recipes/zookeeper.properties --private-key-file ~/.ssh/id_rsa_whirr echo "ruok" | nc $(awk '{print $3}' ~/.whirr/zookeeper/instances | head -1) 2181; echo </source> <p>Upon success you should see <tt>imok</tt>echoed to the console, indicating that ZooKeeper is running.</p> <p>You can shut down the cluster with</p> - <source>bin/whirr destroy-cluster --config recipes/zookeeper-ec2.properties --private-key-file ~/.ssh/id_rsa_whirr</source> + <source>bin/whirr destroy-cluster --config recipes/zookeeper.properties --private-key-file ~/.ssh/id_rsa_whirr</source> <p>The various options are explained in more detail in the <a href="quick-start-guide.html">Quick Start Guide</a>.</p> </body>