This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam-site.git.


    from 4052af2  Prepare repository for deployment.
     add 0b495f8  Add new execution model page and associated images
     add fa4cf1e  Update with review feedback and new diagrams
     add 708bd58  More updates from review feedback
     add 7a1740b  This closes #326
     new ec964fa  Prepare repository for deployment.

The 1 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:
 .../capability/2016/03/17/capability-matrix.html   |   1 +
 .../2016/04/03/presentation-materials.html         |   1 +
 .../sdk/2016/02/25/python-sdk-now-public.html      |   1 +
 content/beam/release/2016/06/15/first-release.html |   1 +
 .../2016/10/11/strata-hadoop-world-and-beam.html   |   1 +
 .../update/website/2016/02/22/beam-has-a-logo.html |   1 +
 .../blog/2016/05/18/splitAtFraction-method.html    |   1 +
 .../05/27/where-is-my-pcollection-dot-map.html     |   1 +
 .../2016/06/13/flink-batch-runner-milestone.html   |   1 +
 content/blog/2016/08/03/six-months.html            |   1 +
 content/blog/2016/10/20/test-stream.html           |   1 +
 content/blog/2017/01/09/added-apex-runner.html     |   1 +
 content/blog/2017/01/10/beam-graduates.html        |   1 +
 .../blog/2017/02/01/graduation-media-recap.html    |   1 +
 content/blog/2017/02/13/stateful-processing.html   |   1 +
 content/blog/2017/03/16/python-sdk-release.html    |   1 +
 .../blog/2017/05/17/beam-first-stable-release.html |   1 +
 content/blog/2017/08/16/splittable-do-fn.html      |   1 +
 content/blog/2017/08/28/timely-processing.html     |   1 +
 content/blog/index.html                            |   1 +
 content/coming-soon.html                           |   1 +
 content/contribute/contribution-guide/index.html   |   1 +
 content/contribute/design-principles/index.html    |   1 +
 content/contribute/docker-images/index.html        |   1 +
 content/contribute/index.html                      |   1 +
 content/contribute/logos/index.html                |   1 +
 content/contribute/maturity-model/index.html       |   1 +
 .../contribute/presentation-materials/index.html   |   1 +
 .../contribute/ptransform-style-guide/index.html   |   1 +
 content/contribute/release-guide/index.html        |   1 +
 content/contribute/runner-guide/index.html         |   1 +
 content/contribute/source-repository/index.html    |   1 +
 content/contribute/team/index.html                 |   1 +
 content/contribute/testing/index.html              |   1 +
 content/contribute/work-in-progress/index.html     |   1 +
 content/documentation/dsls/sql/index.html          |   1 +
 content/documentation/index.html                   |   2 +
 content/documentation/io/authoring-java/index.html |   1 +
 .../documentation/io/authoring-overview/index.html |   1 +
 .../documentation/io/authoring-python/index.html   |   1 +
 .../documentation/io/built-in/hadoop/index.html    |   1 +
 content/documentation/io/built-in/index.html       |   1 +
 content/documentation/io/contributing/index.html   |   1 +
 content/documentation/io/io-toc/index.html         |   1 +
 content/documentation/io/testing/index.html        |   1 +
 .../pipelines/create-your-pipeline/index.html      |   1 +
 .../pipelines/design-your-pipeline/index.html      |   1 +
 .../pipelines/test-your-pipeline/index.html        |   1 +
 content/documentation/programming-guide/index.html |   1 +
 content/documentation/resources/index.html         |   1 +
 content/documentation/runners/apex/index.html      |   1 +
 .../runners/capability-matrix/index.html           |   1 +
 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/spark/index.html     |   1 +
 .../documentation/sdks/java-extensions/index.html  |   1 +
 content/documentation/sdks/java/index.html         |   1 +
 .../documentation/sdks/python-custom-io/index.html |   1 +
 .../sdks/python-pipeline-dependencies/index.html   |   1 +
 .../sdks/python-type-safety/index.html             |   1 +
 content/documentation/sdks/python/index.html       |   1 +
 content/get-started/beam-overview/index.html       |   1 +
 content/get-started/downloads/index.html           |   1 +
 content/get-started/index.html                     |   1 +
 .../get-started/mobile-gaming-example/index.html   |   1 +
 content/get-started/quickstart-java/index.html     |   1 +
 content/get-started/quickstart-py/index.html       |   1 +
 content/get-started/support/index.html             |   1 +
 content/get-started/wordcount-example/index.html   |   1 +
 content/index.html                                 |   1 +
 content/privacy_policy/index.html                  |   1 +
 src/_includes/header.html                          |   1 +
 src/documentation/execution-model.md               | 191 +++++++++++
 src/documentation/index.md                         |   9 +-
 src/images/execution_model_bundling.svg            | 357 +++++++++++++++++++++
 .../execution_model_bundling_coupled_failure.svg   |  59 ++++
 src/images/execution_model_bundling_gantt.svg      |  50 +++
 src/images/execution_model_bundling_gantt_max.svg  |  67 ++++
 src/images/execution_model_bundling_multi.svg      | 336 +++++++++++++++++++
 .../execution_model_bundling_multi_gantt.svg       |  52 +++
 src/images/execution_model_failure_retry.svg       |  56 ++++
 83 files changed, 1248 insertions(+), 4 deletions(-)
 create mode 100644 src/documentation/execution-model.md
 create mode 100644 src/images/execution_model_bundling.svg
 create mode 100644 src/images/execution_model_bundling_coupled_failure.svg
 create mode 100644 src/images/execution_model_bundling_gantt.svg
 create mode 100644 src/images/execution_model_bundling_gantt_max.svg
 create mode 100644 src/images/execution_model_bundling_multi.svg
 create mode 100644 src/images/execution_model_bundling_multi_gantt.svg
 create mode 100644 src/images/execution_model_failure_retry.svg

-- 
To stop receiving notification emails like this one, please contact
['"commits@beam.apache.org" <commits@beam.apache.org>'].

Reply via email to