MR examples can not be built from source tarball
------------------------------------------------
Key: MAPREDUCE-3457
URL: https://issues.apache.org/jira/browse/MAPREDUCE-3457
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: build, examples
Affects Versions: 0.23.0
Reporter: Andrew Bayer
When attempting to build the mapreduce examples in hadoop-mapreduce-project,
from the contents of the released source tarball hadoop-0.23.0-src.tar.gz, you
hit a failure due to a missing file:
{quote}
andrew@ubuntu-slave01:/tmp/hadoop-0.23.0-src/hadoop-mapreduce-project$ ant
examples -Dresolvers=internal
Buildfile: /tmp/hadoop-0.23.0-src/hadoop-mapreduce-project/build.xml
BUILD FAILED
/tmp/hadoop-0.23.0-src/hadoop-mapreduce-project/build.xml:2011: Cannot find
/tmp/hadoop-0.23.0-src/hadoop-mapreduce-project/src/test/aop/build/aop.xml
imported from /tmp/hadoop-0.23.0-src/hadoop-mapreduce-project/build.xml
Total time: 1 second
andrew@ubuntu-slave01:/tmp/hadoop-0.23.0-src/hadoop-mapreduce-project$
{quote}
Note that this is after having run "mvn -Pdist -Pnative -Psrc -Dtar -DskipTests
-DskipTest -DskipITs install" in the /tmp/hadoop-0.23.0-src directory. I can't
find any aop.xml files in the source tarball, though they're there in svn.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira