You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2017/01/31 01:37:25 UTC

[5/5] beam-site git commit: This closes #130

This closes #130


Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/b81afa39
Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/b81afa39
Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/b81afa39

Branch: refs/heads/asf-site
Commit: b81afa390b4efc3f82fb6856fcbf293c13b6ca59
Parents: 2f4d86d 9727633
Author: Davor Bonaci <da...@google.com>
Authored: Mon Jan 30 17:36:48 2017 -0800
Committer: Davor Bonaci <da...@google.com>
Committed: Mon Jan 30 17:36:48 2017 -0800

----------------------------------------------------------------------
 .../2016/03/17/capability-matrix.html           |   3 +-
 .../2016/04/03/presentation-materials.html      |   3 +-
 .../sdk/2016/02/25/python-sdk-now-public.html   |   3 +-
 .../beam/release/2016/06/15/first-release.html  |   3 +-
 .../10/11/strata-hadoop-world-and-beam.html     |   3 +-
 .../website/2016/02/22/beam-has-a-logo.html     |   3 +-
 .../blog/2016/05/18/splitAtFraction-method.html |   3 +-
 .../05/27/where-is-my-pcollection-dot-map.html  |   3 +-
 .../06/13/flink-batch-runner-milestone.html     |   3 +-
 content/blog/2016/08/03/six-months.html         |   3 +-
 content/blog/2016/10/20/test-stream.html        |   3 +-
 content/blog/2017/01/09/added-apex-runner.html  |   3 +-
 content/blog/2017/01/10/beam-graduates.html     |   3 +-
 content/blog/index.html                         |   3 +-
 content/coming-soon.html                        |   3 +-
 .../contribute/contribution-guide/index.html    |   3 +-
 content/contribute/design-principles/index.html |   3 +-
 content/contribute/index.html                   |   3 +-
 content/contribute/logos/index.html             |   3 +-
 content/contribute/maturity-model/index.html    |   3 +-
 .../presentation-materials/index.html           |   3 +-
 .../ptransform-style-guide/index.html           |   3 +-
 content/contribute/release-guide/index.html     |   3 +-
 content/contribute/source-repository/index.html |   3 +-
 content/contribute/team/index.html              |   3 +-
 content/contribute/testing/index.html           |   3 +-
 content/contribute/work-in-progress/index.html  |   3 +-
 content/documentation/index.html                |   3 +-
 .../pipelines/create-your-pipeline/index.html   |   3 +-
 .../pipelines/design-your-pipeline/index.html   |   3 +-
 .../pipelines/test-your-pipeline/index.html     |   3 +-
 .../documentation/programming-guide/index.html  |   3 +-
 content/documentation/resources/index.html      |   3 +-
 content/documentation/runners/apex/index.html   |   3 +-
 .../runners/capability-matrix/index.html        |   3 +-
 .../documentation/runners/dataflow/index.html   |   3 +-
 content/documentation/runners/direct/index.html |   3 +-
 content/documentation/runners/flink/index.html  |   3 +-
 content/documentation/runners/spark/index.html  |   3 +-
 content/documentation/sdks/java/index.html      |   3 +-
 content/documentation/sdks/python/index.html    |   3 +-
 content/get-started/beam-overview/index.html    |  14 +-
 content/get-started/downloads/index.html        |   3 +-
 content/get-started/index.html                  |   3 +-
 .../mobile-gaming-example/index.html            |   3 +-
 content/get-started/quickstart-java/index.html  | 395 ++++++++++++++++++
 content/get-started/quickstart-py/index.html    | 288 +++++++++++++
 content/get-started/quickstart/index.html       | 400 +------------------
 content/get-started/support/index.html          |   3 +-
 .../get-started/wordcount-example/index.html    | 205 ++++++++--
 content/getting-started/index.html              |   8 +-
 content/index.html                              |   3 +-
 content/privacy_policy/index.html               |   3 +-
 content/use/quickstart/index.html               |   8 +-
 src/_includes/header.html                       |   3 +-
 src/get-started/beam-overview.md                |   6 +-
 src/get-started/quickstart-java.md              | 236 +++++++++++
 src/get-started/quickstart-py.md                |  97 +++++
 src/get-started/quickstart.md                   | 235 -----------
 src/get-started/wordcount-example.md            | 163 ++++++--
 60 files changed, 1444 insertions(+), 755 deletions(-)
----------------------------------------------------------------------