Skip to content

Commit

Permalink
docs: remove home module from refs (stackabletech/documentation#637) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLarsenNZ authored Aug 1, 2024
1 parent c3a0138 commit 32a7e72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/modules/hive/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ xref:trino:index.adoc[Trino] or xref:spark-k8s:index.adoc[Spark].
== Operator model

The Operator manages the _HiveCluster_ custom resource. The cluster implements a single `metastore`
xref:home:concepts:roles-and-role-groups.adoc[role].
xref:concepts:roles-and-role-groups.adoc[role].

image::hive_overview.drawio.svg[A diagram depicting the Kubernetes resources created by the Stackable Operator for Apache Hive]

Expand Down
4 changes: 2 additions & 2 deletions docs/modules/hive/pages/usage-guide/resources.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
== Resource Requests

include::home:concepts:stackable_resource_requests.adoc[]
include::concepts:stackable_resource_requests.adoc[]

A minimal HA setup consisting of 2 Hive metastore instances has the following https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/[resource requirements]:

Expand All @@ -27,7 +27,7 @@ metastore:
memory: "512Mi"
----

The operator may configure an additional container for log aggregation. This is done when log aggregation is configured as described in xref:concepts:logging.adoc[]. The resources for this container cannot be configured using the mechanism described above. Use xref:home:concepts:overrides.adoc#_pod_overrides[podOverrides] for this purpose.
The operator may configure an additional container for log aggregation. This is done when log aggregation is configured as described in xref:concepts:logging.adoc[]. The resources for this container cannot be configured using the mechanism described above. Use xref:concepts:overrides.adoc#_pod_overrides[podOverrides] for this purpose.

You can configure your own resource requests and limits by following the example above.

Expand Down

0 comments on commit 32a7e72

Please sign in to comment.