-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed as not planned
Labels
Milestone
Description
Query engine
No response
Question
https://iceberg.apache.org/docs/1.5.2/configuration/#hadoop-configuration
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??
Reactions are currently unavailable