You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Patrick Wendell (JIRA)" <ji...@apache.org> on 2014/11/17 08:49:34 UTC

[jira] [Created] (SPARK-4445) Don't display storage level in toDebugString unless RDD is persisted

Patrick Wendell created SPARK-4445:
--------------------------------------

             Summary: Don't display storage level in toDebugString unless RDD is persisted
                 Key: SPARK-4445
                 URL: https://issues.apache.org/jira/browse/SPARK-4445
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
            Reporter: Patrick Wendell
            Assignee: Prashant Sharma
            Priority: Blocker


The current approach lists the storage level all the time, even if the RDD is not persisted. The storage level should only be listed if the RDD is persisted. We just need to guard it with a check.



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