This is an automated email from the ASF dual-hosted git repository.
kenn pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam-site.git.
from 2dcf129 Regenerate site content
new fa0eec8 [BEAM-3079]: Samza Runner docs and capability matrix
new 0bc08e3 Update the option docs
new 02c2301 Add Samza to the runner list
new 7cd0ea7 Merge #471: Add Samza runner to web site
new 5de31d1 Regenerate site content
new 8a711a6 Make Samza icon a reasonable size
new e22acef Alphabetize runners
new a68b37e Regenerate site content
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
content/documentation/index.html | 1 +
content/documentation/runners/apex/index.html | 1 +
.../runners/capability-matrix/index.html | 1149 ++++++++++++++++++--
content/documentation/runners/dataflow/index.html | 1 +
content/documentation/runners/direct/index.html | 1 +
content/documentation/runners/flink/index.html | 1 +
content/documentation/runners/gearpump/index.html | 1 +
content/documentation/runners/mapreduce/index.html | 1 +
.../runners/{flink => samza}/index.html | 214 ++--
content/documentation/runners/spark/index.html | 1 +
content/get-started/beam-overview/index.html | 1 +
content/get-started/quickstart-java/index.html | 21 +
content/get-started/wordcount-example/index.html | 43 +
content/images/logo_samza.png | Bin 0 -> 11728 bytes
content/images/logos/runners/samza.png | Bin 0 -> 11728 bytes
content/index.html | 4 +
content/learn/runners/Samza/index.html | 10 +
src/_data/capability-matrix.yml | 118 +-
src/_includes/section-menu/runners.html | 1 +
src/documentation/index.md | 1 +
src/documentation/runners/samza.md | 151 +++
src/get-started/beam-overview.md | 1 +
src/get-started/quickstart-java.md | 23 +
src/get-started/wordcount-example.md | 53 +
src/images/logo_samza.png | Bin 0 -> 11728 bytes
src/images/logos/runners/samza.png | Bin 0 -> 11728 bytes
src/index.md | 3 +
27 files changed, 1621 insertions(+), 180 deletions(-)
copy content/documentation/runners/{flink => samza}/index.html (54%)
create mode 100644 content/images/logo_samza.png
create mode 100644 content/images/logos/runners/samza.png
create mode 100644 content/learn/runners/Samza/index.html
create mode 100644 src/documentation/runners/samza.md
create mode 100644 src/images/logo_samza.png
create mode 100644 src/images/logos/runners/samza.png