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

Dmitry Mezhensky commented on HADOOP-8545:
------------------------------------------

@Tom, I can use the same format for large files after OpenStack Swift fixes bug 
with manifest file for large files: 
 1. Divide large file into blocks less than 5Gb, make part upload of each block
 2. Create manifest for blocks (Swift will know that it is one file)

Manifest creation fails than path is not like host/account/container/object 
(e.g. swift.host.com/v1/AUTH_89425098234759/container/home/user/data)
This is a bug, which will be reported to Openstack Swift.
                
> Filesystem Implementation for OpenStack Swift
> ---------------------------------------------
>
>                 Key: HADOOP-8545
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8545
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs
>    Affects Versions: 2.0.3-alpha, 1.1.2
>            Reporter: Tim Miller
>            Priority: Minor
>         Attachments: HADOOP-8545-1.patch, HADOOP-8545-javaclouds-2.patch, 
> HADOOP-8545.patch, HADOOP-8545.patch
>
>
> Add a filesystem implementation for OpenStack Swift object store, similar to 
> the one which exists today for S3.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to