Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5343A1027A for ; Thu, 12 Sep 2013 16:45:15 +0000 (UTC) Received: (qmail 59217 invoked by uid 500); 12 Sep 2013 16:45:07 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 58473 invoked by uid 500); 12 Sep 2013 16:45:01 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 57603 invoked by uid 99); 12 Sep 2013 16:44:56 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Sep 2013 16:44:56 +0000 Date: Thu, 12 Sep 2013 16:44:56 +0000 (UTC) From: "Suresh Srinivas (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-8545) Filesystem Implementation for OpenStack Swift MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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