Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 57191 invoked from network); 4 Mar 2009 07:10:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Mar 2009 07:10:19 -0000 Received: (qmail 28172 invoked by uid 500); 4 Mar 2009 07:10:17 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 28129 invoked by uid 500); 4 Mar 2009 07:10:17 -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 28118 invoked by uid 99); 4 Mar 2009 07:10:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2009 23:10:16 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Mar 2009 07:10:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2A620234C4AC for ; Tue, 3 Mar 2009 23:09:56 -0800 (PST) Message-ID: <2138121763.1236150596159.JavaMail.jira@brutus> Date: Tue, 3 Mar 2009 23:09:56 -0800 (PST) From: "dhruba borthakur (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-5332) Make support for file append API configurable In-Reply-To: <204973685.1235621464379.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-5332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HADOOP-5332: ------------------------------------- Attachment: disableAppend_0.19.patch disableAppendTrunk.patch 1. change javadocs to reflect the change in behaviour of ClientProtocol.append 2. Indent braces in hdfs_test.c 3. Pulled in fix for HADOOP-5225 > Make support for file append API configurable > --------------------------------------------- > > Key: HADOOP-5332 > URL: https://issues.apache.org/jira/browse/HADOOP-5332 > Project: Hadoop Core > Issue Type: Improvement > Components: dfs > Reporter: Nigel Daley > Assignee: dhruba borthakur > Priority: Blocker > Fix For: 0.19.2, 0.20.0 > > Attachments: disableAppend_0.19.patch, disableAppend_0.19.patch, disableAppendTrunk.patch, disableAppendTrunk.patch, disableAppendTrunk.patch, disableAppendTrunk.patch > > > FSNamesystem already has a private dfs.support.append config option. Make this public in src/hdfs/hdfs-default.xml and set the default to false. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.