GitHub user liancheng opened a pull request:
https://github.com/apache/spark/pull/4872
[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. 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
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/liancheng/spark remove-docker-client
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/4872.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4872
----
commit 159b24a1e47e4fa8118e4b81049fbc7bc3406433
Author: Cheng Lian <[email protected]>
Date: 2015-03-03T09:11:11Z
Removed JDBC integration tests which depends on docker-client
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]