MAPREDUCE-4147. YARN should not have a compile-time dependency on HDFS.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1325573 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas White 2012-04-13 00:10:30 +00:00
parent 10a0fcb62d
commit 02db5b7ef7
2 changed files with 4 additions and 1 deletions

View File

@ -238,6 +238,9 @@ Release 2.0.0 - UNRELEASED
MAPREDUCE-4107. Fix tests in org.apache.hadoop.ipc.TestSocketFactory
(Devaraj K via tgraves)
MAPREDUCE-4147. YARN should not have a compile-time dependency on HDFS.
(tomwhite)
Release 0.23.3 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -109,7 +109,7 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs</artifactId>
<scope>provided</scope>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>