You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "shahid (JIRA)" <ji...@apache.org> on 2018/09/29 18:00:00 UTC

[jira] [Created] (SPARK-25575) SQL tab in the spark UI doesn't have option of hiding tables, eventhough other UI tabs has.

shahid created SPARK-25575:
------------------------------

             Summary: SQL tab in the spark UI doesn't have option of  hiding tables, eventhough other UI tabs has. 
                 Key: SPARK-25575
                 URL: https://issues.apache.org/jira/browse/SPARK-25575
             Project: Spark
          Issue Type: Improvement
          Components: Web UI
    Affects Versions: 2.3.1
            Reporter: shahid
         Attachments: Screenshot from 2018-09-29 23-26-45.png

Test tests:
 1) bin/spark-shell
{code:java}
sql("create table a (id int)")
for(i <- 1 to 100) sql(s"insert into a values ($i)")
{code}
Open SQL tab in the web UI,

!image-2018-09-29-23-28-56-045.png!

Open Jobs tab,

!image-2018-09-29-23-28-39-693.png!

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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