codope commented on issue #4437: URL: https://github.com/apache/hudi/issues/4437#issuecomment-1047448948
@gunjdesai First of all, apologies for the late response. I missed tracking this issue. In its current state, we must [sync Hudi table to Hive metastore](https://hudi.apache.org/docs/syncing_metastore) in order to query through Trino. Our integration with Trino is via the hive connector. And that too, only for reads i.e. we cannot create hudi tables using Trino. After syncing the Hudi table to Hive metastore and placing the hudi-presto-bundle in the hive plugin path, we can run snapshot queries on COW table and read-optimized queries on MOR table right away. You can look at an example in our [docker demo](https://hudi.apache.org/docs/docker_demo). That said, we are working on a [separate Hudi connector](https://github.com/trinodb/trino/pull/10228) to which we'll add the write support after the base PR is merged. I would love to understand your requirements and help you out with the Hive sync and Trino setup to query Hudi tables. You can also help us by checking out the PR linked above and test for your tables. Feel free to directly ping me on Hudi slack or join our weekly [community syncs](https://hudi.apache.org/community/syncs). -- 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]
