URISyntaxException when querying dynamodb using AWS Athena and AWS Glue Catalog: java.net.URISyntaxException: Relative path in absolute URI

0

Any help to fix this error will be appreciated.. Thanks your your time..

This was the error seen:

GENERIC_INTERNAL_ERROR : java.net.URISyntaxException : Relative path in absolute URI: arn:aws:dynamodb:us-east-1:xyz:table/xyz-ServiceConf This query ran against the "" database, unless qualified by the query. Please post the error message on our forum or contact customer support with Query Id: 555c323d-39c8-44ba-821a-8f507b446233

This was the query:

select * from "AwsDataCatalog"."ddb_glue_db"."xyz_serviceconf"

This is the definition of the table in AWS Glue data catalog:

Name	xxx_serviceconf
Description	
Database	ddb_glue_db
Classification	dynamodb
Location	
arn:aws:dynamodb:us-east-1:xyz:table/xyz-ServiceConf
Connection	
Deprecated	No
Last updated	Wed Feb 02 13:27:24 GMT+530 2022
Serde parameters	
-
Table properties	
sizeKey 606 hashKey configVersion UPDATED_BY_CRAWLER ddb_crawl_xxxx-xxx-server CrawlerSchemaSerializerVersion 1.0 recordCount 1 averageRecordSize 606 CrawlerSchemaDeserializerVersion 1.0 compressionType none typeOfData table
asked 2 years ago116 views
No Answers

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