boneanxs commented on PR #9781: URL: https://github.com/apache/hudi/pull/9781#issuecomment-1734713559
@codope Thanks for the fix! Apply the fix and rebuild trinobase and trinocoordinator. Start the containers with local build image: `docker/setup_demo.sh dev` Confirmed that the new jar are used: ```bash root@trino-coordinator-1:/usr/local/trino-server-368# md5sum plugin/hive/hudi-trino-bundle.jar 63525185e836e22d0012ab6e72a3089a plugin/hive/hudi-trino-bundle.jar (base) hui.an@mac hudi-community % md5 docker/hoodie/hadoop/trinobase/target/hudi-trino-bundle.jar MD5 (docker/hoodie/hadoop/trinobase/target/hudi-trino-bundle.jar) = 63525185e836e22d0012ab6e72a3089a ``` After I changed the hudi-trino-bundle.jar under `docker/hoodie/hadoop/trinobase/target/`, and restart the image, the jar can still matched: ```bash root@trino-coordinator-1:/usr/local/trino-server-368# md5sum plugin/hive/hudi-trino-bundle.jar 8abf85f098e69fd1eaa96333392032c7 plugin/hive/hudi-trino-bundle.jar (base) hui.an@mac hudi-community % md5 docker/hoodie/hadoop/trinobase/target/hudi-trino-bundle.jar MD5 (docker/hoodie/hadoop/trinobase/target/hudi-trino-bundle.jar) = 8abf85f098e69fd1eaa96333392032c7 ``` -- 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]
