pratyakshsharma commented on a change in pull request #1150: [HUDI-288]: Add
support for ingesting multiple kafka streams in a single DeltaStreamer
deployment
URL: https://github.com/apache/incubator-hudi/pull/1150#discussion_r362799180
##########
File path:
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/HoodieDeltaStreamer.java
##########
@@ -156,6 +167,10 @@ public Operation convert(String value) throws
ParameterException {
required = true)
public String targetBasePath;
+ @Parameter(names = {"--base-path-prefix"},
Review comment:
It was done with the idea that the complete path will consist of this
base-path-prefix. In essence, complete path is getting created like
<basePathPrefix>/<database>/<table_name>.This was initially discussed with
@vinothchandar here
(https://issues.apache.org/jira/browse/HUDI-288?focusedCommentId=16977695&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16977695).
I am open to more suggestions @bvaradar .
----------------------------------------------------------------
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