lw309637554 commented on a change in pull request #2379:
URL: https://github.com/apache/hudi/pull/2379#discussion_r552318635



##########
File path: 
hudi-utilities/src/main/java/org/apache/hudi/utilities/HoodieClusteringJob.java
##########
@@ -109,6 +111,9 @@ public static void main(String[] args) {
     if (result == -1) {
       LOG.error(resultMsg + " failed");
     } else {
+      if (cfg.runSchedule) {
+        System.out.println("The schedule instant time is " + 
cfg.clusteringInstantTime);

Review comment:
       I think system.out.println will be better. Because println the instant 
time use system.out.println will output the string to spark stdout of UI.  If 
use LOG  by default the string will output to stderr with many other  logs.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to