Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
0.7.0
-
None
Description
On this page http://whirr.apache.org/docs/0.7.0/whirr-in-5-minutes.html it states at the end:
bin/whirr destroy-cluster --config recipes/zookeeper-ec2.properties
This fails when you created the custom key as explained on that page. I think this should be
bin/whirr destroy-cluster --config recipes/zookeeper-ec2.properties --private-key-file ~/.ssh/id_rsa_whirr
which also works for me.