[ 
https://issues.apache.org/jira/browse/WHIRR-361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13084579#comment-13084579
 ] 

Adrian Cole commented on WHIRR-361:
-----------------------------------

tested successfully BlobCacheTest with the following java args: 
-Dwhirr.test.provider=aws-ec2 -Dwhirr.test.identity=XXXX 
-Dwhirr.test.credential=XXX


2011-08-13 10:53:45,908 INFO  [org.apache.whirr.util.BlobCache] (main) Created 
blob cache container '5x7h63enpifg' located in 'null'
2011-08-13 10:53:46,630 INFO  [org.apache.whirr.util.BlobCache] (main) 
Uploading 'whirr5985646567714705282.txt' to '5x7h63enpifg' blob cache.
2011-08-13 10:53:52,873 INFO  [org.apache.whirr.util.integration.BlobCacheTest] 
(main) (mkdir -p /tmp && cd /tmp && [ ! -f whirr5985646567714705282.txt ] && 
curl -C - -s -q -L --connect-timeout 10 --max-time 600 -X GET -s --retry 20 -H 
"Host: 5x7h63enpifg.s3.amazonaws.com" -H "Date: Sat, 13 Aug 2011 09:53:28 GMT" 
-H "Authorization: AWS 067PW7Z9P0FNH7JDPE82:eMRoiIqAe9u4I0/oh5uuzu7hApM=" 
https://5x7h63enpifg.s3.amazonaws.com/whirr5985646567714705282.txt 
>whirr5985646567714705282.txt)

2011-08-13 10:53:52,873 INFO  [org.apache.whirr.util.BlobCache] (main) Removing 
blob cache '5x7h63enpifg'
2011-08-13 10:53:57,036 INFO  [org.apache.whirr.util.BlobCache] (main) Created 
blob cache container 'ym26jg2ijmgz' located in 'null'
2011-08-13 10:53:57,394 INFO  [org.apache.whirr.util.BlobCache] (main) 
Uploading 'whirr4809328296500028829.txt' to 'ym26jg2ijmgz' blob cache.
2011-08-13 10:55:56,399 INFO  [org.apache.whirr.util.integration.BlobCacheTest] 
(main) (mkdir -p /tmp && cd /tmp && [ ! -f whirr4809328296500028829.txt ] && 
curl -C - -s -q -L --connect-timeout 10 --max-time 600 -X GET -s --retry 20 -H 
"Host: ym26jg2ijmgz.s3.amazonaws.com" -H "Date: Sat, 13 Aug 2011 09:55:45 GMT" 
-H "Authorization: AWS 067PW7Z9P0FNH7JDPE82:X1GLlfJtG6O+WHNFsoAN9yHg+7A=" 
https://ym26jg2ijmgz.s3.amazonaws.com/whirr4809328296500028829.txt 
>whirr4809328296500028829.txt)

2011-08-13 10:55:56,399 INFO  [org.apache.whirr.util.BlobCache] (main) Removing 
blob cache 'ym26jg2ijmgz'
2011-08-13 10:56:18,436 INFO  [org.apache.whirr.util.integration.BlobCacheTest] 
(main) Created temporary container 'ucnzfrosudrx'
2011-08-13 10:56:19,256 INFO  [org.apache.whirr.util.integration.BlobCacheTest] 
(main) Removing temporary container 'ucnzfrosudrx'


> refactor jclouds dependencies
> -----------------------------
>
>                 Key: WHIRR-361
>                 URL: https://issues.apache.org/jira/browse/WHIRR-361
>             Project: Whirr
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 0.6.0
>            Reporter: Adrian Cole
>            Assignee: Adrian Cole
>             Fix For: 0.6.0
>
>         Attachments: WHIRR-361.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> There are a few problems in our maven configuration, and a couple places 
> where we aren't using the best jclouds configuration.
>   * in our pom files, we needlessly declare transitive dependencies modules.  
> this is unnecessary maintenance, as jclouds version/dependency configuration 
> is scoped to whirr core
>   * we've switched to SLF4J, yet haven't configured jclouds to use it
>   * especially considering we are uploading large blobs, we should be using 
> the jclouds EnterpriseConfigurationModule which handles file slicing much 
> more effectively.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to