GitHub user flyjy opened a pull request:

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

    [SPARK-13074][Core] Add JavaSparkContext. getPersistentRDDs method

    The "getPersistentRDDs()" is a useful API of SparkContext to get cached 
RDDs. However, the JavaSparkContext does not have this API.
    
    Add a simple getPersistentRDDs() to get java.util.Map<Integer, JavaRDD> for 
Java users.

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

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

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

    https://github.com/apache/spark/pull/10978.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 #10978
    
----
commit 8873204fe4bbd7422363028b34eaff77ab42d265
Author: Junyang <[email protected]>
Date:   2016-01-29T06:14:11Z

    add getPersistentRDDs() for java api

commit 53f666eab603fbae231e7704f1c424cf58f25434
Author: Junyang <[email protected]>
Date:   2016-01-29T06:28:27Z

    Merge remote-tracking branch 'upstream/master'

----


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