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:
parent
f105784d6a
commit
46aad80001
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue