1
0

Minor CLI documentation change in delta-streamer

This commit is contained in:
Balaji Varadarajan
2019-05-13 22:18:20 -07:00
committed by vinoth chandar
parent af46078a82
commit 6e1e626357

View File

@@ -450,7 +450,7 @@ public class HoodieDeltaStreamer implements Serializable {
@Parameter(names = {"--spark-master"}, description = "spark master to use.")
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;
@Parameter(names = {"--help", "-h"}, help = true)