[ 
https://issues.apache.org/jira/browse/MAPREDUCE-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12919032#action_12919032
 ] 

Stephen Watt commented on MAPREDUCE-2091:
-----------------------------------------

Cos, thanks for taking the time to look at this.

src/test/smoke-tests exist in trunk and in the Branch for 0.21 at 
http://svn.apache.org/repos/asf/hadoop/mapreduce/branches/branch-0.21/

but NOT in the tagged release for 0.21 at 
http://svn.apache.org/repos/asf/hadoop/mapreduce/tags/release-0.21.0/

Aside from that fact that these two should be in sync, I've always been 
building against the tagged release, should I be building against the branch 
instead?

> 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.

Reply via email to