You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Shivaram Venkataraman (JIRA)" <ji...@apache.org> on 2015/04/27 22:41:40 UTC

[jira] [Resolved] (SPARK-6856) Make RDD information more useful in SparkR

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

Shivaram Venkataraman resolved SPARK-6856.
------------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0

Fixed by https://github.com/apache/spark/pull/5667

> Make RDD information more useful in SparkR
> ------------------------------------------
>
>                 Key: SPARK-6856
>                 URL: https://issues.apache.org/jira/browse/SPARK-6856
>             Project: Spark
>          Issue Type: Improvement
>          Components: SparkR
>            Reporter: Shivaram Venkataraman
>            Priority: Minor
>              Labels: Starter
>             Fix For: 1.4.0
>
>
> Right now in the R console if you have an rdd named say `distData`, then typing `distData` on the console shows something like
> {code}
> An object of class "RDD"
> Slot "env":
> <environment: 0x7f9181f52188>
> Slot "jrdd":
> Java ref type org.apache.spark.api.java.JavaRDD id 86
> {code}
> We should improve this by showing something like in Python 
> {code}
> ParallelCollectionRDD[0] at parallelize at PythonRDD.scala:393
> {code}



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