vinothchandar commented on a change in pull request #1289: [HUDI-92] Provide
reasonable names for Spark DAG stages in Hudi.
URL: https://github.com/apache/incubator-hudi/pull/1289#discussion_r375665978
##########
File path: hudi-client/src/main/java/org/apache/hudi/CompactionAdminClient.java
##########
@@ -398,6 +400,7 @@ private ValidationOpResult
validateCompactionOperation(HoodieTableMetaClient met
"Number of Compaction Operations :" + plan.getOperations().size() +
" for instant :" + compactionInstant);
List<CompactionOperation> ops = plan.getOperations().stream()
.map(CompactionOperation::convertFromAvroRecordInstance).collect(Collectors.toList());
+ jsc.setJobGroup(this.getClass().getSimpleName(), "Generate renaming
operations");
Review comment:
change to `Generate compaction unscheduling operations` ?
----------------------------------------------------------------
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]
With regards,
Apache Git Services