abstractdog commented on code in PR #4973:
URL: https://github.com/apache/hive/pull/4973#discussion_r1627290418
##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -4564,7 +4564,7 @@ public static enum ConfVars {
HIVE_DECODE_PARTITION_NAME("hive.decode.partition.name", false,
"Whether to show the unquoted partition names in query results."),
- HIVE_EXECUTION_ENGINE("hive.execution.engine", "mr", new StringSet(true,
"mr", "tez"),
+ HIVE_EXECUTION_ENGINE("hive.execution.engine", "tez", new StringSet(true,
"tez", "mr"),
"Chooses execution engine. Options are: mr (Map reduce, default), tez.
While MR\n" +
Review Comment:
this has been addressed in recent commits
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]