banank1989 opened a new pull request, #9184: URL: https://github.com/apache/hudi/pull/9184
### Change Logs Support for adding Month Wise Partitioner for Hudi-hive sync ### Impact With this, now users will be able ti hudi-hive sync where month wise partitioner is required by giving the **--partition-value-extractor org.apache.hudi.hive.SlashEncodedYearMonthPartitionValueExtractor** ### Risk level (write none, low medium or high below) None ### Documentation Update To use Month-wise partitioner while using Hive sync tool for Hudi Tables **Use Following command** `$HUDI_HOME/hudi-sync/hudi-hive-sync/run_sync_tool.sh --jdbc-url jdbc:hive2://localhost:10000 --partitioned-by partitionid --base-path "hdfs://NameNodeIp: port/<path to table>" --user hive --pass hive --database default --table <table_name> --partition-value-extractor org.apache.hudi.hive.SlashEncodedYearMonthPartitionValueExtractor ` ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- 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]
