[ 
https://issues.apache.org/jira/browse/WHIRR-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tom White updated WHIRR-33:
---------------------------

    Attachment: WHIRR-33.patch

With this patch I successfully started a Hadoop cluster with

{noformat}
java -jar cli/target/whirr-cli-0.1.0-SNAPSHOT.jar launch-cluster 
--cloud-identity=$AWS_ACCESS_KEY_ID \
  --cloud-credential=$AWS_SECRET_ACCESS_KEY hadoop tomhadoopcluster 1 nn+jt 1 
dn+tt
{noformat}

Then stopped it with.

{noformat}
java -jar cli/target/whirr-cli-0.1.0-SNAPSHOT.jar destroy-cluster 
--cloud-identity=$AWS_ACCESS_KEY_ID \
  --cloud-credential=$AWS_SECRET_ACCESS_KEY hadoop tomhadoopcluster
{noformat}

I think this is ready to go in, but would appreciate a review.

> Add a CLI
> ---------
>
>                 Key: WHIRR-33
>                 URL: https://issues.apache.org/jira/browse/WHIRR-33
>             Project: Whirr
>          Issue Type: New Feature
>          Components: core
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.1.0
>
>         Attachments: WHIRR-33.patch, WHIRR-33.patch, WHIRR-33.patch
>
>
> It would be useful to have a CLI for carrying out basic cluster operations: 
> launch, destroy, etc. This would be a separate Maven module.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to