GitHub user nishkamravi2 opened a pull request:

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

    [SPARK-7988][STREAMING] Round-robin scheduling of receivers by default

    Minimal PR for round-robin scheduling of receivers. Dense scheduling can be 
enabled by setting preferredLocation, so a new config parameter isn't really 
needed. Tested this on a cluster of 6 nodes and noticed 20-25% gain in 
throughput compared to random scheduling. 
    
    @tdas @pwendell 

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

    $ git pull https://github.com/nishkamravi2/spark master_nravi

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

    https://github.com/apache/spark/pull/6607.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 #6607
    
----
commit fff1b2e52c5767cb8a82c359194c4b50eda83fde
Author: Nishkam Ravi <[email protected]>
Date:   2015-06-03T07:36:04Z

    Round-robin scheduling of streaming receivers

----


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