zhangbutao commented on code in PR #5968:
URL: https://github.com/apache/hive/pull/5968#discussion_r2324266822
##########
cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java:
##########
@@ -396,7 +396,10 @@ public void handle(Signal signal) {
// First, kill any running MR jobs
HadoopJobExecHelper.killRunningJobs();
- TezJobExecHelper.killRunningJobs();
+ if ("tez".equalsIgnoreCase(HiveConf.getVar(conf,
Review Comment:
It seems that many places in the Hive code use hardcoded `mr `or `tez
`constants. Perhaps we can create a separate PR to fix the all the `mr `& `tez
`hardcoding issue. :)
--
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]