GitHub user harishreedharan opened a pull request:

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

    SPARK-1730. Make receiver store data reliably to avoid data-loss on exec...

    ...utor failures.
    
    Added a new method in Receiver, ReceiverSupervisor, ReceiverSupervisorImpl 
to store the data
    and callback a supplied function with a given argument.

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

    $ git pull https://github.com/harishreedharan/spark callback-on-store

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

    https://github.com/apache/spark/pull/1195.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 #1195
    
----
commit 7a04e1748eb142c6a711c2ab11b4a49905ac6fa0
Author: Hari Shreedharan <harishreedha...@gmail.com>
Date:   2014-06-24T07:41:20Z

    SPARK-1730. Make receiver store data reliably to avoid data-loss on 
executor failures.
    
    Added a new method in Receiver, ReceiverSupervisor, ReceiverSupervisorImpl 
to store the data
    and callback a supplied function with a given argument.

----


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

Reply via email to