Description
In Shark, the input SQL string is displayed at the description section of the web UI. However, spark-sql does not display any description of the query string on web ui or event log. Currently, manually setting
sc.setJobDescription()
before running a query solves the problem; however, it will be better if spark-sql automatically displays the query string.