1
0

[MINOR] Update parameter description (#1821)

This commit is contained in:
GuoPhilipse
2020-07-11 22:57:12 +08:00
committed by GitHub
parent 9627a385fe
commit abfebd30f3
2 changed files with 2 additions and 2 deletions

View File

@@ -223,7 +223,7 @@ public class HoodieDeltaStreamer implements Serializable {
public List<String> transformerClassNames = null;
@Parameter(names = {"--source-limit"}, description = "Maximum amount of data to read from source. "
+ "Default: No limit For e.g: DFS-Source => max bytes to read, Kafka-Source => max events to read")
+ "Default: No limit, e.g: DFS-Source => max bytes to read, Kafka-Source => max events to read")
public long sourceLimit = Long.MAX_VALUE;
@Parameter(names = {"--op"}, description = "Takes one of these values : UPSERT (default), INSERT (use when input "

View File

@@ -260,7 +260,7 @@ public class HoodieMultiTableDeltaStreamer {
public List<String> transformerClassNames = null;
@Parameter(names = {"--source-limit"}, description = "Maximum amount of data to read from source. "
+ "Default: No limit For e.g: DFS-Source => max bytes to read, Kafka-Source => max events to read")
+ "Default: No limit, e.g: DFS-Source => max bytes to read, Kafka-Source => max events to read")
public long sourceLimit = Long.MAX_VALUE;
@Parameter(names = {"--op"}, description = "Takes one of these values : UPSERT (default), INSERT (use when input "