File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments