You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Stephen Watt (JIRA)" <ji...@apache.org> on 2010/09/24 21:50:32 UTC

[jira] Created: (MAPREDUCE-2091) Map/Reduce Build Failing due to missing Smoke Tests

Map/Reduce Build Failing due to missing Smoke Tests
---------------------------------------------------

                 Key: MAPREDUCE-2091
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2091
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: build
    Affects Versions: 0.21.1, 0.22.0
         Environment: SLES 10 SP2, SUN JRE 1.6
            Reporter: Stephen Watt
             Fix For: 0.21.1, 0.22.0


The Compilation (the ANT clean and tar directives) of the Map/Reduce  Project works fine, but the test-core directive fails because the smoke tests are missing. This is the tail of the build log:

    [junit] Running org.apache.hadoop.mapreduce.TestMapReduceLocal
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 57.962 sec
    [junit] Running org.apache.hadoop.mapreduce.lib.input.TestFileInputFormat
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.839 sec
    [junit] Running org.apache.hadoop.mapreduce.lib.output.TestFileOutputCommitter
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.866 sec

checkfailure:

run-smoke-test:
   [delete] Deleting directory /home/hadoop/Hadoop-Versions/hadoop-0.21.0/mapreduce/build/test/data
    [mkdir] Created dir: /home/hadoop/Hadoop-Versions/hadoop-0.21.0/mapreduce/build/test/data
   [delete] Deleting directory /home/hadoop/Hadoop-Versions/hadoop-0.21.0/mapreduce/build/test/logs
    [mkdir] Created dir: /home/hadoop/Hadoop-Versions/hadoop-0.21.0/mapreduce/build/test/logs

BUILD FAILED
/home/hadoop/Hadoop-Versions/hadoop-0.21.0/mapreduce/build.xml:749: The following error occurred while executing this line:
/home/hadoop/Hadoop-Versions/hadoop-0.21.0/mapreduce/build.xml:658: Excludesfile /home/hadoop/Hadoop-Versions/hadoop-0.21.0/mapreduce/src/test/smoke-tests not found.

The fastest way to reproduce this error is to run : "ant run-test-mapred-excluding-commit-and-smoke"


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