Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/modules/hive/pages/reference/discovery.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading