Jason Dere created HIVE-10441:
---------------------------------
Summary: Fix confusing log statement in SessionState about
hive.execution.engine setting
Key: HIVE-10441
URL: https://issues.apache.org/jira/browse/HIVE-10441
Project: Hive
Issue Type: Bug
Reporter: Jason Dere
Assignee: Jason Dere
{code}
LOG.info("No Tez session required at this point. hive.execution.engine=mr.");
{code}
This statement is misleading. It is true that it is printed in the case that
Tez session does not need to be created, but it is not necessarily true that
hive.execution.engine=mr - it could be Spark, or it could even be set to Tez
but the Session determined that a Tez Session did not need to be created (which
is the case for HiveServer2).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)