[MINOR] Fix HoodieCompactor config abbreviation (#1642)
Co-authored-by: Wenning Ding <wenningd@amazon.com>
This commit is contained in:
@@ -55,7 +55,7 @@ public class HoodieCompactor {
|
|||||||
public String basePath = null;
|
public String basePath = null;
|
||||||
@Parameter(names = {"--table-name", "-tn"}, description = "Table name", required = true)
|
@Parameter(names = {"--table-name", "-tn"}, description = "Table name", required = true)
|
||||||
public String tableName = null;
|
public String tableName = null;
|
||||||
@Parameter(names = {"--instant-time", "-sp"}, description = "Compaction Instant time", required = true)
|
@Parameter(names = {"--instant-time", "-it"}, description = "Compaction Instant time", required = true)
|
||||||
public String compactionInstantTime = null;
|
public String compactionInstantTime = null;
|
||||||
@Parameter(names = {"--parallelism", "-pl"}, description = "Parallelism for hoodie insert", required = true)
|
@Parameter(names = {"--parallelism", "-pl"}, description = "Parallelism for hoodie insert", required = true)
|
||||||
public int parallelism = 1;
|
public int parallelism = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user