[ 
https://issues.apache.org/jira/browse/HADOOP-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520044
 ] 

Nigel Daley commented on HADOOP-1717:
-------------------------------------

I prefer 2 as well, but in the interest of time I present 2 additional options:

3. use jar to pack and unpack hadoop-12-dfs-dir

4. use the old standard (thanks Owen!):
/bin/sh -c "gzip -dc 
'/export/home/hudson/hudson/jobs/Hadoop-Patch/workspace/trunk/build/test/cache/hadoop-12-dfs-dir.tgz'
 | (cd 
'/export/home/hudson/hudson/jobs/Hadoop-Patch/workspace/trunk/build/test/data' 
; tar -xf -)"

Given we want to get 0.14 out, I suggest we go with 3 or 4 and file a 0.15 Jira 
for option 2.

> 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
>
>         Attachments: HADOOP-1717.patch
>
>
> 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.

Reply via email to