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 Antworten
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
EXPERTE
beantwortet vor einem Jahr
  • 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.

beantwortet vor einem Jahr
  • hello i am getting error in this project can you help me ?

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen