codope commented on issue #3607: URL: https://github.com/apache/hudi/issues/3607#issuecomment-929111244
> Hi @codope Thanks a lot for your attention. I just tried but failed again :( Sincerely ask : > > 1. What's the version of pesto you used? > 2. `in docker setup with metadata enabled` => how did you enable metadata table on presto side? I have to modify presto source code to enable presto query using metadata table. > 3. Did you just put hudi-presto-bundle into hive-hadoop plugin or did some changing in presto-source pom? > > Looking forward to your replay. Thanks a lot! 1. Docker uses Presto 0.217. But I also built the latest Presto snapshot and tested. However, from Hudi perspective, there should be no change since the Presto version 0.240. 2. I enabled metadata in Hudi, not Presto. Hudi metadata tabled was not synced to Hive. 3. No I did not have to place the bundle or change presto pom. Since Presto 0.240, Hudi is a compile-time dependency already. Are you able to query normal Hudi data tables using Presto? Are you getting the NoClassDefFoundError only when you query Hudi metadata table? Asking because I did not enable metadata on Presto side. That will require code changes in Presto. Also, youwill need to add hudi-common dependency in Presto pom for that. -- 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]
