HADOOP-6398. Build is broken after HADOOP-6395 patch has been applied. Contributed by Konstantin Boudnik
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@885534 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fc880f9794
commit
36700348c1
@ -48,6 +48,8 @@ Trunk (unreleased changes)
|
|||||||
HADOOP-6314. Fix "fs -help" for the "-count" commond. (Ravi Phulari via
|
HADOOP-6314. Fix "fs -help" for the "-count" commond. (Ravi Phulari via
|
||||||
szetszwo)
|
szetszwo)
|
||||||
|
|
||||||
|
HADOOP-6398. Build is broken after HADOOP-6395 patch has been applied (cos)
|
||||||
|
|
||||||
Release 0.21.0 - Unreleased
|
Release 0.21.0 - Unreleased
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
<property name="build-fi.dir" value="${basedir}/build-fi"/>
|
<property name="build-fi.dir" value="${basedir}/build-fi"/>
|
||||||
<property name="hadoop-fi.jar" location="${build.dir}/${final.name}-fi.jar" />
|
<property name="hadoop-fi.jar" location="${build.dir}/${final.name}-fi.jar" />
|
||||||
<property name="compile-inject.output" value="${build-fi.dir}/compile-fi.log"/>
|
<property name="compile-inject.output" value="${build-fi.dir}/compile-fi.log"/>
|
||||||
<property name="aspectversion" value="1.6.4"/>
|
<property name="aspectversion" value="1.6.5"/>
|
||||||
<property file="${basedir}/build.properties"/>
|
<property file="${basedir}/build.properties"/>
|
||||||
|
|
||||||
<!--All Fault Injection (FI) related targets are located in this session -->
|
<!--All Fault Injection (FI) related targets are located in this session -->
|
||||||
|
Loading…
Reference in New Issue
Block a user