GitHub user SOmeONee opened a pull request:

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

    Add the validation of spark.cores.max under Streaming

    ## What changes were proposed in this pull request?
    By using spark streaming, --total-executor-cores must greater than 1.
    This pull requst add the validation of spark.cores.max.
    
    
    ## How was this patch tested?
    manual tests:
    --total-executor-cores 1
    --total-executor-cores 2
    
    Please review http://spark.apache.org/contributing.html before opening a 
pull request.


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

    $ git pull https://github.com/SOmeONee/spark master

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

    https://github.com/apache/spark/pull/18948.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 #18948
    
----
commit 2d5466e907a02b45353ca56d76f7e87817843dc1
Author: YonghuaChen <[email protected]>
Date:   2017-08-15T05:58:51Z

    Add the validation of spark.cores.max under Streaming

----


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