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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to