GitHub user lresende opened a pull request:

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

    [SPARK-14504] Enable Oracle docker tests

    ## What changes were proposed in this pull request?
    
    Enable Oracle docker tests
    
    ## How was this patch tested?
    
    Existing tests

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

    $ git pull https://github.com/lresende/spark oracle

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

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

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

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

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

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

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

commit 95e15bf52591aec297a90fe4b83bf6ddd3823d25
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 844efd2eb7b7793c0007b420375e501670ddc0e0
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 b5993f1cd4aad055c339f250e15f82ee023ee47f
Author: Luciano Resende <[email protected]>
Date:   2016-01-18T00:19:19Z

    [SPARK-10521] Enable optional startup process configuration

commit 8d9ee233ee6e9fb77e9d4f4a0884da623b753d41
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 a8837bbbd7ceefe83ed8d34bd02a3b024266cfe2
Author: Luciano Resende <[email protected]>
Date:   2016-01-28T01:19:07Z

    [SPARK-10521] Fix scala style issues

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

    [SPARK-10521] Add DB2 repository

commit ac3a2eeddc99cc6fe370ecfdf00743adb0b2fd42
Author: Luciano Resende <[email protected]>
Date:   2016-03-06T05:14:34Z

    [SPARK-10521] Update OracleIntegrationSuite with startup process name

commit 70ded1e6a271a1dfc2b2ceb5a9f4b8340915819a
Author: Luciano Resende <[email protected]>
Date:   2016-03-17T19:00:37Z

    [SPARK-10521] Refactor DB2 docker based tests to new project location

commit b9bf63518c249f45f6cbf9c6e06871ade2b5b355
Author: Luciano Resende <[email protected]>
Date:   2016-03-23T21:59:05Z

    [SPARK-10521] Utilize ipcMode to avoid shared memory issues with DB2
    
    Upgrade docker-client to latest version that has support for passing
    ipcMode configuration to docker which will fix DB2 shared memory issues.

commit 9c872862afd1ada303dbbffdc09692b35a999b64
Author: Luciano Resende <[email protected]>
Date:   2016-03-25T00:23:16Z

    [SPARK-10521] Ignore test due to unsupported kernel version in build machine
    
    The AMPLab jenkins slaves are not using the recommended level
    of Linux kernel and this is causing issues trying to use shared
    memory thus failing to start DB2 server

commit 31e1d8b5e99a477dcc2e63fa2e192650c2d3680d
Author: Luciano Resende <[email protected]>
Date:   2016-04-09T01:23:58Z

    [SPARK-10521] Fix scala style issue

commit 9f65ab332370371abc32f81c3b240f9f93e00f0c
Author: Luciano Resende <[email protected]>
Date:   2016-04-09T04:24:38Z

    [SPARK-14504] Enable Oracle docker tests

----


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