From common-issues-return-7920-apmail-hadoop-common-issues-archive=hadoop.apache.org@hadoop.apache.org Mon May 03 08:13:22 2010 Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 94020 invoked from network); 3 May 2010 08:13:22 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 May 2010 08:13:22 -0000 Received: (qmail 65409 invoked by uid 500); 3 May 2010 08:13:22 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 65294 invoked by uid 500); 3 May 2010 08:13:20 -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 65286 invoked by uid 99); 3 May 2010 08:13:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 May 2010 08:13:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 May 2010 08:13:17 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o438CtlJ024653 for ; Mon, 3 May 2010 08:12:55 GMT Message-ID: <21240670.10711272874375886.JavaMail.jira@thor> Date: Mon, 3 May 2010 04:12:55 -0400 (EDT) From: "Rodrigo Schmidt (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Updated: (HADOOP-6743) Create a Writable class that stores a possibly incomplete list of FileStatus objects In-Reply-To: <25158843.10621272873895914.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-6743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rodrigo Schmidt updated HADOOP-6743: ------------------------------------ Affects Version/s: 0.22.0 Fix Version/s: 0.22.0 > Create a Writable class that stores a possibly incomplete list of FileStatus objects > ------------------------------------------------------------------------------------ > > Key: HADOOP-6743 > URL: https://issues.apache.org/jira/browse/HADOOP-6743 > Project: Hadoop Common > Issue Type: New Feature > Affects Versions: 0.22.0 > Reporter: Rodrigo Schmidt > Assignee: Rodrigo Schmidt > Fix For: 0.22.0 > > > HDFS-1111 requires a class that stores a list of FileStatus objects and a flag stating whether the list is complete or not. Creating a new class inside hadoop common seems to the best solution since it allows other parts of Hadoop to use this general class. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.