gohalo commented on issue #111: URL: https://github.com/apache/hudi-rs/issues/111#issuecomment-2297813621
i could work on that if no one plan for. As [externalized-config-file](https://hudi.apache.org/cn/docs/configurations#externalized-config-file) described , should scan all files under HUDI_CONF_DIR directory, and maybe filter with *.conf. And i havn't found the format of this file, maybe properties, ini etc. Just got some ideas from [Hudi Issues #5291](https://github.com/apache/hudi/issues/5291), like the following. ``` # Default system properties included when running Hudi jobs. # This is useful for setting default environmental settings. # Example: hoodie.datasource.write.table.type COPY_ON_WRITE hoodie.datasource.write.hive_style_partitioning false ``` -- 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]
