Abacn commented on code in PR #31205:
URL: https://github.com/apache/beam/pull/31205#discussion_r1592601510


##########
website/www/site/content/en/documentation/runners/jstorm.md:
##########
@@ -1,111 +0,0 @@
----
-title: "JStorm Runner"
----
-<!--
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-# Using the JStorm Runner
-
-The JStorm Runner can be used to execute Beam pipelines using 
[JStorm](https://github.com/alibaba/jstorm), while providing:
-
-* High throughput and low latency.
-* At-least-once and exactly-once fault tolerance.
-
-Like a native JStorm topology, users can execute Beam topology with local 
mode, standalone cluster or jstorm-on-yarn cluster.
-
-The [Beam Capability Matrix](/documentation/runners/capability-matrix/) 
documents the currently supported capabilities of the JStorm Runner.
-
-## JStorm Runner prerequisites and setup
-
-The JStorm runner currently supports JStorm version 2.5.0-SNAPSHOT.
-
-You can add a dependency on the latest version of the JStorm runner by adding 
the following to your pom.xml:
-
-{{< highlight java >}}
-<dependency>
-  <groupId>org.apache.beam</groupId>
-  <artifactId>beam-runners-jstorm</artifactId>

Review Comment:
   this artifact (and beam-runners-mapreduce) never published to maven central. 
And it was removed from compatibility-matrix as a clean up while ago: 
https://github.com/apache/beam/commits/master/website/www/site/data/capability_matrix.yaml?since=2021-02-06&until=2021-02-28



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to