Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 79527 invoked from network); 13 Sep 2008 00:36:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Sep 2008 00:36:09 -0000 Received: (qmail 15807 invoked by uid 500); 13 Sep 2008 00:36:02 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 15795 invoked by uid 500); 13 Sep 2008 00:36:02 -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 15720 invoked by uid 99); 13 Sep 2008 00:36:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Sep 2008 17:36:01 -0700 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; Sat, 13 Sep 2008 00:35:12 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3C1E9234C1DF for ; Fri, 12 Sep 2008 17:35:44 -0700 (PDT) Message-ID: <595077378.1221266144245.JavaMail.jira@brutus> Date: Fri, 12 Sep 2008 17:35:44 -0700 (PDT) From: "Tsz Wo (Nicholas), SZE (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-3981) Need a distributed file checksum algorithm for HDFS In-Reply-To: <124022105.1219255604558.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-3981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630719#action_12630719 ] Tsz Wo (Nicholas), SZE commented on HADOOP-3981: ------------------------------------------------ In case that Hudson is not working, here is the ant test-patch results: {noformat} [exec] +1 overall. [exec] +1 @author. The patch does not contain any @author tags. [exec] +1 tests included. The patch appears to include 6 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. {noformat} > Need a distributed file checksum algorithm for HDFS > --------------------------------------------------- > > Key: HADOOP-3981 > URL: https://issues.apache.org/jira/browse/HADOOP-3981 > Project: Hadoop Core > Issue Type: New Feature > Components: dfs > Reporter: Tsz Wo (Nicholas), SZE > Assignee: Tsz Wo (Nicholas), SZE > Attachments: 3981_20080909.patch, 3981_20080910.patch, 3981_20080910b.patch, 3981_20080912.patch > > > Traditional message digest algorithms, like MD5, SHA1, etc., require reading the entire input message sequentially in a central location. HDFS supports large files with multiple tera bytes. The overhead of reading the entire file is huge. A distributed file checksum algorithm is needed for HDFS. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.