Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 97463 invoked from network); 15 Sep 2010 19:02:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Sep 2010 19:02:06 -0000 Received: (qmail 91567 invoked by uid 500); 15 Sep 2010 19:02:06 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 91540 invoked by uid 500); 15 Sep 2010 19:02:05 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 91532 invoked by uid 99); 15 Sep 2010 19:02:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Sep 2010 19:02:05 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Sep 2010 19:02:05 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8FJ1imU009735 for ; Wed, 15 Sep 2010 19:01:45 GMT Message-ID: <12207814.210031284577304941.JavaMail.jira@thor> Date: Wed, 15 Sep 2010 15:01:44 -0400 (EDT) From: "Tsz Wo (Nicholas), SZE (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-1548) Hadoop archives should be able to preserve times and other properties from original files In-Reply-To: <145022474.3661267521087355.JavaMail.jira@brutus.apache.org> 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/MAPREDUCE-1548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12909848#action_12909848 ] Tsz Wo (Nicholas), SZE commented on MAPREDUCE-1548: --------------------------------------------------- The "test-patch" target runs Findbugs, javadoc, etc but not unit tests. For unit tests, we need to run "ant test". > Hadoop archives should be able to preserve times and other properties from original files > ----------------------------------------------------------------------------------------- > > Key: MAPREDUCE-1548 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1548 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Components: harchive > Affects Versions: 0.22.0 > Reporter: Rodrigo Schmidt > Assignee: Rodrigo Schmidt > Fix For: 0.22.0 > > Attachments: MAPREDUCE-1548.0.patch, MAPREDUCE-1548.1.patch, MAPREDUCE-1548.2.patch, MAPREDUCE-1548.3.patch, MAPREDUCE-1548.4.patch > > > Files inside hadoop archives don't keep their original: > - modification time > - access time > - permission > - owner > - group > all such properties are currently taken from the file storing the archive index, and not the stored files. This doesn't look very correct. > There should be possible to preserve the original properties of the stored files. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.