ochanism opened a new issue, #10429:
URL: https://github.com/apache/iceberg/issues/10429

   ### Query engine
   
   _No response_
   
   ### Question
   
   https://iceberg.apache.org/docs/1.5.2/configuration/#hadoop-configuration
   
   <img width="823" alt="image" 
src="https://github.com/apache/iceberg/assets/12025151/03ee4b10-fade-4fa5-a884-ed85eb9b4fd8";>
   
   I've been implementing a data ingester with Apache Iceberg 1.5.2 JAVA API.
   I faced a garbage hive lock issue with a hive-metastore catalog.
   I'm going to try to disable the hive lock according to the document as shown 
in the above screenshot.
   So I deployed a hive-metastore 4.0.0 server and tried to update catalog 
configs and dependencies.
   
   ```
   # dependencies
   org.apache.iceberg:iceberg-hive-metastore:1.5.2
   org.apache.hive:hive-metastore:3.1.3
   ```
   
   But iceberg-hive-metastore:1.5.2 couldn't be compiled with 
hive-metastore:4.0.0. (only worked with 3.1.3)
   I confirmed that the data ingester worked with the above dependencies 
(3.1.3) with hive-metastore 4.0.0 server.
   I wonder if this setup is OK. Or could be there some issues??
   
   
   
   
   
   


-- 
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.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

Reply via email to