GitHub user mccheah opened a pull request:

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

    Initial Kubernetes cluster manager implementation.

    Includes the following initial feature set:
    - Cluster mode with only Scala/Java jobs
    - Spark-submit support
    - Dynamic allocation
    
    Does not include, most notably:
    - Client mode support
    - Proper testing on both the unit and integration level; integration
    tests are flaky

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

    $ git pull https://github.com/foxish/spark k8s-support-alternate

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

    https://github.com/apache/spark/pull/15973.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 #15973
    
----
commit 1b0e728fac566eb0bf4db14cb137d601c76d67f1
Author: mcheah <[email protected]>
Date:   2016-11-22T02:01:24Z

    Initial Kubernetes cluster manager implementation.
    
    Includes the following initial feature set:
    - Cluster mode with only Scala/Java jobs
    - Spark-submit support
    - Dynamic allocation
    
    Does not include, most notably:
    - Client mode support
    - Proper testing on both the unit and integration level; integration
    tests are flaky

----


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