From fdf42367eb55b71ae0276e23b139bcdbcb287db2 Mon Sep 17 00:00:00 2001 From: Kevin Lamenzo Date: Thu, 16 Apr 2020 13:32:43 -0400 Subject: [PATCH] updating hive config for metastore storage --- modules/metering-use-mysql-or-postgresql-for-hive.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/metering-use-mysql-or-postgresql-for-hive.adoc b/modules/metering-use-mysql-or-postgresql-for-hive.adoc index 0a2da3f300..5e3e20264c 100644 --- a/modules/metering-use-mysql-or-postgresql-for-hive.adoc +++ b/modules/metering-use-mysql-or-postgresql-for-hive.adoc @@ -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"