Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
LOG.info("No Tez session required at this point. hive.execution.engine=mr.");
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).