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/11 02:02:45 UTC

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

Shivaram Venkataraman created SPARK-6856:
--------------------------------------------

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


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