diff --git a/docs/modules/spark-k8s/pages/history_server.adoc b/docs/modules/spark-k8s/pages/history_server.adoc index 32cf4788..715886e9 100644 --- a/docs/modules/spark-k8s/pages/history_server.adoc +++ b/docs/modules/spark-k8s/pages/history_server.adoc @@ -6,7 +6,7 @@ The Stackable Spark-on-Kubernetes operator runs Apache Spark workloads in a Kube == Deployment -The example below demonstrates how to set up the history server running in one Pod with scheduled cleanups of the event logs. The event logs are loaded from an S3 bucket named `spark-logs` and the folder `eventlogs/`. The credentials for this bucket are provided by the secret class `s3-credentials-class`. For more details on how the Stackable Data Platform manages S3 resources see the xref:home:concepts:s3.adoc[S3 resources] page. +The example below demonstrates how to set up the history server running in one Pod with scheduled cleanups of the event logs. The event logs are loaded from an S3 bucket named `spark-logs` and the folder `eventlogs/`. The credentials for this bucket are provided by the secret class `s3-credentials-class`. For more details on how the Stackable Data Platform manages S3 resources see the xref:concepts:s3.adoc[S3 resources] page. [source,yaml] diff --git a/docs/modules/spark-k8s/pages/usage.adoc b/docs/modules/spark-k8s/pages/usage.adoc index 10ef4ecb..bbcbdaee 100644 --- a/docs/modules/spark-k8s/pages/usage.adoc +++ b/docs/modules/spark-k8s/pages/usage.adoc @@ -142,7 +142,7 @@ This has the advantage that one connection configuration can be shared across `S // The "nightly" version is needed because the "include" directive searches for // files in the "stable" version by default. // TODO: remove the "nightly" version after the next platform release (current: 22.09) -include::home:concepts:stackable_resource_requests.adoc[] +include::concepts:stackable_resource_requests.adoc[] If no resources are configured explicitly, the operator uses the following defaults: