[
https://issues.apache.org/jira/browse/SPARK-2136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Seunghyun Lee updated SPARK-2136:
---------------------------------
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
{noformat}
sc.setJobDescription()
{noformat}
before running a query solves the problem; however, it will be better if
spark-sql automatically displays the query string.
was:
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
{noformat}
sc.setJobDescription("SQL Command")
{noformat}
before running a query solves the problem; however, it will be better if
spark-sql automatically displays the query string.
> Spark SQL does not show the job description on web ui/ event log
> ----------------------------------------------------------------
>
> Key: SPARK-2136
> URL: https://issues.apache.org/jira/browse/SPARK-2136
> Project: Spark
> Issue Type: Improvement
> Reporter: Seunghyun Lee
> Priority: Minor
>
> 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
> {noformat}
> sc.setJobDescription()
> {noformat}
> before running a query solves the problem; however, it will be better if
> spark-sql automatically displays the query string.
--
This message was sent by Atlassian JIRA
(v6.2#6252)