aboutsummaryrefslogtreecommitdiff
path: root/sql/core/pom.xml
diff options
context:
space:
mode:
authorCheng Lian <lian@databricks.com>2015-03-04 19:39:02 +0800
committerCheng Lian <lian@databricks.com>2015-03-04 19:39:02 +0800
commit76b472f12a57bb5bec7b3791660eb47e9177da7f (patch)
tree4d1bc9c7ee9348f281cf7b212d5a9686bfeb273a /sql/core/pom.xml
parent418f38d92f000b3f62fd363fbbc7ee22583d8ec3 (diff)
downloadspark-76b472f12a57bb5bec7b3791660eb47e9177da7f.tar.gz
spark-76b472f12a57bb5bec7b3791660eb47e9177da7f.tar.bz2
spark-76b472f12a57bb5bec7b3791660eb47e9177da7f.zip
[SPARK-6136] [SQL] Removed JDBC integration tests which depends on docker-client
Integration test suites in the JDBC data source (`MySQLIntegration` and `PostgresIntegration`) depend on docker-client 2.7.5, which transitively depends on Guava 17.0. Unfortunately, Guava 17.0 is causing test runtime binary compatibility issues when Spark is compiled against Hive 0.12.0, or Hadoop 2.4. Considering `MySQLIntegration` and `PostgresIntegration` are ignored right now, I'd suggest moving them from the Spark project to the [Spark integration tests] [1] project. This PR removes both the JDBC data source integration tests and the docker-client test dependency. [1]: |https://github.com/databricks/spark-integration-tests <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/apache/spark/4872) <!-- Reviewable:end --> Author: Cheng Lian <lian@databricks.com> Closes #4872 from liancheng/remove-docker-client and squashes the following commits: 1f4169e [Cheng Lian] Removes DockerHacks 159b24a [Cheng Lian] Removed JDBC integration tests which depends on docker-client
Diffstat (limited to 'sql/core/pom.xml')
-rw-r--r--sql/core/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/sql/core/pom.xml b/sql/core/pom.xml
index e28baa512b..d4c8c687b6 100644
--- a/sql/core/pom.xml
+++ b/sql/core/pom.xml
@@ -99,12 +99,6 @@
<version>9.3-1102-jdbc41</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>com.spotify</groupId>
- <artifactId>docker-client</artifactId>
- <version>2.7.5</version>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>
<outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>