We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c87cf commit 8a5392fCopy full SHA for 8a5392f
1 file changed
core/src/main/java/com/dtstack/flink/sql/util/KrbUtils.java
@@ -50,4 +50,5 @@ public static UserGroupInformation getUgi(String principal, String keytabPath, S
50
UserGroupInformation.setConfiguration(configuration);
51
return UserGroupInformation.loginUserFromKeytabAndReturnUGI(principal, keytabPath);
52
}
53
+
54
0 commit comments