Unit test fails on linux:
org.apache.hadoop.streaming.TestStreamingExitStatus.testReduceFailNotOk
-------------------------------------------------------------------------------------------------
Key: HADOOP-3000
URL: https://issues.apache.org/jira/browse/HADOOP-3000
Project: Hadoop Core
Issue Type: Bug
Components: contrib/streaming
Affects Versions: 0.17.0
Environment: linux
Reporter: Mukund Madhugiri
Priority: Critical
Fix For: 0.17.0
Unit test fails on linux:
org.apache.hadoop.streaming.TestStreamingExitStatus.testReduceFailNotOk
This fails on Linux (Red Hat Enterprise Linux AS release 4 (Nahant Update 5))
only and passed on Solaris (Hadoop Nightly) and Windows
This is a test that was added as part of
# HADOOP-2057. Streaming should optionally treat a non-zero exit status of a
child process as a failed task.
Exception:
java.lang.RuntimeException: Failed to delete
/home/hadoopqa/hudson/jobs/Hadoop-Trunk-LinuxTest/workspace/hadoopSource/build/contrib/streaming/test/data/out/_temporary/_reduce_xidrsy
at
org.apache.hadoop.streaming.UtilTest.recursiveDelete(UtilTest.java:48)
at
org.apache.hadoop.streaming.UtilTest.recursiveDelete(UtilTest.java:44)
at
org.apache.hadoop.streaming.UtilTest.recursiveDelete(UtilTest.java:44)
at
org.apache.hadoop.streaming.TestStreamingExitStatus.tearDown(TestStreamingExitStatus.java:70)
Standard Output
test.build.data-or-user.dir=/home/hadoopqa/hudson/jobs/Hadoop-Trunk-LinuxTest/workspace/hadoopSource/build/contrib/streaming/test/data
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.