[
https://issues.apache.org/jira/browse/HIVE-11394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matt McCline updated HIVE-11394:
--------------------------------
Description:
Add detail to the EXPLAIN output showing why a Map or Reduce task was not
vectorized.
was:
Add detail to the EXPLAIN EXTENDED output showing why a Map or Reduce task was
not vectorized.
Always show Execution mode for EXPLAIN. That is, add showing "Execution mode:
not vectorized" in addition to today's "Execution mode: vectorized".
Some examples:
{code}
EXPLAIN:
Execution mode: not vectorized
EXPLAIN EXTENDED:
Execution mode: not vectorized; detail: configuration variable
--hive.vectorized.execution.enabled is false
Execution mode: not vectorized; detail: data type not supported -- array<string>
Execution mode: not vectorized; detail: feature not supported -- PTF operator
Execution mode: not vectorized; detail: input format not supported --
org.apache.hadoop.mapred.TextInputFormat doesn't provide vectorized input
{code}
> Enhance EXPLAIN display for vectorization
> -----------------------------------------
>
> Key: HIVE-11394
> URL: https://issues.apache.org/jira/browse/HIVE-11394
> Project: Hive
> Issue Type: Bug
> Components: Hive
> Reporter: Matt McCline
> Assignee: Matt McCline
> Priority: Critical
>
> Add detail to the EXPLAIN output showing why a Map or Reduce task was not
> vectorized.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)