You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Weichen Xu (JIRA)" <ji...@apache.org> on 2016/10/25 16:05:58 UTC

[jira] [Created] (SPARK-18095) There is a display problem in spark UI storage tab when rdd was persisted in multiple replicas

Weichen Xu created SPARK-18095:
----------------------------------

             Summary: There is a display problem in spark UI storage tab when rdd was persisted in multiple replicas
                 Key: SPARK-18095
                 URL: https://issues.apache.org/jira/browse/SPARK-18095
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 2.1.0
            Reporter: Weichen Xu


There is a display problem in spark UI storage tab when rdd was persisted in multiple replicas.

e.g, if we use MEMORY_AND_DISK_2, it will show the persisting status as:

|| Block Name || Storage Level || Size in Memory|| Size on Disk|| Executors ||
|rdd_1_0|Memory Deserialized 1x Replicated|176.0B|0.0B|hadoop2:48622 hadoop0:47393|
|rdd_1_0|Memory Deserialized 2x Replicated|176.0B|0.0B|hadoop2:48622 hadoop0:47393|
|rdd_1_1|Memory Deserialized 1x Replicated|176.0B|0.0B|hadoop2:48622 hadoop2:34284|
|rdd_1_1|Memory Deserialized 2x Replicated|176.0B|0.0B|hadoop2:48622 hadoop2:34284|




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