-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Iceberg catalog - Unbalanced calls to openTransaction/commitTransaction #24705
Comments
I enabled DEBUG mode usin io.trino.plugin.hive.metastore.thrif=DEBUG
trino iceberg catalog query same HMS- fail:
Same error exist in success hive log, but query completed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I working on POC Trino setup. When I try to create table on Iceberg catalog, I get following error:
query:
error:
Trino creates the table and writes the data to HDFS. But then deletes metadata files. The table still available in metastore. However, running query on the table is impossible, as metadata was deleted.
First I think it is related Hive metastore, but when I change trino catalog type to hive, everything works as expected. Maybe It is related Iceberg catalog client settings. Also, other queries SELECT, INSERT, UPDATE, DELETE, CREATE SCHEME, Iceberg commands etc. works.
I tried run the same query with one of the hadoop proxy users (hive), It works. Hive disables authorization checks to proxy users. So problem maybe related with ranger or metastore settings. I am not sure.
Thanks
The text was updated successfully, but these errors were encountered: