deniskuzZ commented on code in PR #5854:
URL: https://github.com/apache/hive/pull/5854#discussion_r2139171468


##########
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/reexec/TestReExecuteKilledTezAMQueryPlugin.java:
##########
@@ -195,4 +193,39 @@ private void killAMForQueryId(String queryId) throws 
Exception {
       }
     }
   }
+
+  private static YarnClient getYarnClient() {

Review Comment:
   Can we init the YarnClient in `@BeforeClass` and `close` it in `@AfterClass`?



-- 
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]

Reply via email to