Minor CLI documentation change in delta-streamer
This commit is contained in:
committed by
vinoth chandar
parent
af46078a82
commit
6e1e626357
@@ -450,7 +450,7 @@ public class HoodieDeltaStreamer implements Serializable {
|
|||||||
@Parameter(names = {"--spark-master"}, description = "spark master to use.")
|
@Parameter(names = {"--spark-master"}, description = "spark master to use.")
|
||||||
public String sparkMaster = "local[2]";
|
public String sparkMaster = "local[2]";
|
||||||
|
|
||||||
@Parameter(names = {"--commit-on-errors"})
|
@Parameter(names = {"--commit-on-errors"}, description = "Commit even when some records failed to be written")
|
||||||
public Boolean commitOnErrors = false;
|
public Boolean commitOnErrors = false;
|
||||||
|
|
||||||
@Parameter(names = {"--help", "-h"}, help = true)
|
@Parameter(names = {"--help", "-h"}, help = true)
|
||||||
|
|||||||
Reference in New Issue
Block a user