1
0

[MINOR]: Fix cli docs for DeltaStreamer (#1547)

This commit is contained in:
dengziming
2020-04-23 02:37:17 +08:00
committed by GitHub
parent aea7c1657e
commit 19cc15c098
2 changed files with 2 additions and 2 deletions

View File

@@ -185,7 +185,7 @@ public class HoodieDeltaStreamer implements Serializable {
"file://" + System.getProperty("user.dir") + "/src/test/resources/delta-streamer-config/dfs-source.properties";
@Parameter(names = {"--hoodie-conf"}, description = "Any configuration that can be set in the properties file "
+ "(using the CLI parameter \"--propsFilePath\") can also be passed command line using this parameter")
+ "(using the CLI parameter \"--props\") can also be passed command line using this parameter")
public List<String> configs = new ArrayList<>();
@Parameter(names = {"--source-class"},

View File

@@ -226,7 +226,7 @@ public class HoodieMultiTableDeltaStreamer {
"file://" + System.getProperty("user.dir") + "/src/test/resources/delta-streamer-config/dfs-source.properties";
@Parameter(names = {"--hoodie-conf"}, description = "Any configuration that can be set in the properties file "
+ "(using the CLI parameter \"--propsFilePath\") can also be passed command line using this parameter")
+ "(using the CLI parameter \"--props\") can also be passed command line using this parameter")
public List<String> configs = new ArrayList<>();
@Parameter(names = {"--source-class"},