You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "Andrei Savu (JIRA)" <ji...@apache.org> on 2011/01/27 22:08:43 UTC

[jira] Updated: (WHIRR-195) Display available roles instead of service names when running ./bin/whirr

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

Andrei Savu updated WHIRR-195:
------------------------------

    Attachment: WHIRR-195.patch

This patch needs WHIRR-199 in order to look good :) I haven't added descriptions because the role names should be self explanatory for now. 

> Display available roles instead of service names when running ./bin/whirr
> -------------------------------------------------------------------------
>
>                 Key: WHIRR-195
>                 URL: https://issues.apache.org/jira/browse/WHIRR-195
>             Project: Whirr
>          Issue Type: Improvement
>          Components: cli
>            Reporter: Andrei Savu
>            Priority: Minor
>         Attachments: WHIRR-195.patch
>
>
> Now that service-name is optional I believe that we should display a list of the available roles (with a small description) instead of service names. 
> Similar to: 
> {code}
> $ ./bin/whirr 
> Usage: whirr COMMAND [ARGS]
> where COMMAND may be one of:
>         version  Print the version number and exit.
>  launch-cluster  Launch a new cluster running a service.
> destroy-cluster  Terminate and cleanup resources for a running cluster.
>    list-cluster  List the nodes in a cluster.
> Available roles for instances:
>   nn             hadoop name node
>   jt             hadoop job trackers
>   ... 
> {code}

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