简体   繁体   中英

Trino iceberg connector "getTablesWithParameter for GlueHiveMetastore is not implemented"

I'm running trino on EMR version 6.5 and I have added the iceberg connector for the trino and I want it to use a glue catalog. 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

However, when I connect to the server via CLI or python client ( trino-cli --catalog iceberg ) I get the following error for any query ( for example show tables )

message="getTablesWithParameter for GlueHiveMetastore is not implemented"

Does anybody know if I have the wrong configuration or can guide me on the right direction?

Glue support was added in Trino version 374 and I was using the older version of Trino installed on EMR.

Link to GitHub issue

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM