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 6C76D1193C for ; Fri, 12 Sep 2014 14:05:42 +0000 (UTC) Received: (qmail 28078 invoked by uid 500); 12 Sep 2014 14:05:42 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 28034 invoked by uid 500); 12 Sep 2014 14:05:42 -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 28016 invoked by uid 99); 12 Sep 2014 14:05:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Sep 2014 14:05:42 +0000 Date: Fri, 12 Sep 2014 14:05:42 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-9540) Expose the InMemoryS3 and S3N FilesystemStores implementations for Unit testing. 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-9540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14131574#comment-14131574 ] Hudson commented on HADOOP-9540: -------------------------------- SUCCESS: Integrated in Hadoop-Hdfs-trunk #1869 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1869/]) HADOOP-9540: move CHANGES.txt entry to 2.6 (cmccabe: rev a123d02f4190ceadf94a66bc37a89c7f4e2ede51) * hadoop-common-project/hadoop-common/CHANGES.txt > Expose the InMemoryS3 and S3N FilesystemStores implementations for Unit testing. > -------------------------------------------------------------------------------- > > Key: HADOOP-9540 > URL: https://issues.apache.org/jira/browse/HADOOP-9540 > Project: Hadoop Common > Issue Type: Improvement > Components: fs/s3, test > Affects Versions: trunk-win > Reporter: Hari > Priority: Minor > Fix For: 2.6.0 > > Attachments: HADOOP-9540-branch-2.patch, HADOOP-9540.1.patch, HADOOP-9540.2.patch, HADOOP-9540.patch > > > The stub implementations available for InMemoryFileSytemStores for S3 and S3N are currently restricted in package scope. These are quiet handy utilities for unit testing and nice to be exposed in a public scope. > Or even conveniently I have added simple wrapper InMemoryFileSystem implementations for these stores so that it can be easily leveraged by any interested developers. -- This message was sent by Atlassian JIRA (v6.3.4#6332)