我在EMR版本6.5上运行trino,我为trino添加了冰山连接器,我希望它使用胶水目录。这些是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但是,当我通过CLI或python客户机( trino-cli -catalog iceberg )连接到服务器时,对于任何查询(例如,显示表),我都会得到以下错误:
message="getTablesWithParameter for GlueHiveMetastore is not implemented"
有人知道我是否有错误的配置,或可以引导我在正确的方向?
发布于 2022-05-17 13:49:37
在Trino版本374中添加了胶水支持,我使用的是安装在EMR上的旧版本Trino。链接到GitHub 问题
https://stackoverflow.com/questions/71771316
复制相似问题