kgyrtkirk commented on a change in pull request #1146:
URL: https://github.com/apache/hive/pull/1146#discussion_r442142036
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/DriverFactory.java
##########
@@ -64,6 +65,9 @@ private static IReExecutionPlugin buildReExecPlugin(String
name) throws RuntimeE
if (name.equals("reoptimize")) {
return new ReOptimizePlugin();
}
+ if(name.equals("reexecutelostam")) {
Review comment:
Could you please describe it briefly this in
`ConfVars.HIVE_QUERY_REEXECUTION_STRATEGIES`?
...and I think you may enable this plugin by default
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]