Trino 冰山连接器“未实现 GlueHiveMetastore 的 getTablesWithParameter”

发布于 2025-01-19 11:05:55 字数 504 浏览 4 评论 0原文

我在EMR 6.5版上运行Trino,并且我为Trino添加了冰山连接器,我希望它使用胶水目录。这些是冰山下的配置。

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 Client(Trino-Cli - -Catalog Iceberg)连接到服务器时,我会收到以下任何查询的错误(例如,显示表格)

message =“未实现GetTableSwithParameter的getTableSwithParameter”

是否有人知道我是否有错误的配置,还是可以指导我朝正确的方向引导?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一瞬间的火花 2025-01-26 11:05:55

Trino 版本 374 添加了 Glue 支持,我使用的是 EMR 上安装的旧版本 Trino。

GitHub 问题链接

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

Link to GitHub issue

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文