You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2019/12/03 13:46:36 UTC

[GitHub] [incubator-hudi] vinothchandar commented on a change in pull request #1075: [HUDI-114]: added option to overwrite payload implementation in hoodie.properties file

vinothchandar commented on a change in pull request #1075: [HUDI-114]: added option to overwrite payload implementation in hoodie.properties file
URL: https://github.com/apache/incubator-hudi/pull/1075#discussion_r353185291
 
 

 ##########
 File path: hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/HoodieDeltaStreamer.java
 ##########
 @@ -228,6 +228,10 @@ public Operation convert(String value) throws ParameterException {
         + " source-fetch -> Transform -> Hudi Write in loop")
     public Boolean continuousMode = false;
 
+    @Parameter(names = {"--update-payload-class"}, description = "Update payload class in hoodie.properties file if needed, "
 
 Review comment:
   can we do this check automatically by reading the `hoodie.properties` file value and only overwrite if the class name is different?  I am not sure adding an option is the way to go here.. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services