Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 77935 invoked from network); 18 Nov 2008 09:22:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Nov 2008 09:22:07 -0000 Received: (qmail 12937 invoked by uid 500); 18 Nov 2008 09:22:13 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 12890 invoked by uid 500); 18 Nov 2008 09:22:13 -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 12870 invoked by uid 99); 18 Nov 2008 09:22:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2008 01:22:13 -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; Tue, 18 Nov 2008 09:20:59 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A8A02234C2A0 for ; Tue, 18 Nov 2008 01:21:44 -0800 (PST) Message-ID: <1997671139.1227000104689.JavaMail.jira@brutus> Date: Tue, 18 Nov 2008 01:21:44 -0800 (PST) From: "Sharad Agarwal (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-4185) Add setVerifyChecksum() method to FileSystem In-Reply-To: <926636798.1221567164177.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-4185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648542#action_12648542 ] Sharad Agarwal commented on HADOOP-4185: ---------------------------------------- all core tests passed on my machine. Also ant test : {code} [exec] +1 overall. [exec] +1 @author. The patch does not contain any @author tags. [exec] +1 tests included. The patch appears to include 4 new or modified tests. [exec] +1 javadoc. The javadoc tool did not generate any warning messages. [exec] +1 javac. The applied patch does not increase the total number of javac compiler warnings. [exec] +1 findbugs. The patch does not introduce any new Findbugs warnings. [exec] +1 Eclipse classpath. The patch retains Eclipse classpath integrity. {code} > Add setVerifyChecksum() method to FileSystem > -------------------------------------------- > > Key: HADOOP-4185 > URL: https://issues.apache.org/jira/browse/HADOOP-4185 > Project: Hadoop Core > Issue Type: Sub-task > Components: fs > Reporter: Tom White > Assignee: Sharad Agarwal > Fix For: 0.20.0 > > Attachments: 4185_v1.patch, 4185_v2.patch, 4185_v3.patch > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.