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 E5873DD40 for ; Thu, 16 Aug 2012 08:08:45 +0000 (UTC) Received: (qmail 7202 invoked by uid 500); 16 Aug 2012 08:08:45 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 6706 invoked by uid 500); 16 Aug 2012 08:08:45 -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 6532 invoked by uid 99); 16 Aug 2012 08:08:38 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Aug 2012 08:08:38 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0F9A52C5BE7 for ; Thu, 16 Aug 2012 08:08:38 +0000 (UTC) Date: Thu, 16 Aug 2012 19:08:38 +1100 (NCT) From: "Kihwal Lee (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1170023945.18052.1345104518064.JavaMail.jiratomcat@arcas> In-Reply-To: <1063499643.1245.1333385489032.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HADOOP-8240) Allow users to specify a checksum type on create() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-8240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kihwal Lee updated HADOOP-8240: ------------------------------- Status: Patch Available (was: Open) > Allow users to specify a checksum type on create() > -------------------------------------------------- > > Key: HADOOP-8240 > URL: https://issues.apache.org/jira/browse/HADOOP-8240 > Project: Hadoop Common > Issue Type: Improvement > Components: fs > Affects Versions: 0.23.0 > Reporter: Kihwal Lee > Assignee: Kihwal Lee > Fix For: 2.1.0-alpha > > Attachments: hadoop-8240.patch, hadoop-8240-post-hadoop-8700-br2-trunk.patch.txt, hadoop-8240-trunk-branch2.patch.txt > > > Per discussion in HADOOP-8060, a way for users to specify a checksum type on create() is needed. The way FileSystem cache works makes it impossible to use dfs.checksum.type to achieve this. Also checksum-related API is at Filesystem-level, so we prefer something at that level, not hdfs-specific one. Current proposal is to use CreatFlag. -- 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