- Newest
- Most votes
- Most comments
looks like you were trying incorrect classification for the properties you want to set.
"Classification": "presto-connector-hive"
you might need to use
presto-connector-mysql
Classification instead to set properties related to Presto mysql Connector
https://prestodb.io/docs/current/connector/mysql.html
https://docs.aws.amazon.com/emr/latest/ReleaseGuide/presto-adding-db-connectors.html
presto-connector-hive
is used to set following properties (like setting hive metastore etc)
https://prestodb.io/docs/current/connector/hive.html
if this metastore is configured to access External mysql Metastore DB, then presto would be able to access that as Alternate approach.
https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-hive-metastore-external.html
possible classification list per release label : https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-5360-release.html#emr-5360-class
Relevant content
- asked 3 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 2 years ago