tools testcases fail because missing mrapp-generated-classpath file in classpath
--------------------------------------------------------------------------------
Key: MAPREDUCE-4097
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4097
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: build
Affects Versions: 2.0.0
Reporter: Alejandro Abdelnur
Assignee: Alejandro Abdelnur
Fix For: 2.0.0
The mrapp-generated-classpath file is created in
hadoop-mapreduce-client-apptarget/classes/ dir but it is excluded from the JAR.
When running tools testcases from root level, mvn uses
hadoop-mapreduce-client-app/target/classes/ dir to create the classpath.
When running tools testcases from tools level, mvn uses the
hadoop-mapreduce-client-app JAR from M2 cache to create the classpath.
In the later the mrapp-generated-classpath is not present.
--
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