to fix mapreduce builds to use the new hadoop common test jars
--------------------------------------------------------------

                 Key: MAPREDUCE-2838
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2838
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
    Affects Versions: 0.23.0
            Reporter: Giridharan Kesavan
            Assignee: Giridharan Kesavan


maprecude builds are still resolving the old hadoop-common-test jars.. Instead 
ivy classifiers should be used to resolve the new hadoop-common test jars ; as 
maven publishes test jars with classifier tests and not as a separate artifact.

[ivy:resolve]   [SUCCESSFUL ] 
org.apache.hadoop#hadoop-common;0.23.0-SNAPSHOT!hadoop-common.jar (1979ms)
[ivy:resolve] downloading 
https://repository.apache.org/content/repositories/snapshots/org/apache/hadoop/hadoop-common-test/0.23.0-SNAPSHOT/hadoop-common-test-0.23.0-20110727.191243-218.jar
 ...
[ivy:resolve] 
........................................................................................................................
 (885kB)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to