[ https://issues.apache.org/jira/browse/MAPREDUCE-3370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148363#comment-13148363 ]
Hudson commented on MAPREDUCE-3370: ----------------------------------- Integrated in Hadoop-Mapreduce-trunk-Commit #1288 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1288/]) MAPREDUCE-3370. More changes accidentally missed from the previous commit. MAPREDUCE-3370. Fixed MiniMRYarnCluster and related tests to not use a hard-coded path for the mr-app jar. Contributed by Ahmed Radwan. vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1200775 Files : * /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/v2/MiniMRYarnCluster.java vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1200768 Files : * /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt * /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/JobConf.java * /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml * /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/v2/MiniMRYarnCluster.java * /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/pom.xml * /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/src/test/java/org/apache/hadoop/yarn/applications/distributedshell/TestDistributedShell.java > MiniMRYarnCluster uses a hard coded path location for the MapReduce > application jar > ----------------------------------------------------------------------------------- > > Key: MAPREDUCE-3370 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-3370 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mrv2, test > Affects Versions: 0.23.0 > Reporter: Ahmed Radwan > Assignee: Ahmed Radwan > Fix For: 0.23.1 > > Attachments: MAPREDUCE-3370-20111111-branch-0.23.txt, > MAPREDUCE-3370-20111111.txt, MAPREDUCE-3370.patch, MAPREDUCE-3370_rev2.patch, > MAPREDUCE-3370_rev3.patch, MAPREDUCE-3370_rev4.patch > > > MiniMRYarnCluster uses a hard coded relative path location for the MapReduce > application jar. It is better to have this location as a system property so > tests can pick the application jar regardless of their working directory. -- 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