From 0aca705264820e18514a5ec75592685e0c65fec4 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 23 Apr 2024 14:21:21 +0200 Subject: [PATCH] Update docs/modules/hive/pages/usage-guide/database-driver-example.adoc Co-authored-by: Malte Sander --- .../modules/hive/pages/usage-guide/database-driver-example.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/hive/pages/usage-guide/database-driver-example.adoc b/docs/modules/hive/pages/usage-guide/database-driver-example.adoc index 7934083a..2b484865 100644 --- a/docs/modules/hive/pages/usage-guide/database-driver-example.adoc +++ b/docs/modules/hive/pages/usage-guide/database-driver-example.adoc @@ -1,7 +1,7 @@ = Database drivers -The Stackable Apache Hive product images come with built-in support for using Postgresql as the metastore database. To use another supported database it is necessary to make the relevant drivers available to Hive: this tutorial shows how this is done for MySql. +The Stackable Apache Hive product images come with built-in support for using Postgresql as the metastore database. To use another supported database it is necessary to make the relevant drivers available to Hive: this tutorial shows how this is done for MySql. == Install the MySql helm chart