1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00

updating hive config for metastore storage

This commit is contained in:
Kevin Lamenzo
2020-04-16 13:32:43 -04:00
parent b77e5a5ee9
commit fdf42367eb

View File

@@ -16,6 +16,9 @@ Use the example configuration file below to use a MySQL database for Hive:
spec:
hive:
spec:
metastore:
storage:
create: false
config:
db:
url: "jdbc:mysql://mysql.example.com:3306/hive_metastore"
@@ -33,6 +36,9 @@ Use the example configuration file below to use a PostgreSQL database for Hive:
spec:
hive:
spec:
metastore:
storage:
create: false
config:
db:
url: "jdbc:postgresql://postgresql.example.com:5432/hive_metastore"