Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Kenworthy <[email protected]>
  • Loading branch information
maltesander and adwk67 authored Oct 31, 2023
1 parent b2eec4c commit 2d6651b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ All notable changes to this project will be documented in this file.
- `vector` `0.26.0` -> `0.33.0` ([#361], [#377]).
- `operator-rs` `0.44.0` -> `0.55.0` ([#360], [#376], [#377]).
- jmx-exporter now referenced via soft link without version ([#377]).
- Service discovery no exposes the cluster service to enable HA ([#382]).
- Service discovery now exposes the cluster service to enable HA ([#382]).

### Removed

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/hive/pages/discovery.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Contains the thrift protocol connection string for the Hive metastore service:
thrift://{clusterName}.{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 proper configured database like PostgreSQL or MySQL.
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.

=== External access

Expand Down

0 comments on commit 2d6651b

Please sign in to comment.