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 (Assigned) (JIRA)" <ji...@apache.org> on 2012/03/25 12:11:28 UTC

[jira] [Assigned] (WHIRR-286) Add CLI commands so that Whirr can be used as a minimal blob store client

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

Andrei Savu reassigned WHIRR-286:
---------------------------------

    Assignee:     (was: Andrei Savu)
    
> Add CLI commands so that Whirr can be used as a minimal blob store client
> -------------------------------------------------------------------------
>
>                 Key: WHIRR-286
>                 URL: https://issues.apache.org/jira/browse/WHIRR-286
>             Project: Whirr
>          Issue Type: Improvement
>            Reporter: Andrei Savu
>              Labels: gsoc, gsoc2012, mentor
>
> I believe it would be helpful in many workflows if you could create and delete blobs just by using the Whirr CLI (data used for processing). I suggest that we should add new commands to the CLI so that Whirr can be used as minimal generic blob store client that's also aware of the location of the nodes (a typical mistake is to upload files to a different location).  
> Workflow (common?):
> {noformat}
> $ whirr create-container --config.. --name data
> $ whirr upload-file --config.. --file local.tar.gz --container data --blob data.tar.gz
> $ whirr launch-cluster --config..
> # start a map reduce job and collect the results
> $ whirr download-file --config.. --file output.tar.gz --container data --blob output.tar.gz
> $ whirr destroy-cluster --config..
> $ whirr destroy-container --config.. --name data
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira