1 Answer
- Newest
- Most votes
- Most comments
0
Hello Jinqchen,
I understand that you are facing "schema does not exit" error when you try to access a database in glue metastore. Can you confirm what databases are visible when you connect when you don't specify any schema?
Additionally, can you also confirm if you enabled glue metastore for Trino as mentioned in the Document.
To summarize, you need to make sure the below configuration is added while creating the cluster.
[
{
"Classification": "trino-connector-hive",
"Properties": {
"hive.metastore": "glue"
}
}
]
If the issue persists, i would recommend you to raise a case with AWS support to further assist you.
answered a month ago
Relevant content
- Accepted Answerasked 7 months ago
- asked 7 months ago
- asked 5 months ago
- Accepted Answerasked a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 9 months ago