Unable to run and preview a query on Athena. Received an error.

0

Enter image description here

  • Hi.

    Please share information about the data you are trying to query and the query you used.

已提問 2 年前檢視次數 270 次
1 個回答
0

To start troubleshooting, you could check out the instructions in this link - https://aws.amazon.com/premiumsupport/knowledge-center/athena-hive-cursor-error/

Typically the HIVE_CURSOR_ERROR has to do with the fact that the underlying data does not match the table definition, was a malformed JSON, etc. One thing that would help is to use "S3 Select" to view the files to ensure the data is in the format you expect it to be in. I expect the root cause to be possibly one of the following:

  • Corrupted CSV files or malformed JSON
  • Parquet or ORC files with incompatible data types
  • Corrupted Compression
  • Empty Files
  • Athena is unable to decrypt the data (probably key used for encryption being deleted)

Given that your Error message is: HIVE_CURSOR_ERROR: Unable to communicate with downstream services It may be related to not able to reach the data in S3, so check if encryption/decryption works and Athena has the right access to read the data.

profile pictureAWS
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南