1 Answer
- Newest
- Most votes
- Most comments
0
The error you're encountering suggests that there might be changes in how AWS Glue 5.0 handles JDBC connections, particularly for Databricks. While the JDBC URL format you're using worked in Glue 4.0, it appears to be incompatible with Glue 5.0.
Here are some general steps you can try:
- Check if there's an updated JDBC driver for Databricks that's compatible with Glue 5.0. You might need to download and include a newer version of the Databricks JDBC driver in your Glue job.
- Ensure that all the parameters in your JDBC URL are still supported and necessary in Glue 5.0.
You may need to contact AWS Support for more specific guidance on connecting to Databricks using Glue 5.0. They might have more up-to-date information on any changes or requirements for JDBC connections in the new version.
Sources
Upgrading from AWS Glue 4.0 to 5.0: PROXY Error and GlueBootstrap Bootstrapping Failure | AWS re:Post
Troublehsoot AWS Glue connection to a JDBC data source | AWS re:Post
answered a month ago
Relevant content
- asked 2 years ago