You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/01/29 08:10:39 UTC

[jira] [Assigned] (SPARK-13074) Add getPersistentRDDs() API to JavaSparkContext

     [ https://issues.apache.org/jira/browse/SPARK-13074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-13074:
------------------------------------

    Assignee: Apache Spark

> Add getPersistentRDDs() API to JavaSparkContext
> -----------------------------------------------
>
>                 Key: SPARK-13074
>                 URL: https://issues.apache.org/jira/browse/SPARK-13074
>             Project: Spark
>          Issue Type: New Feature
>          Components: Spark Core
>            Reporter: Junyang Shen
>            Assignee: Apache Spark
>            Priority: Minor
>              Labels: features
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> The "getPersistentRDDs()" is a useful API of SparkContext to get cached RDDs. However, the JavaSparkContext does not have this API. Though it is possible to first call "getPersistentRDDs: Map[Int, RDD[_]]", and then transfer to java.util.Map<Integer, JavaRDD>, it is easier to do the transform in scala and supply a clean Java API, especially for some JavaSparkContext users who are not familiar with scala.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org