1 個回答
- 最新
- 最多得票
- 最多評論
1
Based on what is happening, it seems as though the query results location is writing into the same location as the Athena table and that seems to be causing the issue. I suggest the following steps to set up another location for the Athena query results.
- Click on Settings tab in the Athena console
- Click the manage button
- Choose the bucket (Ideally we create a separate bucket for Athena). you can choose a folder result such as
bucket-name/athena_results/team_name/user_name
. If you end up using the same bucket as the data location, ensure the folder location and the athena results location are different.
已回答 2 年前
相關內容
- AWS 官方已更新 9 個月前