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

[jira] [Created] (SPARK-2915) Storage summary table UI glitch when using sparkSQL

Hossein Falaki created SPARK-2915:
-------------------------------------

             Summary: Storage summary table UI glitch when using sparkSQL
                 Key: SPARK-2915
                 URL: https://issues.apache.org/jira/browse/SPARK-2915
             Project: Spark
          Issue Type: Bug
          Components: Web UI
    Affects Versions: 1.0.2
         Environment: Standalone
            Reporter: Hossein Falaki
            Priority: Minor


When using sqlContext.cacheTable() a registered table. the name of the RDD becomes a very large string (related to the query that created the sqlRDD). As a result the first columns of the storage tab in SparkUI becomes very long and the other columns become squashed.

Since the name of the RDD is not human readable, we can simply set ellipsis in the first cell (which will hide the rest of string). Alternatively we can fix the RDD name to a more readable and shorter name.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org