You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2017/12/19 23:50:21 UTC

[beam-site] branch mergebot updated (253f9c5 -> 469b5e4)

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

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


    from 253f9c5  This closes #368
     add 2ca4ba3  Prepare repository for deployment.
     new 0931b13  [BEAM-2664] Make latest stable version more visible
     new 469b5e4  This closes #367

The 2 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/contribute/contribution-guide/index.html   |  2 +-
 content/contribute/maturity-model/index.html       |  2 +-
 content/documentation/execution-model/index.html   | 61 +++++++----------
 .../pipelines/design-your-pipeline/index.html      | 80 ++++++++++++++--------
 content/documentation/programming-guide/index.html | 15 ++--
 content/get-started/beam-overview/index.html       | 14 ++--
 .../get-started/mobile-gaming-example/index.html   | 55 ++++++++-------
 content/get-started/wordcount-example/index.html   | 37 +++++-----
 src/get-started/downloads.md                       | 33 ++++++---
 src/index.md                                       |  4 +-
 10 files changed, 169 insertions(+), 134 deletions(-)

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

[beam-site] 01/02: [BEAM-2664] Make latest stable version more visible

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0931b139318f43baa5a9e1abfa640acdd63830b2
Author: melissa <me...@google.com>
AuthorDate: Thu Dec 14 14:58:07 2017 -0800

    [BEAM-2664] Make latest stable version more visible
---
 src/get-started/downloads.md | 33 ++++++++++++++++++++++-----------
 src/index.md                 |  4 +++-
 2 files changed, 25 insertions(+), 12 deletions(-)

diff --git a/src/get-started/downloads.md b/src/get-started/downloads.md
index 982f939..6a54d81 100644
--- a/src/get-started/downloads.md
+++ b/src/get-started/downloads.md
@@ -11,13 +11,16 @@ redirect_from:
 
 # Apache Beam&#8482; Downloads
 
-The easiest way to use Apache Beam is via one of the released versions in a central repository.
-Java SDK is available on [Maven Central Repository](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.beam%22),
-and Python SDK is available on [PyPI](https://pypi.python.org/pypi/apache-beam).
+> Beam SDK {{ site.release_latest }} is the latest released version.
 
-For example, if you are developing using Maven and want to use the SDK for
-Java with the `DirectRunner`, add the following dependencies to your
-`pom.xml` file:
+## Using a central repository
+
+The easiest way to use Apache Beam is via one of the released versions in a
+central repository. The Java SDK is available on [Maven Central Repository](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.beam%22),
+and the Python SDK is available on [PyPI](https://pypi.python.org/pypi/apache-beam).
+
+For example, if you are developing using Maven and want to use the SDK for Java
+with the `DirectRunner`, add the following dependencies to your `pom.xml` file:
 
     <dependency>
       <groupId>org.apache.beam</groupId>
@@ -31,8 +34,8 @@ Java with the `DirectRunner`, add the following dependencies to your
       <scope>runtime</scope>
     </dependency>
 
-Similarly in Python, if you are using PyPI and want to use the SDK for Python with
-`DirectRunner`, add the following requirement to your `setup.py` file:
+Similarly in Python, if you are using PyPI and want to use the SDK for Python
+with `DirectRunner`, add the following requirement to your `setup.py` file:
 
     apache-beam=={{ site.release_latest }}
 
@@ -40,9 +43,16 @@ Additionally, you may want to depend on additional SDK modules, such as IO
 connectors or other extensions, and additional runners to execute your pipeline
 at scale.
 
-## API Stability
+## Downloading source code
+
+You can download the source code package for a release from the links in the
+[Releases](#releases) section.
+
+
+## API stability
 
-Apache Beam uses [semantic versioning](http://semver.org/). Version numbers use the form `major.minor.incremental` and are incremented as follows:
+Apache Beam uses [semantic versioning](http://semver.org/). Version numbers use
+the form `major.minor.incremental` and are incremented as follows:
 
 * major version for incompatible API changes
 * minor version for new functionality added in a backward-compatible manner
@@ -51,7 +61,8 @@ Apache Beam uses [semantic versioning](http://semver.org/). Version numbers use
 Please note that APIs marked [`@Experimental`]({{ site.baseurl }}/documentation/sdks/javadoc/{{ site.release_latest }}/org/apache/beam/sdk/annotations/Experimental.html)
 may change at any point and are not guaranteed to remain compatible across versions.
 
-Additionally, any API may change before the first stable release, i.e., between versions denoted `0.x.y`.
+Additionally, any API may change before the first stable release, i.e., between
+versions denoted `0.x.y`.
 
 ## Releases
 
diff --git a/src/index.md b/src/index.md
index 9419fcd..94a4c66 100644
--- a/src/index.md
+++ b/src/index.md
@@ -17,7 +17,7 @@ logos:
   url: https://cloud.google.com/dataflow/
 - title: Gearpump
   image_url: /images/logo_gearpump.png
-  url: http://gearpump.apache.org/  
+  url: http://gearpump.apache.org/
 
 pillars:
 - title: Unified
@@ -48,6 +48,7 @@ cards:
           </div>
           <div class="hero__ctas hero__ctas--first">
             <a class="button button--primary" href="{{'/get-started/beam-overview/'|prepend:site.baseurl}}">Learn more</a>
+            <a class="button button--primary" href="{{'/get-started/downloads/'|prepend:site.baseurl}}">Download Beam SDK {{ site.release_latest }}</a>
           </div>
           <div class="hero__ctas">
             <a class="button" href="{{'/get-started/quickstart-java/'|prepend:site.baseurl}}">Java Quickstart</a>
@@ -147,6 +148,7 @@ cards:
   </div>
   <div class="ctas__ctas ctas__ctas--top">
   <a class="button button--primary" href="{{'/get-started/beam-overview/'|prepend:site.baseurl}}">Learn more</a>
+  <a class="button button--primary" href="{{'/get-started/downloads/'|prepend:site.baseurl}}">Download Beam SDK {{ site.release_latest }}</a>
   </div>
   <div class="ctas__ctas">
   <a class="button" href="{{'/get-started/quickstart-java/'|prepend:site.baseurl}}">Java Quickstart</a>

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

[beam-site] 02/02: This closes #367

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 469b5e4f91155b8e0c92ce8c81f5b8bdf45d424e
Merge: 2ca4ba3 0931b13
Author: Mergebot <me...@apache.org>
AuthorDate: Tue Dec 19 23:48:49 2017 +0000

    This closes #367

 src/get-started/downloads.md | 33 ++++++++++++++++++++++-----------
 src/index.md                 |  4 +++-
 2 files changed, 25 insertions(+), 12 deletions(-)

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