From 0800ee1269965cb01e1353c3732315af16dcfac2 Mon Sep 17 00:00:00 2001 From: Maxi Wittich Date: Thu, 9 Oct 2025 13:06:10 +0200 Subject: [PATCH] Fix thrift connections string reperesentation in reference docs --- docs/modules/hive/pages/reference/discovery.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/hive/pages/reference/discovery.adoc b/docs/modules/hive/pages/reference/discovery.adoc index bed75059..a57a4700 100644 --- a/docs/modules/hive/pages/reference/discovery.adoc +++ b/docs/modules/hive/pages/reference/discovery.adoc @@ -58,7 +58,7 @@ The `{namespace}/{clusterName}` discovery ConfigMap contains the following field Contains the thrift protocol connection string for the Hive metastore service: [subs="attributes"] - thrift://{clusterName}.{namespace}.svc.cluster.local:{metastorePort} + thrift://{clusterName}-metastore.{namespace}.svc.cluster.local:{metastorePort} ==== WARNING: Using the Hive metastore in high availability mode (replicas > 1) does not work with Derby but instead requires a properly configured database like PostgreSQL or MySQL.