SbloodyS commented on a change in pull request #7393:
URL: https://github.com/apache/dolphinscheduler/pull/7393#discussion_r769216064
##########
File path:
dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-hive/src/main/java/org/apache/dolphinscheduler/plugin/datasource/hive/HiveDataSourceClient.java
##########
@@ -90,7 +91,8 @@ protected void checkEnv(BaseConnectionParam
baseConnectionParam) {
private void checkKerberosEnv() {
String krb5File =
PropertyUtils.getString(JAVA_SECURITY_KRB5_CONF_PATH);
- if (StringUtils.isNotBlank(krb5File)) {
Review comment:
Did you mean kerberosStartupState and krb5file double check?
--
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]