[HUDI-689] Change CLI command names to not have overlap (#1392)
This commit is contained in:
@@ -127,7 +127,7 @@ public class CompactionCommand implements CommandMarker {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@CliCommand(value = "compactions showarchived", help = "Shows compaction details for specified time window")
|
@CliCommand(value = "compactions showarchived", help = "Shows compaction details for specified time window")
|
||||||
public String compactionShowArchived(
|
public String compactionsShowArchived(
|
||||||
@CliOption(key = {"includeExtraMetadata"}, help = "Include extra metadata",
|
@CliOption(key = {"includeExtraMetadata"}, help = "Include extra metadata",
|
||||||
unspecifiedDefaultValue = "false") final boolean includeExtraMetadata,
|
unspecifiedDefaultValue = "false") final boolean includeExtraMetadata,
|
||||||
@CliOption(key = {"startTs"}, mandatory = false, help = "start time for compactions, default: now - 10 days")
|
@CliOption(key = {"startTs"}, mandatory = false, help = "start time for compactions, default: now - 10 days")
|
||||||
|
|||||||
Reference in New Issue
Block a user