Lately realized the Spark SQL auxiliary statements (EXPLAIN
, DESCRIBE
, SHOW CREATE
etc.,) not shown in Spark UI. I have an use-case to track all the queries executed through Spark SQL JDBC connection; just these statements go untracked.
So, my questions are,
- Why these are not shown in Spark UI?
- Is it possible to get these statements execution listed in Spark UI?