[
https://issues.apache.org/jira/browse/HIVE-16982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16072136#comment-16072136
]
Karen Coppage commented on HIVE-16982:
--------------------------------------
[~prongs]
Hi, this patch clarifies to the user that configuration
{noformat}hive.log.explain.output{noformat} is now also responsible for
determining whether the WebUI displays query information, because of your patch
HIVE-13500 where
{noformat}
if (conf.getBoolVar(ConfVars.HIVE_LOG_EXPLAIN_OUTPUT) ||
conf.isWebUiQueryInfoCacheEnabled()) {
{noformat}
became
{noformat}
if (conf.getBoolVar(ConfVars.HIVE_LOG_EXPLAIN_OUTPUT)) {
{noformat}
Would you mind taking a look at this?
> WebUI "Show Query" tab prints "UNKNOWN" instead of explaining configuration
> option
> ----------------------------------------------------------------------------------
>
> Key: HIVE-16982
> URL: https://issues.apache.org/jira/browse/HIVE-16982
> Project: Hive
> Issue Type: Bug
> Components: Configuration, Web UI
> Reporter: Karen Coppage
> Assignee: Karen Coppage
> Priority: Minor
> Labels: newbie, patch
> Attachments: HIVE-16982.3.patch
>
>
> In the Hive WebUI / Drilldown: the Show Query tab always displays "UNKNOWN."
> If the user wants to see the query plan here, they should set configuration
> hive.log.explain.output to true. The user should be made aware of this option:
> 1) in WebUI / Drilldown / Show Query and
> 2) in HiveConf.java, line 2232.
> This configuration's description reads:
> "Whether to log explain output for every query
> When enabled, will log EXPLAIN EXTENDED output for the query at INFO log4j
> log level."
> this should be added:
> "...and in the WebUI / Show Query tab."
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)