From c8fa570bad7528b43d503c860c68cccb7f3f1f40 Mon Sep 17 00:00:00 2001 From: Nathaniel Young Date: Thu, 10 Jul 2025 20:22:32 -0700 Subject: [PATCH 1/2] removes jet runner links --- README.md | 2 +- website/www/site/content/en/get-started/beam-overview.md | 1 - website/www/site/content/en/roadmap/_index.md | 2 +- website/www/site/layouts/partials/section-menu/en/runners.html | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2a0ac433cce1..4e301352f068 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ # Apache Beam -[Apache Beam](http://beam.apache.org/) is a unified model for defining both batch and streaming data-parallel processing pipelines, as well as a set of language-specific SDKs for constructing pipelines and Runners for executing them on distributed processing backends, including [Apache Flink](http://flink.apache.org/), [Apache Spark](http://spark.apache.org/), [Google Cloud Dataflow](http://cloud.google.com/dataflow/), and [Hazelcast Jet](https://jet.hazelcast.org/). +[Apache Beam](http://beam.apache.org/) is a unified model for defining both batch and streaming data-parallel processing pipelines, as well as a set of language-specific SDKs for constructing pipelines and Runners for executing them on distributed processing backends, including [Apache Flink](http://flink.apache.org/), [Apache Spark](http://spark.apache.org/), and [Google Cloud Dataflow](http://cloud.google.com/dataflow/). ## Status diff --git a/website/www/site/content/en/get-started/beam-overview.md b/website/www/site/content/en/get-started/beam-overview.md index 5a8fcd3b917c..5036064fce13 100644 --- a/website/www/site/content/en/get-started/beam-overview.md +++ b/website/www/site/content/en/get-started/beam-overview.md @@ -53,7 +53,6 @@ Beam currently supports the following runners: - [Apache Samza Runner](/documentation/runners/samza) Apache Samza logo - [Apache Spark Runner](/documentation/runners/spark) Apache Spark logo - [Google Cloud Dataflow Runner](/documentation/runners/dataflow) Google Cloud Dataflow logo -- [Hazelcast Jet Runner](/documentation/runners/jet) Hazelcast Jet logo - [Twister2 Runner](/documentation/runners/twister2) Twister2 logo **Note:** You can always execute your pipeline locally for testing and debugging purposes. diff --git a/website/www/site/content/en/roadmap/_index.md b/website/www/site/content/en/roadmap/_index.md index b40d15fb4472..e7afe0ef9574 100644 --- a/website/www/site/content/en/roadmap/_index.md +++ b/website/www/site/content/en/roadmap/_index.md @@ -32,7 +32,7 @@ Below are some highlights for the project as a whole. Portability is the primary Beam vision: running pipelines authored with _any SDK_ on _any runner_. This is a cross-cutting effort across Java, Python, and Go, and every Beam runner. Portability is currently supported on the -[DataFlow](/documentation/runners/dataflow), [Flink](/documentation/runners/flink/), [Jet](/documentation/runners/jet), [Nemo](/documentation/runners/nemo), [Prism](/documentation/runners/prism/), [Samza](/documentation/runners/samza), [Spark](/documentation/runners/spark/), and [Twister2](/documentation/runners/Twister2) +[DataFlow](/documentation/runners/dataflow), [Flink](/documentation/runners/flink/), [Nemo](/documentation/runners/nemo), [Prism](/documentation/runners/prism/), [Samza](/documentation/runners/samza), [Spark](/documentation/runners/spark/), and [Twister2](/documentation/runners/Twister2) runners. See the details on the [Portability Roadmap](/roadmap/portability/) diff --git a/website/www/site/layouts/partials/section-menu/en/runners.html b/website/www/site/layouts/partials/section-menu/en/runners.html index 58576bb5f963..0805daf96a0c 100644 --- a/website/www/site/layouts/partials/section-menu/en/runners.html +++ b/website/www/site/layouts/partials/section-menu/en/runners.html @@ -19,5 +19,4 @@
  • Apache Samza
  • Apache Spark
  • Google Cloud Dataflow
  • -
  • Hazelcast Jet
  • Twister2
  • From 1fde95a942dc7c3c8099a6b295491732f4bae1af Mon Sep 17 00:00:00 2001 From: Nathaniel Young Date: Thu, 10 Jul 2025 20:51:23 -0700 Subject: [PATCH 2/2] switches to urls to hazelcast.com --- README.md | 2 +- website/www/site/content/en/get-started/beam-overview.md | 1 + website/www/site/content/en/roadmap/_index.md | 2 +- website/www/site/data/en/documentation_runners.yaml | 2 +- website/www/site/layouts/partials/section-menu/en/runners.html | 1 + 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4e301352f068..7b9de2d9c0e1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ # Apache Beam -[Apache Beam](http://beam.apache.org/) is a unified model for defining both batch and streaming data-parallel processing pipelines, as well as a set of language-specific SDKs for constructing pipelines and Runners for executing them on distributed processing backends, including [Apache Flink](http://flink.apache.org/), [Apache Spark](http://spark.apache.org/), and [Google Cloud Dataflow](http://cloud.google.com/dataflow/). +[Apache Beam](http://beam.apache.org/) is a unified model for defining both batch and streaming data-parallel processing pipelines, as well as a set of language-specific SDKs for constructing pipelines and Runners for executing them on distributed processing backends, including [Apache Flink](http://flink.apache.org/), [Apache Spark](http://spark.apache.org/), [Google Cloud Dataflow](http://cloud.google.com/dataflow/), and [Hazelcast Jet](https://hazelcast.com/). ## Status diff --git a/website/www/site/content/en/get-started/beam-overview.md b/website/www/site/content/en/get-started/beam-overview.md index 5036064fce13..5a8fcd3b917c 100644 --- a/website/www/site/content/en/get-started/beam-overview.md +++ b/website/www/site/content/en/get-started/beam-overview.md @@ -53,6 +53,7 @@ Beam currently supports the following runners: - [Apache Samza Runner](/documentation/runners/samza) Apache Samza logo - [Apache Spark Runner](/documentation/runners/spark) Apache Spark logo - [Google Cloud Dataflow Runner](/documentation/runners/dataflow) Google Cloud Dataflow logo +- [Hazelcast Jet Runner](/documentation/runners/jet) Hazelcast Jet logo - [Twister2 Runner](/documentation/runners/twister2) Twister2 logo **Note:** You can always execute your pipeline locally for testing and debugging purposes. diff --git a/website/www/site/content/en/roadmap/_index.md b/website/www/site/content/en/roadmap/_index.md index e7afe0ef9574..b40d15fb4472 100644 --- a/website/www/site/content/en/roadmap/_index.md +++ b/website/www/site/content/en/roadmap/_index.md @@ -32,7 +32,7 @@ Below are some highlights for the project as a whole. Portability is the primary Beam vision: running pipelines authored with _any SDK_ on _any runner_. This is a cross-cutting effort across Java, Python, and Go, and every Beam runner. Portability is currently supported on the -[DataFlow](/documentation/runners/dataflow), [Flink](/documentation/runners/flink/), [Nemo](/documentation/runners/nemo), [Prism](/documentation/runners/prism/), [Samza](/documentation/runners/samza), [Spark](/documentation/runners/spark/), and [Twister2](/documentation/runners/Twister2) +[DataFlow](/documentation/runners/dataflow), [Flink](/documentation/runners/flink/), [Jet](/documentation/runners/jet), [Nemo](/documentation/runners/nemo), [Prism](/documentation/runners/prism/), [Samza](/documentation/runners/samza), [Spark](/documentation/runners/spark/), and [Twister2](/documentation/runners/Twister2) runners. See the details on the [Portability Roadmap](/roadmap/portability/) diff --git a/website/www/site/data/en/documentation_runners.yaml b/website/www/site/data/en/documentation_runners.yaml index aa8480e3459f..8c67a8f28c6b 100644 --- a/website/www/site/data/en/documentation_runners.yaml +++ b/website/www/site/data/en/documentation_runners.yaml @@ -32,6 +32,6 @@ icon: icons/documentation/runners/nemo-icon.svg description: Runs on Apache Nemo. - name: { text: "JetRunner:", link: /documentation/runners/jet/ } - description: Runs on Hazelcast Jet. + description: Runs on Hazelcast Jet. - name: { text: "Twister2Runner:", link: /documentation/runners/twister2/ } description: Runs on Twister2. diff --git a/website/www/site/layouts/partials/section-menu/en/runners.html b/website/www/site/layouts/partials/section-menu/en/runners.html index 0805daf96a0c..58576bb5f963 100644 --- a/website/www/site/layouts/partials/section-menu/en/runners.html +++ b/website/www/site/layouts/partials/section-menu/en/runners.html @@ -19,4 +19,5 @@
  • Apache Samza
  • Apache Spark
  • Google Cloud Dataflow
  • +
  • Hazelcast Jet
  • Twister2