You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Jordan Mendelson (JIRA)" <ji...@apache.org> on 2013/04/04 03:16:13 UTC

[jira] [Created] (HADOOP-9454) Support multipart uploads for s3native

Jordan Mendelson created HADOOP-9454:
----------------------------------------

             Summary: Support multipart uploads for s3native
                 Key: HADOOP-9454
                 URL: https://issues.apache.org/jira/browse/HADOOP-9454
             Project: Hadoop Common
          Issue Type: Improvement
          Components: fs/s3
            Reporter: Jordan Mendelson


The s3native filesystem is limited to 5 GB file uploads to S3, however the newest version of jets3t supports multipart uploads to allow storing multi-TB files. While the s3 filesystem lets you bypass this restriction by uploading blocks, it is necessary for us to output our data into Amazon's publicdatasets bucket which is shared with others.

Amazon has added a similar feature to their distribution of hadoop as has MapR.

--
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