GitHub user ckadner opened a pull request:

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

    [SPARK-17803][TESTS] Upgrade docker-client dependency

    [SPARK-17803: Docker integration tests don't run with "Docker for 
Mac"](https://issues.apache.org/jira/browse/SPARK-17803)
    
    ## What changes were proposed in this pull request?
    
    This PR upgrades the 
[docker-client](https://mvnrepository.com/artifact/com.spotify/docker-client) 
dependency from 
[3.6.6](https://mvnrepository.com/artifact/com.spotify/docker-client/3.6.6) to 
[5.0.2](https://mvnrepository.com/artifact/com.spotify/docker-client/5.0.2) to 
enable _Docker for Mac_ users to run the `docker-integration-tests` out of the 
box. 
    
    The very latest docker-client version is 
[6.0.0](https://mvnrepository.com/artifact/com.spotify/docker-client/6.0.0) but 
that has one additional dependency and no usage yet.
    
    ## How was this patch tested?
    
    The code change was tested on Mac OS X Yosemite with both _Docker Toolbox_ 
as well as _Docker for Mac_ and on Linux Ubuntu 14.04. 
    
    ```
    $ build/mvn -Pyarn -Phadoop-2.6 -Dhadoop.version=2.6.0 -Phive 
-Phive-thriftserver -DskipTests clean package
    
    $ build/mvn -Pdocker-integration-tests -Pscala-2.11 -pl 
:spark-docker-integration-tests_2.11 clean compile test
    ```

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

    $ git pull https://github.com/ckadner/spark SPARK-17803_Docker_for_Mac

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

    https://github.com/apache/spark/pull/15378.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 #15378
    
----
commit 25e106bf8ba3eb24898bd863491139545c88a91f
Author: Christian Kadner <ckad...@us.ibm.com>
Date:   2016-10-06T08:16:56Z

    [SPARK-17803][TESTS] Upgrade docker-client dependency to enable "Docker for 
Mac"

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to