Skip to content

Commit 8f29d87

Browse files
committed
HADOOP-7259. Contrib modules should include the build.properties from
the enclosing hadoop directory. (omalley) git-svn-id: https://svn.apache.org/repos/asf/hadoop/mapreduce/trunk@1126801 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4a4b12e commit 8f29d87

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ Trunk (unreleased changes)
127127

128128
MAPREDUCE-2459. Cache HAR filesystem metadata. (Mac Yang via mahadev)
129129

130+
HADOOP-7259. Contrib modules should include the build.properties from
131+
the enclosing hadoop directory. (omalley)
132+
130133
OPTIMIZATIONS
131134

132135
MAPREDUCE-2026. Make JobTracker.getJobCounters() and

src/contrib/build-contrib.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@
2525

2626
<property name="name" value="${ant.project.name}"/>
2727
<property name="root" value="${basedir}"/>
28+
<property name="hadoop.root" location="${root}/../../../"/>
2829

2930
<!-- Load all the default properties, and any the user wants -->
3031
<!-- to contribute (without having to type -D or edit this file -->
3132
<property file="${user.home}/${name}.build.properties" />
3233
<property file="${root}/build.properties" />
34+
<property file="${hadoop.root}/build.properties" />
3335

34-
<property name="hadoop.root" location="${root}/../../../"/>
3536
<property name="src.dir" location="${root}/src/java"/>
3637
<property name="src.test" location="${root}/src/test"/>
3738
<property name="src.test.data" location="${root}/src/test/data"/>

0 commit comments

Comments
 (0)