Skip to content
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand the website is no longer valid. We can change it to https://hazelcast.com/ at the moment. For proposal to deprecate and decommission a runner support please open a GitHub issue and/or send a email thread to Beam dev list.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, updated!

[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

Expand Down
2 changes: 1 addition & 1 deletion website/www/site/data/en/documentation_runners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
icon: icons/documentation/runners/nemo-icon.svg
description: Runs on <a target="_blank" href="https://nemo.apache.org">Apache Nemo</a>.
- name: { text: "JetRunner:", link: /documentation/runners/jet/ }
description: Runs on <a target="_blank" href="https://jet.hazelcast.org/">Hazelcast Jet</a>.
description: Runs on <a target="_blank" href="https://hazelcast.com/">Hazelcast Jet</a>.
- name: { text: "Twister2Runner:", link: /documentation/runners/twister2/ }
description: Runs on <a target="_blank" href="https://twister2.org/">Twister2</a>.
Loading