Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 72015 invoked from network); 19 Feb 2009 19:12:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2009 19:12:32 -0000 Received: (qmail 5328 invoked by uid 500); 19 Feb 2009 19:12:29 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 5289 invoked by uid 500); 19 Feb 2009 19:12:29 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 5277 invoked by uid 99); 19 Feb 2009 19:12:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 11:12:29 -0800 X-ASF-Spam-Status: No, hits=-1999.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 19:12:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6E0B4234C495 for ; Thu, 19 Feb 2009 11:12:02 -0800 (PST) Message-ID: <856457618.1235070722449.JavaMail.jira@brutus> Date: Thu, 19 Feb 2009 11:12:02 -0800 (PST) From: "Raghu Angadi (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-5224) Disable append In-Reply-To: <1531546327.1234384859496.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-5224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raghu Angadi updated HADOOP-5224: --------------------------------- Attachment: HADOOP-5224-libhdfs.patch libhdfs.patch : disables append tests in libhdfs. The command ' {{ant -Dcompile.c++=true -Dlibhdfs=true clean compile test-libhdfs}} ' fails with current 0.19 and passes with this patch applied. I will commit this correction soon today. > Disable append > -------------- > > Key: HADOOP-5224 > URL: https://issues.apache.org/jira/browse/HADOOP-5224 > Project: Hadoop Core > Issue Type: Bug > Components: dfs, libhdfs > Affects Versions: 0.19.0 > Reporter: Nigel Daley > Priority: Blocker > Fix For: 0.19.1 > > Attachments: disableAppend.patch, HADOOP-5224-libhdfs.patch, HADOOP-5224.patch > > > As discussed on core-dev@ (http://www.nabble.com/Hadoop-0.19.1-td21739202.html) we will disable append API in Hadoop 0.19.1 by throwing UnsupportedOperationException from FileSystem.append(...) methods. > Does append in libhdfs (HADOOP-4494) need attention too? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.