nsivabalan commented on issue #6404: URL: https://github.com/apache/hudi/issues/6404#issuecomment-1253110740
along w/ your existing command to run deltastreamer, you can add this additional config `--hoodie-conf hoodie.deltastreamer.schemaprovider.schema_post_processor=org.apache.hudi.utilities.schema.SparkAvroPostProcessor`. no additional configs. or you can add below entry to your property file ``` hoodie.deltastreamer.schemaprovider.schema_post_processor=org.apache.hudi.utilities.schema.SparkAvroPostProcessor ``` -- 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]
