Return-Path: X-Original-To: apmail-hadoop-common-dev-archive@www.apache.org Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F049079B2 for ; Thu, 11 Aug 2011 18:32:56 +0000 (UTC) Received: (qmail 79770 invoked by uid 500); 11 Aug 2011 18:32:53 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 79679 invoked by uid 500); 11 Aug 2011 18:32:52 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 79585 invoked by uid 99); 11 Aug 2011 18:32:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2011 18:32:52 +0000 X-ASF-Spam-Status: No, hits=-2000.8 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2011 18:32:50 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 88980B88ED for ; Thu, 11 Aug 2011 18:32:28 +0000 (UTC) Date: Thu, 11 Aug 2011 18:32:28 +0000 (UTC) From: "Eli Collins (JIRA)" To: common-dev@hadoop.apache.org Message-ID: <1587470037.29366.1313087548556.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (HADOOP-3929) I would like to improve the archive tool [see issue 3307]. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-3929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-3929. --------------------------------- Resolution: Won't Fix Out of date > I would like to improve the archive tool [see issue 3307]. > ---------------------------------------------------------- > > Key: HADOOP-3929 > URL: https://issues.apache.org/jira/browse/HADOOP-3929 > Project: Hadoop Common > Issue Type: Improvement > Reporter: Dick King > Original Estimate: 504h > Remaining Estimate: 504h > > I have a tool written atop the libhdfs library that implements an archive system. It's working [in C++] > JIRA #3307 documents a native DFS archive system, first available in 18.0 . > I would like to port my code, and thereby extend that system in 3 directions: > 1: archives will be immutable in 18.0 . I would like to provide an API to let you add, delete, and modify files. > 1a: You would want to be able to batch such operations and perform them all at once when a batch is complete. > 2: the tree to be archived must be in dfs in 18.0 . I would like it to be possible for the tree to contain some local filesystem files as well [think org.apache.hadoop.fs.Path ] > 2a: I realize that this would preclude parallel modification when a local filesystem is used > 2b: I don't have a convincing story re two processes simultaneously modifying the same archive, even for a disjoint set of files, but I'm willing to discuss this. > 3: i would like it to be possible to batch the changes and make them all in one operation, to reduce DFS activity. > I had in-person discussions on this with user mahadev . He is encouraging me to file this bug report so we can broaden this discussion. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira