Set up a JDBC URL connection override
You can configure fine-grained tuning of the HMS database connection. You specify a JDBC URL override for establishing a connection to the Hive metastore database.
This task is intended for advanced database users only. When using this override, the
following properties are overwritten
- Hive Metastore Database Name
- Hive Metastore Database Host
- Hive Metastore Database Port
- Enable TLS/SSL to the Hive Metastore Database
- The required default user role is Configurator.
- You know the values for setting the following properties:
- Hive Metastore Database Type
- Hive Metastore Database User
- Hive Metastore Database Password
-
Set the value of the Hive Metastore Database JDBC URL Override property to
jdbc:postgresql://<host>:<port>/<metastore_db>?key=value
. - Click Save.
- Click .
- Restart Hive Metastore.