You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Suresh Srinivas (JIRA)" <ji...@apache.org> on 2013/09/12 18:44:56 UTC

[jira] [Updated] (HADOOP-8545) Filesystem Implementation for OpenStack Swift

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

Suresh Srinivas updated HADOOP-8545:
------------------------------------

    Attachment: HADOOP-8545-035.patch

Some of the comments can be addressed in a separate jira, given the current patch is already quite big.

Comments:
# Jenkins build report - looks like findbugs warning is a real issue. The java warning is not avoidable.
# There are still two TODO comments in the patch.
# All the public classes need InterfaceAudience and InterfaceStability annotation. This could be done in a separate patch to keep the patch for branch-1 very close to this patch.
# Unsed methods and instance members:
#* SwiftRestClient#filesystemURI, #getObjectLocationURI(), PostMethodProcessor class
#* SwiftNativeInputStream#contentLength
# Unused local member variables
#* TestSwiftFileSystemRename#testRenamedConsistence, testRenameFileAndVerifyContents - unused var reread
#* TestSwiftObjectPath#testChildOfProbe() - unsed sibling
#* TestSwiftFileSystemRead#testRWJson - unused var locations
#* TestSwiftFileSystemPartitionedUploads has many methods with unused local vars
#* TestSwiftFileSystemBasicOps has methods with unused local vars

Comments I have already taken care of in the new patch (035 version) I have uploaded:
# Make final (do not give me hard time if this is not correct, but I think it is :))
#* HttpInputStreamWithRelease#method, SwiftNativeOutputStream - bunch of members, 
# Bunch of warnings in TestSwiftFileSystemPartitionedUploads
# Other minor things taken care of - see diff between patches for details.

+1 with the comments addressed.

                
> 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: 1.2.0, 2.0.3-alpha
>            Reporter: Tim Miller
>            Assignee: Dmitry Mezhensky
>              Labels: hadoop, patch
>         Attachments: HADOOP-8545-026.patch, HADOOP-8545-027.patch, HADOOP-8545-028.patch, HADOOP-8545-029.patch, HADOOP-8545-030.patch, HADOOP-8545-031.patch, HADOOP-8545-032.patch, HADOOP-8545-033.patch, HADOOP-8545-034.patch, HADOOP-8545-035.patch, HADOOP-8545-10.patch, HADOOP-8545-11.patch, HADOOP-8545-12.patch, HADOOP-8545-13.patch, HADOOP-8545-14.patch, HADOOP-8545-15.patch, HADOOP-8545-16.patch, HADOOP-8545-17.patch, HADOOP-8545-18.patch, HADOOP-8545-19.patch, HADOOP-8545-1.patch, HADOOP-8545-20.patch, HADOOP-8545-21.patch, HADOOP-8545-22.patch, HADOOP-8545-23.patch, HADOOP-8545-24.patch, HADOOP-8545-25.patch, HADOOP-8545-2.patch, HADOOP-8545-3.patch, HADOOP-8545-4.patch, HADOOP-8545-5.patch, HADOOP-8545-6.patch, HADOOP-8545-7.patch, HADOOP-8545-8.patch, HADOOP-8545-9.patch, HADOOP-8545-javaclouds-2.patch, HADOOP-8545.patch, HADOOP-8545.patch, HADOOP-8545.suresh.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