deepakpanda93 commented on issue #14590: URL: https://github.com/apache/hudi/issues/14590#issuecomment-5115659828
This issue was reviewed as part of the JIRA-migrated backlog triage. **Findings:** this appears to be implemented. Running table services (including compaction) across multiple Hudi tables in one job is supported via `HoodieMultiTableServicesMain`, with `CompactionTask`, `CleanTask`, `ClusteringTask` and `ArchiveTask` under `hudi-utilities/src/main/java/org/apache/hudi/utilities/multitable/`. This landed in [HUDI-6481] (commit [bbeb53128fd5](https://github.com/apache/hudi/commit/bbeb53128fd5), #9558) and was first released in **0.14.0**. Separately, metadata-table compaction is now driven from the data table's own write lifecycle, which covers the index/metadata/data coordination mentioned in the title. Since the description here is empty, please reopen with the specific scope if something in this sub-task is still outstanding. Closing as fixed. -- 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]
