You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2008/03/09 13:15:46 UTC

[jira] Commented: (HADOOP-2813) Unit test fails on Linux: org.apache.hadoop.fs.TestDU.testDU

    [ https://issues.apache.org/jira/browse/HADOOP-2813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576758#action_12576758 ] 

Hudson commented on HADOOP-2813:
--------------------------------

Integrated in Hadoop-trunk #424 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/424/])

> Unit test fails on Linux: org.apache.hadoop.fs.TestDU.testDU
> ------------------------------------------------------------
>
>                 Key: HADOOP-2813
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2813
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.1
>            Reporter: Mukund Madhugiri
>            Assignee: Mahadev konar
>            Priority: Blocker
>             Fix For: 0.16.1
>
>         Attachments: hadoop-2813_1.patch, hadoop-2813_2.patch
>
>
> Unit test fails on Linux: org.apache.hadoop.fs.TestDU.testDU. This is a regression
> Changes that went in yesterday were:
> HADOOP-2725. Modify distcp to avoid leaving partially copied files at the destination after encountering an error.
> HADOOP-2193. 'fs -rm' and 'fs -rmr' show error message when the target file does not exist.
> Here is the error from the test run:
> org.apache.hadoop.util.Shell$ExitCodeException: /usr/bin/du: cannot access `/home/xxxxxx/workspace/Hadoop-LinuxTest/trunk/build/test/mapred/system/distcp_i0ebq9/.nfs00000000004aa47f00001ba0': No such file or directory
> /usr/bin/du: cannot access `/home/xxxxxx/workspace/Hadoop-LinuxTest/trunk/build/test/mapred/system/distcp_i0ebq9/.nfs00000000004aa48000001b9f': No such file or directory
> /usr/bin/du: cannot access `/home/xxxxxx/workspace/Hadoop-LinuxTest/trunk/build/test/mapred/system/distcp_r3r1fo/.nfs00000000004aa48200001ba2': No such file or directory
> /usr/bin/du: cannot access `/home/xxxxxx/workspace/Hadoop-LinuxTest/trunk/build/test/mapred/system/distcp_r3r1fo/.nfs00000000004aa48300001ba1': No such file or directory
> 	at org.apache.hadoop.util.Shell.runCommand(Shell.java:161)
> 	at org.apache.hadoop.util.Shell.run(Shell.java:100)
> 	at org.apache.hadoop.fs.DU.getUsed(DU.java:53)
> 	at org.apache.hadoop.fs.TestDU.testDU(TestDU.java:62)
> 	at org.apache.hadoop.fs.TestDU.testDU(TestDU.java:71)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.