[
https://issues.apache.org/jira/browse/HADOOP-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519992
]
Raghu Angadi commented on HADOOP-1717:
--------------------------------------
Instead of the command 'tar -zxf file.tgz' we can use 'gzip -dc file.tgz | tar
-xf -'. I will submit a patch. I may not be able to test it on Solaris. Will
make sure it works on Linux and Windows.
> TestDFSUpgradeFromImage fails on Solaris
> -----------------------------------------
>
> Key: HADOOP-1717
> URL: https://issues.apache.org/jira/browse/HADOOP-1717
> Project: Hadoop
> Issue Type: Bug
> Components: test
> Affects Versions: 0.14.0
> Reporter: Nigel Daley
> Assignee: Raghu Angadi
> Priority: Blocker
> Fix For: 0.14.0
>
>
> TestDFSUpgradeFromImage is broken on Solaris so all patch builds will fail
> until it is fixed. I believe Raghu is working on a patch which will remove
> the non-standard tar -z dependency.
> From Enis Soztutar:
> TestDFSUpgradeFromImage fails for hadoop-patch and hudson-nightly builds on
> hudson.
> The error thrown is :
> {noformat}
> java.io.IOException: tar: z: unknown function modifier
> at org.apache.hadoop.fs.Command.run(Command.java:33)
> at org.apache.hadoop.fs.Command.execCommand(Command.java:89)
> at
> org.apache.hadoop.dfs.TestDFSUpgradeFromImage.setUp(TestDFSUpgradeFromImage.java:75)
> Standard Output
> 2007-08-15 13:22:38,601 INFO dfs.TestDFSUpgradeFromImage
> (TestDFSUpgradeFromImage.java:setUp(72)) - Unpacking the tar file
> /export/home/hudson/hudson/jobs/Hadoop-Patch/workspace/trunk/build/test/cache/hadoop-12-dfs-dir.tgz
> {noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.