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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user