Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed spark standalone everywhere #220

Merged
merged 3 commits into from
Jun 22, 2022
Merged
Show file tree
Hide file tree
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
4 changes: 0 additions & 4 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ content:
branches: main
tags: docs/*
start_path: docs
- url: https://github.com/stackabletech/spark-operator.git
branches: main
tags: docs/*
start_path: docs
- url: https://github.com/stackabletech/spark-k8s-operator.git
branches: main
tags: docs/*
Expand Down
28 changes: 25 additions & 3 deletions gitpod-antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,56 +4,77 @@ site:
url: https://docs.stackable.tech
robots: allow

urls:
# This replaces the component version in the URL of the latest stable version with 'stable'
# i.e. /commons-operator/stable/index.html instead of /commons-operator/0.3/index.html
latest_version_segment: stable

content:
sources:
- url: /workspace/documentation
branches: HEAD

- url: https://github.com/stackabletech/stackablectl.git
branches: main
tags: docs/*
start_path: docs

- url: https://github.com/stackabletech/commons-operator.git
branches: main
tags: docs/*
start_path: docs
- url: https://github.com/stackabletech/secret-operator.git
branches: main
tags: docs/*
start_path: docs

- url: https://github.com/stackabletech/airflow-operator.git
branches: main
tags: docs/*
start_path: docs
- url: https://github.com/stackabletech/druid-operator.git
branches: main
tags: docs/*
start_path: docs
- url: https://github.com/stackabletech/hbase-operator.git
branches: main
tags: docs/*
start_path: docs
- url: https://github.com/stackabletech/hdfs-operator.git
branches: main
tags: docs/*
start_path: docs
- url: https://github.com/stackabletech/hive-operator.git
branches: main
tags: docs/*
start_path: docs
- url: https://github.com/stackabletech/kafka-operator.git
branches: main
tags: docs/*
start_path: docs
- url: https://github.com/stackabletech/nifi-operator.git
branches: main
tags: docs/*
start_path: docs
- url: https://github.com/stackabletech/opa-operator.git
branches: main
start_path: docs
- url: https://github.com/stackabletech/spark-operator.git
branches: main
tags: docs/*
start_path: docs
- url: https://github.com/stackabletech/spark-k8s-operator.git
branches: main
tags: docs/*
start_path: docs
- url: https://github.com/stackabletech/superset-operator.git
branches: main
tags: docs/*
start_path: docs
- url: https://github.com/stackabletech/trino-operator.git
branches: main
tags: docs/*
start_path: docs
- url: https://github.com/stackabletech/zookeeper-operator.git
branches: main
tags: docs/*
start_path: docs

ui:
Expand All @@ -64,6 +85,7 @@ ui:
antora:
extensions:
- '@antora/lunr-extension'
- asciidoctor-kroki

asciidoc:
attributes:
Expand Down
4 changes: 0 additions & 4 deletions local-antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ content:
branches: main
tags: docs/*
start_path: docs
- url: https://github.com/stackabletech/spark-operator.git
branches: main
tags: docs/*
start_path: docs
- url: https://github.com/stackabletech/spark-k8s-operator.git
branches: main
tags: docs/*
Expand Down
10 changes: 3 additions & 7 deletions modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ xref:druid::index.adoc[Read more]
<h3>Apache HBase</h3>
++++

HBase is a distributed, scalable, big data store
HBase is a distributed, scalable, big data store.

xref:hbase::index.adoc[Read more]

Expand Down Expand Up @@ -194,11 +194,7 @@ xref:nifi::index.adoc[Read more]

Apache Spark is a multi-language engine for executing data engineering, data science, and machine learning on single-node machines or clusters.

Stackable offers two different operators for managing Apache Spark clusters. One for multi-tenancy or standalone clusters and one for isolated workloads.

xref:spark::index.adoc[Read more] for more information on how to run a multi-tenancy Spark clusters with Stackable.

For more information on how to run isolated Spark workloads with Stackable operators xref:spark-k8s::index.adoc[see here].
xref:spark-k8s::index.adoc[Read more]

++++
</div>
Expand All @@ -212,7 +208,7 @@ For more information on how to run isolated Spark workloads with Stackable opera
<h3>Apache Superset</h3>
++++

Apache Superset is a modern data exploration and visualization platform
Apache Superset is a modern data exploration and visualization platform.

xref:superset::index.adoc[Read more]

Expand Down
9 changes: 0 additions & 9 deletions modules/contributor/pages/development_dashboard.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,6 @@ This page contains information about our products and relevant links you might n
|https://docs.stackable.tech/nifi/index.html
|

|Apache Spark (standalone)
|https://spark.apache.org/
|https://github.com/apache/spark
|https://github.com/stackabletech/spark-operator
|https://github.com/stackabletech/docker-images/tree/main/spark
|https://ci.stackable.tech/job/Spark%20Operator%20Integration%20Tests/
|https://docs.stackable.tech/spark/index.html
|

|Apache Spark on Kubernetes
|https://spark.apache.org/
|https://github.com/apache/spark
Expand Down
4 changes: 0 additions & 4 deletions modules/operators/pages/supported_versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ include::nifi::partial$supported-versions.adoc[]

include::opa::partial$supported-versions.adoc[]

== Apache Spark (standalone)

include::spark::partial$supported-versions.adoc[]

== Apache Spark on Kubernetes

include::spark-k8s::partial$supported-versions.adoc[]
Expand Down
1 change: 0 additions & 1 deletion modules/operators/partials/operator_doc_links.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
** xref:hive::index.adoc[Apache Hive]
** xref:kafka::index.adoc[Apache Kafka]
** xref:nifi::index.adoc[Apache NiFi]
** xref:spark::index.adoc[Apache Spark (standalone)]
** xref:spark-k8s::index.adoc[Apache Spark on K8S]
** xref:superset::index.adoc[Apache Superset]
** xref:trino::index.adoc[Trino]
Expand Down
1 change: 0 additions & 1 deletion supplemental-ui/partials/navbar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<a class="drop-down-item" href="{{{ relativize "/hive/stable/index.html" }}}">Apache Hive</a>
<a class="drop-down-item" href="{{{ relativize "/kafka/stable/index.html" }}}">Apache Kafka</a>
<a class="drop-down-item" href="{{{ relativize "/nifi/stable/index.html" }}}">Apache NiFi</a>
<a class="drop-down-item" href="{{{ relativize "/spark/stable/index.html" }}}">Apache Spark (standalone)</a>
<a class="drop-down-item" href="{{{ relativize "/spark-k8s/stable/index.html" }}}">Apache Spark on K8S</a>
<a class="drop-down-item" href="{{{ relativize "/superset/stable/index.html" }}}">Apache Superset</a>
<a class="drop-down-item" href="{{{ relativize "/trino/stable/index.html" }}}">Trino</a>
Expand Down