devosend commented on code in PR #10876:
URL: https://github.com/apache/dolphinscheduler/pull/10876#discussion_r917489391
##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/DataSourceController.java:
##########
@@ -339,7 +339,7 @@ public Result authedDatasource(@ApiIgnore
@RequestAttribute(value = Constants.SE
@AccessLogAnnotation(ignoreRequestArgs = "loginUser")
public Result getKerberosStartupState(@ApiIgnore @RequestAttribute(value =
Constants.SESSION_USER) User loginUser) {
// if upload resource is HDFS and kerberos startup is true , else false
- return success(Status.SUCCESS.getMsg(),
CommonUtils.getKerberosStartupState());
+ return success(Status.SUCCESS.getMsg(), true);
Review Comment:
This is a code that should not be submitted.
--
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]