ochanism commented on issue #10429: URL: https://github.com/apache/iceberg/issues/10429#issuecomment-2144761773
@Fokko Sorry for my ambiguous question. I'm using Trino as a query engine with hive-metastore catalog. And for the data ingestion (streaming), I developed a JAVA server with iceberg 1.5.2 API. To eliminate the hive lock, I updated hive-metastore from 3.1.3 to 4.0.0. And set the `iceberg.engine.hive.lock-enabled=false` for hive catalog property (HiveCatalog class). My JAVA server still has this dependency: `org.apache.hive:hive-metastore:3.1.3`. So I wonder if this setup is OK. (Is there could be any error due to hive-metastore version mismatch? library (3.1.3), real-server (4.0.0)) -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org