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 A29819511 for ; Tue, 3 Jan 2012 23:01:28 +0000 (UTC) Received: (qmail 21353 invoked by uid 500); 3 Jan 2012 23:01:28 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 21280 invoked by uid 500); 3 Jan 2012 23:01:28 -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 21238 invoked by uid 99); 3 Jan 2012 23:01:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jan 2012 23:01:28 +0000 X-ASF-Spam-Status: No, hits=-2001.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jan 2012 23:01:25 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C2555137B36 for ; Tue, 3 Jan 2012 23:00:40 +0000 (UTC) Date: Tue, 3 Jan 2012 23:00:40 +0000 (UTC) From: "Tom White (Updated) (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1083206707.2383.1325631640797.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <541078820.37868.1324520970654.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HADOOP-7937) Forward port SequenceFile#syncFs and friends from Hadoop 1.x 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-7937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated HADOOP-7937: ------------------------------ Attachment: HADOOP-7937.patch Here's a patch that adds the missing method to SequenceFile.Writer. No test is included (there isn't one in 1.0.0). It's not clear that the other changes need to be ported, since the append implementation is different. If they do, they can be done in an HDFS JIRA. > Forward port SequenceFile#syncFs and friends from Hadoop 1.x > ------------------------------------------------------------ > > Key: HADOOP-7937 > URL: https://issues.apache.org/jira/browse/HADOOP-7937 > Project: Hadoop Common > Issue Type: New Feature > Components: io > Affects Versions: 0.22.0, 0.23.1 > Reporter: Eli Collins > Labels: bigtop > Attachments: HADOOP-7937.patch > > > HDFS-200 added a new public API SequenceFile#syncFs, we need to forward port this for compatibility. Looks like it might have introduced other APIs that need forward porting as well (eg LocaltedBlocks#setFileLength, and DataNode#getBlockInfo). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira