deniskuzZ commented on code in PR #5968:
URL: https://github.com/apache/hive/pull/5968#discussion_r2230744137
##########
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:
please avoid hardcoded literals
--
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]