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:
parent
10a0fcb62d
commit
02db5b7ef7
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue