HIVE_UNKNOWN_ERROR: serDe should not be accessed from a null StorageFormat

0

Does anybody know what this error is caused by?

HIVE_UNKNOWN_ERROR: serDe should not be accessed from a null StorageFormat

I am querying data from S3 that was cataloged using Glue.

asked 4 years ago1245 views
5 Answers
0

Hi Gyus, I have the same problem, anyone can help me ?

answered 3 years ago
0

I'm also having this issue when running a preview query against a table I generated from vpc logs using AWS Glue

answered 3 years ago
0

I am experiencing the exact same error when previewing a table that was created by processing VPC Flow Logs stored on an S3 by a Glue. The error notification indicates that I should reference the query id: d1e5aedd-eef7-4440-b715-25281dfb991a.

Edited by: aws-developer-us-e1 on Apr 8, 2021 5:51 AM

answered 3 years ago
0

Has anyone facing this error been able to resolve it?

Feja
answered 3 years ago
0

The glue crawler does not currently populate the ion serde info. This might be changed in future, but for now you can manually populate the serde, inputformat and outputformat, either using STORED AS ION or manually inputing the class paths [1].

[1] https://docs.aws.amazon.com/athena/latest/ug/ion-serde-using-create-table.html

profile pictureAWS
EXPERT
Iakov
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions