[ https://issues.apache.org/jira/browse/HADOOP-8847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13463639#comment-13463639 ]
Steve Loughran commented on HADOOP-8847: ---------------------------------------- correction -you aren't using any Sun Java APIs -I misread that. Commons compress 1.1+ claims to handle Posix [ https://issues.apache.org/jira/browse/COMPRESS-110 ]; Ant's handled LFNs for a long time. All that is needed is tests to verify that LFNs are handled. Ignoring file permissions may be backwards incompatible, but I'm not sure if anyone was actually using it. It's probably best to tag it as such just to avoid surprises. -steve > Change untar to use Java API instead of spawning tar process > ------------------------------------------------------------ > > Key: HADOOP-8847 > URL: https://issues.apache.org/jira/browse/HADOOP-8847 > Project: Hadoop Common > Issue Type: Improvement > Reporter: Bikas Saha > Assignee: Bikas Saha > Attachments: HADOOP-8847.branch-1-win.1.patch, test-untar.tar, > test-untar.tgz > > > Currently FileUtil.unTar() spawns tar utility to do the work. Tar may not be > present on all platforms by default eg. Windows. So changing this to use JAVA > API's would help make it more cross-platform. FileUtil.unZip() uses the same > approach. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira