HADOOP-8535. Cut hadoop build times in half (Job Eagles via bobby)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1355019 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Joseph Evans 2012-06-28 14:22:23 +00:00
parent f105784d6a
commit 46aad80001
2 changed files with 3 additions and 1 deletions

View File

@ -683,6 +683,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

@ -662,7 +662,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>