|
@@ -12,18 +12,15 @@
|
|
|
See the License for the specific language governing permissions and
|
|
|
limitations under the License. See accompanying LICENSE file.
|
|
|
-->
|
|
|
-<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
|
|
|
- http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<parent>
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
<artifactId>hadoop-main</artifactId>
|
|
|
- <version>3.1.2-SNAPSHOT</version>
|
|
|
+ <version>3.1.1.3.1.5.6017-4</version>
|
|
|
</parent>
|
|
|
<artifactId>hadoop-project</artifactId>
|
|
|
- <version>3.1.2-SNAPSHOT</version>
|
|
|
+ <version>3.1.1.3.1.5.6017-4</version>
|
|
|
<description>Apache Hadoop Project POM</description>
|
|
|
<name>Apache Hadoop Project POM</name>
|
|
|
<packaging>pom</packaging>
|
|
@@ -82,7 +79,7 @@
|
|
|
<protobuf.version>2.5.0</protobuf.version>
|
|
|
<protoc.path>${env.HADOOP_PROTOC_PATH}</protoc.path>
|
|
|
|
|
|
- <zookeeper.version>3.4.9</zookeeper.version>
|
|
|
+ <zookeeper.version>3.4.6.3.1.5.6017-4</zookeeper.version>
|
|
|
<curator.version>2.12.0</curator.version>
|
|
|
<findbugs.version>3.0.0</findbugs.version>
|
|
|
<spotbugs.version>3.1.0-RC1</spotbugs.version>
|
|
@@ -147,7 +144,7 @@
|
|
|
<snakeyaml.version>1.16</snakeyaml.version>
|
|
|
<hbase.one.version>1.2.6</hbase.one.version>
|
|
|
<hbase.two.version>2.0.0-beta-1</hbase.two.version>
|
|
|
- <gcs.version>hadoop3-1.9.17</gcs.version>
|
|
|
+ <gcs.version>hadoop3-1.9.17.3.1.5.6017-4</gcs.version>
|
|
|
</properties>
|
|
|
|
|
|
<dependencyManagement>
|
|
@@ -1692,8 +1689,8 @@
|
|
|
</goals>
|
|
|
<configuration>
|
|
|
<target>
|
|
|
- <mkdir dir="${test.build.dir}"/>
|
|
|
- <mkdir dir="${test.build.data}"/>
|
|
|
+ <mkdir dir="${test.build.dir}" />
|
|
|
+ <mkdir dir="${test.build.data}" />
|
|
|
</target>
|
|
|
</configuration>
|
|
|
</execution>
|
|
@@ -1704,8 +1701,8 @@
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
<configuration>
|
|
|
<reuseForks>false</reuseForks>
|
|
|
- <forkedProcessTimeoutInSeconds>${surefire.fork.timeout}</forkedProcessTimeoutInSeconds>
|
|
|
- <argLine>${maven-surefire-plugin.argLine}</argLine>
|
|
|
+ <forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
|
|
|
+ <argLine>-Xms2048m -Xmx3072m -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError</argLine>
|
|
|
<environmentVariables>
|
|
|
<HADOOP_COMMON_HOME>${hadoop.common.build.dir}</HADOOP_COMMON_HOME>
|
|
|
<!-- HADOOP_HOME required for tests on Windows to find winutils -->
|
|
@@ -1872,8 +1869,8 @@
|
|
|
<source>${javac.version}</source>
|
|
|
<target>${javac.version}</target>
|
|
|
<compilerArguments>
|
|
|
- <Xlint/>
|
|
|
- <Xlint:-unchecked/>
|
|
|
+ <Xlint />
|
|
|
+
|
|
|
<Xmaxwarns>9999</Xmaxwarns>
|
|
|
</compilerArguments>
|
|
|
</configuration>
|
|
@@ -1987,4 +1984,4 @@
|
|
|
|
|
|
<repositories>
|
|
|
</repositories>
|
|
|
-</project>
|
|
|
+</project>
|