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_r375665830
##########
File path: hudi-client/src/main/java/org/apache/hudi/CompactionAdminClient.java
##########
@@ -356,6 +357,7 @@ private ValidationOpResult
validateCompactionOperation(HoodieTableMetaClient met
} else {
LOG.info("The following compaction renaming operations needs to be
performed to un-schedule");
if (!dryRun) {
+ jsc.setJobGroup(this.getClass().getSimpleName(), "Execute renaming
operations");
Review comment:
Change to `Execute unschedule 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