Glue to Athena Error

0

HIVE_UNKNOWN_ERROR: java.net.URISyntaxException: Relative path in absolute URI: arn:aws:dynamodb:{Account}:table/{Table} This query ran against the "{Created Athena Database}" database, unless qualified by the query

i am trying to connect a dynamodb dataset to be used in athena, I have created crawlers that post the tables to a glue dataset so we do not lose any columns, when I connect the glue dataset to athena, all of the tables and their columns show in the query editor but when I try to preview in the query editor the following error shows

  • Can you provide the table metadata from Glue Mestastore?

aplatt
質問済み 7ヶ月前199ビュー
1回答
0

Just because a table is in the catalog it doesn't mean that any client is able to interpret it and use it.
In this case that DDB table is usable by Glue jobs but not Athena (which is trying to read it as a regular tale).
To use DDB for Athena, they have their own way: https://docs.aws.amazon.com/athena/latest/ug/connectors-dynamodb.html

profile pictureAWS
エキスパート
回答済み 7ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ