HIVE_UNKNOWN_ERROR: Error creating an instance of com.facebook.presto.hive.lakeformation.CachingLakeFormationCredentialsProvider

0

After running a simple select query in Athena, I get an error - HIVE_UNKNOWN_ERROR: Error creating an instance of com.facebook.presto.hive.lakeformation.CachingLakeFormationCredentialsProvider. Athena query is supposed to run agains a LF database within the same S3 bucket (data source and query destination are split into two folders inside the bucket). Any idea what could be the issue?

hcerim
asked 2 years ago343 views
1 Answer
1

Hi,

could you confirm that your database , table or columns names respect the limitations indicated in the documentation?

The only acceptable characters for database names, table names, and column names are lowercase letters, numbers, and the underscore character.

I have seen the error you mention in case this is not followed. as also mentioned in this stackoverflow question.

If you do not have this situation, could you, please, share some additional details on your table?

hope this helps, Fabrizio

AWS
EXPERT
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