svn merge -c 1355019 FIXES: HADOOP-8535. Cut hadoop build times in half (Job Eagles via bobby)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1355020 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Joseph Evans 2012-06-28 14:23:56 +00:00
parent 3fe00a6c77
commit 9a0fc23c82
2 changed files with 3 additions and 1 deletions

View File

@ -522,6 +522,8 @@ Release 0.23.3 - UNRELEASED
HADOOP-8288. Remove references of mapred.child.ulimit etc. since they are
not being used any more (Ravi Prakash via bobby)
HADOOP-8535. Cut hadoop build times in half (Job Eagles via bobby)
OPTIMIZATIONS
BUG FIXES

View File

@ -659,7 +659,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<version>2.5.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>