didiaode18 commented on a change in pull request #5200:
URL:
https://github.com/apache/incubator-dolphinscheduler/pull/5200#discussion_r611035534
##########
File path:
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/HadoopUtils.java
##########
@@ -435,9 +432,7 @@ public ExecutionStatus getApplicationStatus(String
applicationId) throws Excepti
} else {
//may be in job history
String jobHistoryUrl = getJobHistoryUrl(applicationId);
- if (logger.isDebugEnabled()) {
- logger.debug("generate yarn job history application url,
jobHistoryUrl={}", jobHistoryUrl);
- }
+ logger.info("jobHistoryUrl={}", jobHistoryUrl);
Review comment:
ok,Thanks for your code review very much.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]