GitHub user shivaram opened a pull request:

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

    [SPARK-4030] Make destroy public for broadcast variables

    This change makes the destroy function public for broadcast variables. 
Motivation for the change is described in 
https://issues.apache.org/jira/browse/SPARK-4030.
    This patch also logs where destroy was called from if a broadcast variable 
is used after destruction.

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

    $ git pull https://github.com/shivaram/spark-1 broadcast-destroy

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

    https://github.com/apache/spark/pull/2922.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 #2922
    
----
commit e80c1abca25f13e2a6e9b0f0b83a9fb7032ba4ca
Author: Shivaram Venkataraman <[email protected]>
Date:   2014-10-24T06:36:46Z

    Make destroy public for broadcast variables
    Also log where destroy was called from if a broadcast variable is used 
after destruction.

----


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