GENERIC_INTERNAL_ERROR: java.net.URISyntaxException: Relative path in absolute URI: arn:aws:dynamodb:eu-west-1:[account]:table/[table-name]

0

Hi I'm using Athena to query AWS glue tables setup by a crawler from Dynamo DB.

A Athena query to : show tables works perfect

However when i do a simple select on any of the tables I get:

GENERIC_INTERNAL_ERROR: java.net.URISyntaxException: Relative path in absolute URI: arn:aws:dynamodb:eu-west-1:[account]:table/[table-name]

My query ID is: Query Id: 22e3a909-f7b4-41a7-9dfb-96b081f4b3b5

  • Hi. How did you get pass this error? I'm having the same problem.

asked 2 years ago284 views
1 Answer
0

I had the wrong datasource and database selected in my query editor. When I changed those to the correct values, my query ran correctly. Hope this helps, cheers!

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