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

Reply via email to