[ 
https://issues.apache.org/jira/browse/SPARK-15255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15279007#comment-15279007
 ] 

Apache Spark commented on SPARK-15255:
--------------------------------------

User 'davies' has created a pull request for this issue:
https://github.com/apache/spark/pull/13033

> RDD name from DataFrame op should not include full local relation data
> ----------------------------------------------------------------------
>
>                 Key: SPARK-15255
>                 URL: https://issues.apache.org/jira/browse/SPARK-15255
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL, Web UI
>    Affects Versions: 2.0.0
>            Reporter: Joseph K. Bradley
>            Priority: Minor
>
> Currently, if you create a DataFrame from local data, do some operations with 
> it, and cache it, then the name of the RDD in the "Storage" tab in the Spark 
> UI will contain the entire local relation's data.  This is not scalable and 
> can cause the browser to become unresponsive.
> I'd propose there be a limit on the size of the data to display.



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