Skip to content
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 returns getTablesWithParameter for GlueHiveMetastore is not implemented for all queries #11831

Closed
TFiroozian opened this issue Apr 6, 2022 · 2 comments

Comments

@TFiroozian
Copy link

I'm running trino on EMR and I have added the iceberg connector for the trino.

These are the configuration under the iceberg.properties

connector.name=iceberg
iceberg.file-format=PARQUET
hive.metastore = glue
hive.metastore.glue.region = us-east-1
hive.metastore.glue.endpoint-url = https://glue.us-east-1.amazonaws.com

To reproduce the error:

trino-cli --catalog iceberg
trino> use iceberg_poc ;
USE
trino:iceberg_poc> show tables;
Query 20220406_174310_00013_m5ibj failed: getTablesWithParameter for GlueHiveMetastore is not implemented
trino:iceberg_poc> select * from test_table;
Query 20220406_174511_00016_m5ibj failed: Internal error ( which logs the same error in the log file )

Versions

  • EMR 6.5
  • Trino 360
@findepi
Copy link
Member

findepi commented Apr 6, 2022

Real Iceberg Glue support was added in #10845, so Trino 374.
Please upgrade.

@findepi findepi closed this as completed Apr 6, 2022
@findepi
Copy link
Member

findepi commented Apr 6, 2022

(If you need Trino as a kind of managed service and don't want to wait for EMR's to update to 374, you can try things out sooner with Starburst Galaxy; disclaimer: i'm from Starburst)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants