[ https://issues.apache.org/jira/browse/MAPREDUCE-1548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907005#action_12907005 ]
Ramkumar Vadali commented on MAPREDUCE-1548: -------------------------------------------- Rodrigo, there are 3 new findbugs warnings introduced by the patch. Could you fix those? Code Warning UrF Unread field: org.apache.hadoop.fs.HarFileSystem$HarStatus.group Bug type URF_UNREAD_FIELD (click for details) In class org.apache.hadoop.fs.HarFileSystem$HarStatus Field org.apache.hadoop.fs.HarFileSystem$HarStatus.group At HarFileSystem.java:[line 558] UrF Unread field: org.apache.hadoop.fs.HarFileSystem$HarStatus.owner Bug type URF_UNREAD_FIELD (click for details) In class org.apache.hadoop.fs.HarFileSystem$HarStatus Field org.apache.hadoop.fs.HarFileSystem$HarStatus.owner At HarFileSystem.java:[line 557] UrF Unread field: org.apache.hadoop.fs.HarFileSystem$HarStatus.permission Bug type URF_UNREAD_FIELD (click for details) In class org.apache.hadoop.fs.HarFileSystem$HarStatus Field org.apache.hadoop.fs.HarFileSystem$HarStatus.permission At HarFileSystem.java:[line 556] > 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 > > > 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.