HIVE_UNKNOWN_ERROR: Path is not absolute: s3://deproject-on-youtube-athena-job-output This query ran against the "db_youtube_cleaned" database, unless qualified by the query. Please post the error mes

0

I have ran the python query to transform the json format to parquet format and it was completed successfully, I can see the parquet file and the columns, but when I try to run the query using Athena, im facing below issue

HIVE_UNKNOWN_ERROR: Path is not absolute: s3://deproject-on-youtube-athena-job-output This query ran against the "db_youtube_cleaned" database, unless qualified by the query.

I can see the location was correct and parquet file also present, but not sure why it is not working

2 個答案
0

Run: SHOW CREATE TABLE `your table name here`; and check the property LOCATION, do you see any strange characters before s3://?
Also, I wonder if it works when locating the table to the root of a bucket, without any folder, you are expected to have a folder per table.

profile pictureAWS
專家
已回答 1 年前
  • explain in breif

0

Hello,

Thanks for response , I found out what was the issue, when I run crawler two tables are getting updated with same results, only one table is pointing to correct s3 ;location, after deleting duplicate table, now it is working fine.

已回答 1 年前
  • hello i am getting error in this project can you help me ?

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

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

回答問題指南