This is an automated email from the ASF dual-hosted git repository.
ibzib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new d26ad80 [BEAM-10096] Fix Spark runners numbering
new de2f3e6 Merge pull request #11907 from
aromanenko-dev/BEAM-10096-Spark-website
d26ad80 is described below
commit d26ad80c9ddd18e693187cec6342bc342f8a6df9
Author: Alexey Romanenko <[email protected]>
AuthorDate: Wed Jun 3 14:07:43 2020 +0200
[BEAM-10096] Fix Spark runners numbering
---
website/www/site/content/en/documentation/runners/spark.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/www/site/content/en/documentation/runners/spark.md
b/website/www/site/content/en/documentation/runners/spark.md
index 4282239..1190a84 100644
--- a/website/www/site/content/en/documentation/runners/spark.md
+++ b/website/www/site/content/en/documentation/runners/spark.md
@@ -37,7 +37,7 @@ The Spark runner comes in three flavors:
1. A *legacy Runner* which supports only Java (and other JVM-based languages)
and that is based on Spark RDD/DStream
2. An *Structured Streaming Spark Runner* which supports only Java (and other
JVM-based languages) and that is based on Spark Datasets and the [Apache Spark
Structured
Streaming](https://spark.apache.org/docs/latest/structured-streaming-programming-guide.html)
framework.
> **Note:** It is still experimental, its coverage of the Beam model is
> partial. As for now it only supports batch mode.
-2. A *portable Runner* which supports Java, Python, and Go
+3. A *portable Runner* which supports Java, Python, and Go
This guide is split into two parts to document the non-portable and
the portable functionality of the Spark Runner. Please use the switcher below
to