From afd9e523cdb529245056ace3b7419235734eecb1 Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Wed, 1 Aug 2012 21:30:06 +0000 Subject: [PATCH] HADOOP-8480. The native build should honor -DskipTests. Contributed by Colin Patrick McCabe git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1368259 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ hadoop-hdfs-project/hadoop-hdfs/pom.xml | 13 +++++++++++-- .../hadoop-yarn-server-nodemanager/pom.xml | 8 +++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 3a42dd22704..e75f6829e96 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -171,6 +171,9 @@ Release 2.0.1-alpha - UNRELEASED hadoop.security.group.mapping.ldap.search.filter.user. (Jonathan Natkins via atm) + HADOOP-8480. The native build should honor -DskipTests. + (Colin Patrick McCabe via eli) + BREAKDOWN OF HDFS-3042 SUBTASKS HADOOP-8220. ZKFailoverController doesn't handle failure to become active diff --git a/hadoop-hdfs-project/hadoop-hdfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs/pom.xml index 376a0055b2a..99a9430344d 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml @@ -227,6 +227,9 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> org.apache.maven.plugins maven-antrun-plugin + + false + compile-proto @@ -420,11 +423,17 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> - + + + + - + + + + diff --git a/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/pom.xml b/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/pom.xml index 22f84730695..5a7ddb9521e 100644 --- a/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/pom.xml +++ b/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/pom.xml @@ -49,6 +49,9 @@ org.apache.maven.plugins maven-antrun-plugin + + false + make @@ -72,7 +75,10 @@ test - + + + +