Athena - GENERIC_INTERNAL_ERROR: java.lang.RuntimeException: java.lang.InterruptedException: sleep interrupted

0

I am having this error when querying the information table in Athena. I wonder if anyone else received this error.

select distinct substr("table_name", 12, 8) as "dt" from "information_schema"."tables" 
where "table_name" LIKE 'catalog_id_%' AND "table_schema" = 'catalog-id'
order by 1 desc;
GENERIC_INTERNAL_ERROR: java.lang.RuntimeException: java.lang.InterruptedException: sleep interrupted
This query ran against the "catalog-ph" database, unless qualified by the query. Please post the error message on our forum  or contact customer support  with Query Id: 1d599830-3a43-4326-b662-d26573ac49d8

Best Regards,

質問済み 1年前34ビュー
回答なし

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

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

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

関連するコンテンツ