garyli1019 commented on a change in pull request #1486: [HUDI-759] Integrate
checkpoint privoder with delta streamer
URL: https://github.com/apache/incubator-hudi/pull/1486#discussion_r406555444
##########
File path:
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/HoodieDeltaStreamer.java
##########
@@ -293,6 +295,12 @@ public Operation convert(String value) throws
ParameterException {
@Parameter(names = {"--checkpoint"}, description = "Resume Delta Streamer
from this checkpoint.")
public String checkpoint = null;
+ @Parameter(names = {"--bootstrap-from"}, description = "Initial bootstrap
from this path")
Review comment:
yea, with the `props` file, we can get the path there. Don't need this field
anymore
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services