-
- Downloads
[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
Showing
- sql/core/pom.xml 0 additions, 6 deletionssql/core/pom.xml
- sql/core/src/test/scala/org/apache/spark/sql/jdbc/DockerHacks.scala 0 additions, 51 deletions...rc/test/scala/org/apache/spark/sql/jdbc/DockerHacks.scala
- sql/core/src/test/scala/org/apache/spark/sql/jdbc/MySQLIntegration.scala 0 additions, 228 deletions...st/scala/org/apache/spark/sql/jdbc/MySQLIntegration.scala
- sql/core/src/test/scala/org/apache/spark/sql/jdbc/PostgresIntegration.scala 0 additions, 147 deletions...scala/org/apache/spark/sql/jdbc/PostgresIntegration.scala
Loading
Please register or sign in to comment