aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorLuciano Resende <lresende@apache.org>2016-05-06 12:25:45 +0100
committerSean Owen <sowen@cloudera.com>2016-05-06 12:25:45 +0100
commita03c5e68abd8c066c97ebd388883070d59dce1a7 (patch)
tree178bd541e4b0207344339dba5c31360ca45dbbc9 /pom.xml
parent157a49aa410dc1870cd171148d317084c5a90d23 (diff)
downloadspark-a03c5e68abd8c066c97ebd388883070d59dce1a7.tar.gz
spark-a03c5e68abd8c066c97ebd388883070d59dce1a7.tar.bz2
spark-a03c5e68abd8c066c97ebd388883070d59dce1a7.zip
[SPARK-14738][BUILD] Separate docker integration tests from main build
## What changes were proposed in this pull request? Create a maven profile for executing the docker integration tests using maven Remove docker integration tests from main sbt build Update documentation on how to run docker integration tests from sbt ## How was this patch tested? Manual test of the docker integration tests as in : mvn -Pdocker-integration-tests -pl :spark-docker-integration-tests_2.11 compile test ## Other comments Note that the the DB2 Docker Tests are still disabled as there is a kernel version issue on the AMPLab Jenkins slaves and we would need to get them on the right level before enabling those tests. They do run ok locally with the updates from PR #12348 Author: Luciano Resende <lresende@apache.org> Closes #12508 from lresende/docker.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 852136a998..3e783fa56e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,6 @@
<module>sql/core</module>
<module>sql/hive</module>
<module>sql/hivecontext-compatibility</module>
- <module>external/docker-integration-tests</module>
<module>assembly</module>
<module>external/flume</module>
<module>external/flume-sink</module>
@@ -2469,6 +2468,13 @@
</build>
</profile>
+ <profile>
+ <id>docker-integration-tests</id>
+ <modules>
+ <module>external/docker-integration-tests</module>
+ </modules>
+ </profile>
+
<!-- A series of build profiles where customizations for particular Hadoop releases can be made -->
<!-- Hadoop-a.b.c dependencies can be found at