dailai commented on code in PR #7734:
URL: https://github.com/apache/seatunnel/pull/7734#discussion_r1776295432
##########
seatunnel-connectors-v2/connector-iceberg/src/main/java/org/apache/seatunnel/connectors/seatunnel/iceberg/IcebergCatalogLoader.java:
##########
@@ -170,11 +169,10 @@ public static void doKerberosAuthentication(
"Start Kerberos authentication using principal {} and
keytab {}",
principal,
keytabPath);
- sun.security.krb5.Config.refresh();
Review Comment:
My doubt is the method called by loginUserFromKeytabAndReturnUGI which can
automatically refresh krb5 conf. If you can prove that it is, I think you
directly remove this line of code that is no problem.
--
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]