MAPREDUCE-3557. MR1 test fail to compile because of missing hadoop-archives dependency. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1214354 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d8dfcdcbc2
commit
2e6c75a062
@ -81,6 +81,9 @@ Trunk (unreleased changes)
|
|||||||
MAPREDUCE-3544. gridmix build is broken, requires hadoop-archives to be added as
|
MAPREDUCE-3544. gridmix build is broken, requires hadoop-archives to be added as
|
||||||
ivy dependency. (tucu)
|
ivy dependency. (tucu)
|
||||||
|
|
||||||
|
MAPREDUCE-3557. MR1 test fail to compile because of missing hadoop-archives dependency.
|
||||||
|
(tucu)
|
||||||
|
|
||||||
Release 0.23.1 - Unreleased
|
Release 0.23.1 - Unreleased
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -99,6 +99,8 @@
|
|||||||
rev="${yarn.version}" conf="compile->default">
|
rev="${yarn.version}" conf="compile->default">
|
||||||
<artifact name="hadoop-mapreduce-client-jobclient" type="tests" ext="jar" m:classifier="tests"/>
|
<artifact name="hadoop-mapreduce-client-jobclient" type="tests" ext="jar" m:classifier="tests"/>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency org="org.apache.hadoop" name="hadoop-archives"
|
||||||
|
rev="${hadoop-common.version}" conf="compile->default"/>
|
||||||
|
|
||||||
<dependency org="checkstyle" name="checkstyle" rev="${checkstyle.version}"
|
<dependency org="checkstyle" name="checkstyle" rev="${checkstyle.version}"
|
||||||
conf="checkstyle->default"/>
|
conf="checkstyle->default"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user