KiranVelumuri commented on code in PR #6081:
URL: https://github.com/apache/hive/pull/6081#discussion_r2359598204


##########
ql/src/java/org/apache/hadoop/hive/ql/exec/tez/DagUtils.java:
##########
@@ -313,7 +313,7 @@ private static List<DagCredentialSupplier> 
defaultCredentialSuppliers() {
         Class<? extends DagCredentialSupplier> c = 
Class.forName(s).asSubclass(DagCredentialSupplier.class);
         dagSuppliers.add(c.getConstructor().newInstance());
       } catch (ReflectiveOperationException e) {
-        LOG.error("Failed to add credential supplier", e);
+        LOG.warn("Failed to add credential supplier: {}", s);

Review Comment:
   sure, would look into this.



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