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 2015/04/23 19:22:38 UTC

[jira] [Assigned] (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 ]

Apache Spark reassigned SPARK-6856:
-----------------------------------

    Assignee:     (was: Apache Spark)

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