1
0

[HUDI-689] Change CLI command names to not have overlap (#1392)

This commit is contained in:
satishkotha
2020-03-11 16:29:54 -07:00
committed by GitHub
parent 1ca912af09
commit 7194514aff
2 changed files with 4 additions and 4 deletions

View File

@@ -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")