CTTY commented on code in PR #17510:
URL: https://github.com/apache/hudi/pull/17510#discussion_r2734253119
##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/streamer/HoodieMultiTableStreamer.java:
##########
@@ -370,6 +370,9 @@ public static class Config implements Serializable {
@Parameter(names = {"--sync-tool-classes"}, description = "Meta sync
client tool, using comma to separate multi tools")
public String syncClientToolClassNames = HiveSyncTool.class.getName();
+ @Parameter(names = {"--enable-hive-support", "-ehs"}, description =
"Enables hive support during spark context initialization.", required = false)
+ public Boolean enableHiveSupport = false;
Review Comment:
does this need to be true as well?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]