GitHub user lresende reopened a pull request:

    https://github.com/apache/spark/pull/9893

    [SPARK-10521][SQL] Utilize Docker for test DB2 JDBC Dialect support

    Add integration tests based on docker to test DB2 JDBC dialect support

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lresende/spark SPARK-10521

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/9893.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 #9893
    
----
commit ce042f0672569ba90b979814e98198df75b1e730
Author: Luciano Resende <[email protected]>
Date:   2015-11-22T16:09:09Z

    [SPARK-10521][SQL][WIP] Utilize Docker for test DB2 JDBS Dialect support

commit ae46c66f7e14044cd8129d194c7ff5b670f48c34
Author: Luciano Resende <[email protected]>
Date:   2015-12-04T01:16:53Z

    [SPARK-10521] - Update valid DB2 data types in test

commit 6b4d9c404a4ff1a39d62c5bb3aa38f3a85cc4b7a
Author: Luciano Resende <[email protected]>
Date:   2015-12-08T01:30:15Z

    [SPARK-10521] - Add required parameters to start DB2 Docker Image

commit 02cf34f0fea023aafa6b9634a177ee9f8b8c4c2d
Author: Luciano Resende <[email protected]>
Date:   2015-12-16T22:58:00Z

    [SPARK-10521] - Add DB2 dependencies to pom.xml
    
    The pom.xml was also updated with instructions on
    how to install the drivers on a local repository
    or directly into your own local cached maven.

commit 322beb02bf10fe9244432cc9da3a55f698212458
Author: Luciano Resende <[email protected]>
Date:   2016-01-18T00:13:31Z

    [SPARK-10521] Change password for db2inst user
    
    Follow same password pattern as other db dialects to avoid
    warning about password containing parts of the username

commit c60c9c53e7a6d296f43ab725b4f2867923312d35
Author: Luciano Resende <[email protected]>
Date:   2016-01-18T00:19:19Z

    [SPARK-10521] Enable optional startup process configuration

commit 3c96d9619d400ee2958fb7ddb7fda76230a1aec1
Author: Luciano Resende <[email protected]>
Date:   2016-01-18T04:08:46Z

    [SPARK-10521] Update DB2 docker image used for test
    
    DB2 requires a DB to be created via DB2 tools before
    a JDBC connectiion can be established

commit 8d35777db858197c7898e18c5542d47aa0a32e74
Author: Luciano Resende <[email protected]>
Date:   2016-01-28T01:19:07Z

    [SPARK-10521] Fix scala style issues

commit 99014a7fc333f21c85bc38e4d32fbb8cee7a65b2
Author: Luciano Resende <[email protected]>
Date:   2016-01-28T01:19:44Z

    [SPARK-10521] Add DB2 repository

commit 673d5b0243da8500fa365b7d925b1f3609853c66
Author: Luciano Resende <[email protected]>
Date:   2016-02-02T04:41:17Z

    [SPARK-10521] Increase docker pull timeout period
    
    Increase timeout period for downloading the docker images
    to avoid issues on Jenkins slaves.

----


---
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]

Reply via email to