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

Sean Owen updated SPARK-6856:
-----------------------------
    Assignee: Jeff Harrison

> 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
>            Assignee: Jeff Harrison
>            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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to