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 2018/08/13 22:33:49 UTC

[beam-site] branch mergebot updated (a2e4bbe -> b76e7b4)

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 a2e4bbe  This closes #535
     add 6de1aef  Prepare repository for deployment.
     new d73b18d  Fixing 2.6.0 blog post
     new cfe7ebb  Quick fixes to layout
     new b29ac7c  Address readability reviews
     new 61291b7  Grammar pass + pretty print
     new b76e7b4  This closes #536

The 5 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/index.html                  | 35 +++++++-----
 src/_data/authors.yml                          |  2 +-
 src/_includes/authors-list.md                  | 13 -----
 src/_posts/2018-08-10-beam-2.6.0.md            | 75 ++++++++++++++++++++++++++
 src/_posts/src/_posts/2018-08-10-beam-2.6.0.md | 58 --------------------
 5 files changed, 98 insertions(+), 85 deletions(-)
 create mode 100644 src/_posts/2018-08-10-beam-2.6.0.md
 delete mode 100644 src/_posts/src/_posts/2018-08-10-beam-2.6.0.md


[beam-site] 05/05: This closes #536

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 b76e7b4a3acb3294bb9c5d4b2acded8e3647148c
Merge: 6de1aef 61291b7
Author: Mergebot <me...@apache.org>
AuthorDate: Mon Aug 13 22:33:11 2018 +0000

    This closes #536

 src/_data/authors.yml                          |  2 +-
 src/_includes/authors-list.md                  | 13 -----
 src/_posts/2018-08-10-beam-2.6.0.md            | 75 ++++++++++++++++++++++++++
 src/_posts/src/_posts/2018-08-10-beam-2.6.0.md | 58 --------------------
 4 files changed, 76 insertions(+), 72 deletions(-)


[beam-site] 04/05: Grammar pass + pretty print

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 61291b7ac98776e1386a6d2c7c0752c2f5a8c69f
Author: Rafael Fernández <rf...@google.com>
AuthorDate: Mon Aug 13 14:23:33 2018 -0700

    Grammar pass + pretty print
---
 src/_posts/2018-08-10-beam-2.6.0.md | 51 +++++++++++++++++--------------------
 1 file changed, 23 insertions(+), 28 deletions(-)

diff --git a/src/_posts/2018-08-10-beam-2.6.0.md b/src/_posts/2018-08-10-beam-2.6.0.md
index 2f53ad5..247ff3e 100644
--- a/src/_posts/2018-08-10-beam-2.6.0.md
+++ b/src/_posts/2018-08-10-beam-2.6.0.md
@@ -11,10 +11,8 @@ authors:
 ---
 
 We are glad to present the new 2.6.0 release of Beam.
-This release includes multiple fixes and new functionalities.
-Specifically, we spent a significant amount of time trying to
-automate the release, and fix the continuous integration. We
-also have significant new features in SQL, and portability.<!--more--> For more information, please, check the detailed
+This release includes multiple fixes and new functionality, such as new features in SQL and portability.<!--more-->
+We also spent a significant amount of time automating the release and fixing continuous integration. For more information, check the
 [release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12343392
 ).
 
@@ -22,48 +20,45 @@ also have significant new features in SQL, and portability.<!--more--> For more
 
 ### gRPC/Protobuf shading
 
-* gRPC/protobuf is now shaded in the majority of Apache Beam
-Java modules. A few modules which expose gRPC/protobuf on the
+* `gRPC/protobuf` is now shaded in the majority of Apache Beam
+Java modules. A few modules which expose `gRPC/protobuf` on the
 API surface still maintain a direct dependency.
 
 ### Beam SQL
 
-* Support for the EXISTS and LIKE operators
-* Implemented SUM() aggregations
-* Fixes to CASE expression
-* Support for date comparison
-* Support LIMIT on Unbounded Data
+* Added support for the `EXISTS` and `LIKE` operators.
+* Implemented `SUM()` aggregations.
+* Fixed issues with the `CASE` expression.
+* Added support for date comparisons.
+* Added unbounded data support to `LIMIT`.
 
 ### Portability
 
 * Shared libraries for supporting timers and user state
-available for runner integration
-* A Universal Local Runner has been added to Beam. This runner
-runs in a single machine using portability, and containerized
-SDK harnesses.
-* Flink Runner now accepts jobs using the Job API
+are now available for runner integration.
+* Added a Universal Local Runner, which works on a single machine using portability and containerized SDK harnesses.
+* The Flink Runner now accepts jobs using the Job API.
 
 ### IOs
 
-* Bounded SplittableDoFn support is now available in all
-runners (SDF is the new I/O connector API)
-* HBaseIO is the first I/O supporting Bounded SDF (using
-  readAll)
-* Miscellaneous Fixes
+* Bounded `SplittableDoFn` (SDF) support is now available in all
+runners (SDF is the new I/O connector API).
+* `HBaseIO` is the first I/O supporting Bounded SDF (using
+  `readAll`).
 
 ### SDKs
 
-* Faster Python Avro IO
-* Python Avro IO has a use_fastavro option that will use
-fastavro instead of apache/avro, for a
-[3-6x speedup!](https://gist.github.com/ryan-williams/ede5ae61605e7ba6aa655071858ef52b)
+* Improved Python `AvroIO` performance.
+* Python `AvroIO` has a `use_fastavro` option that uses
+`fastavro` instead of `apache/avro`, for a
+[3-6x speedup](https://gist.github.com/ryan-williams/ede5ae61605e7ba6aa655071858ef52b)!
 
 ### Other
 
-* Updates to various dependency versions
-* Improvements to stability, performance, and documentation
+* Updated various dependency versions.
+* Improvements to stability, performance, and documentation.
 
-# List of Contributors
+## List of Contributors
 
 According to git shortlog, the following 39 people contributed
 to the 2.6.0 release. Thank you to all contributors!


[beam-site] 03/05: Address readability reviews

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 b29ac7cb413cbde95c157b8f9d9e7e1bc3a4f67c
Author: Rafael Fernández <rf...@google.com>
AuthorDate: Mon Aug 13 13:57:45 2018 -0700

    Address readability reviews
    
    Now, with better grammar!
    
    Also removes the extra title (not needed)
---
 src/_posts/2018-08-10-beam-2.6.0.md | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/_posts/2018-08-10-beam-2.6.0.md b/src/_posts/2018-08-10-beam-2.6.0.md
index 537399c..2f53ad5 100644
--- a/src/_posts/2018-08-10-beam-2.6.0.md
+++ b/src/_posts/2018-08-10-beam-2.6.0.md
@@ -10,8 +10,6 @@ authors:
 
 ---
 
-# Apache Beam version 2.6.0
-
 We are glad to present the new 2.6.0 release of Beam.
 This release includes multiple fixes and new functionalities.
 Specifically, we spent a significant amount of time trying to
@@ -48,7 +46,7 @@ SDK harnesses.
 ### IOs
 
 * Bounded SplittableDoFn support is now available in all
-runners (Note SDF is the new I/O connector API)
+runners (SDF is the new I/O connector API)
 * HBaseIO is the first I/O supporting Bounded SDF (using
   readAll)
 * Miscellaneous Fixes
@@ -58,12 +56,12 @@ runners (Note SDF is the new I/O connector API)
 * Faster Python Avro IO
 * Python Avro IO has a use_fastavro option that will use
 fastavro instead of apache/avro, for a
-[3-6xspeedup!](https://gist.github.com/ryan-williams/ede5ae61605e7ba6aa655071858ef52b)
+[3-6x speedup!](https://gist.github.com/ryan-williams/ede5ae61605e7ba6aa655071858ef52b)
 
 ### Other
 
 * Updates to various dependency versions
-* Improvements on stability, performance, and documentation
+* Improvements to stability, performance, and documentation
 
 # List of Contributors
 


[beam-site] 01/05: Fixing 2.6.0 blog post

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 d73b18d939b68d42b3e753689612aa44b18b7358
Author: Pablo <pa...@google.com>
AuthorDate: Mon Aug 13 08:44:05 2018 -0700

    Fixing 2.6.0 blog post
---
 src/_posts/{src/_posts => }/2018-08-10-beam-2.6.0.md | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/src/_posts/src/_posts/2018-08-10-beam-2.6.0.md b/src/_posts/2018-08-10-beam-2.6.0.md
similarity index 100%
rename from src/_posts/src/_posts/2018-08-10-beam-2.6.0.md
rename to src/_posts/2018-08-10-beam-2.6.0.md


[beam-site] 02/05: Quick fixes to layout

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 cfe7ebb4ba908ab9dbd0d914a34f92c929c014ef
Author: Rafael Fernández <rf...@google.com>
AuthorDate: Mon Aug 13 10:37:45 2018 -0700

    Quick fixes to layout
    
    Jekyll does not support Markdown comments. Reformatted list. Added "more" section.
    
    This should fix blog layout problems introduced in https://github.com/apache/beam-site/pull/481.
---
 src/_data/authors.yml               |  2 +-
 src/_includes/authors-list.md       | 13 ---------
 src/_posts/2018-08-10-beam-2.6.0.md | 54 ++++++++++++++++++++++++++-----------
 3 files changed, 40 insertions(+), 29 deletions(-)

diff --git a/src/_data/authors.yml b/src/_data/authors.yml
index b191c7c..aa22d5d 100644
--- a/src/_data/authors.yml
+++ b/src/_data/authors.yml
@@ -81,5 +81,5 @@ pabloem:
     email: pabloem@apache.org
     twitter: polecitoem
 rfernand:
-    name: Rafael Fernandez
+    name: Rafael Fernández
     email: rfernand@google.com
diff --git a/src/_includes/authors-list.md b/src/_includes/authors-list.md
index 0b28215..fb2808e 100644
--- a/src/_includes/authors-list.md
+++ b/src/_includes/authors-list.md
@@ -1,14 +1 @@
-<!--
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
 {% assign count = authors | size %}{% for name in authors %}{% if forloop.first == false and count > 2 %},{% endif %}{% if forloop.last and count > 1 %} &amp;{% endif %}{% assign author = site.data.authors[name] %} {{ author.name }} {% if author.twitter %}[<a href="https://twitter.com/{{ author.twitter }}">@{{ author.twitter }}</a>]{% endif %}{% endfor %}
diff --git a/src/_posts/2018-08-10-beam-2.6.0.md b/src/_posts/2018-08-10-beam-2.6.0.md
index 3211985..537399c 100644
--- a/src/_posts/2018-08-10-beam-2.6.0.md
+++ b/src/_posts/2018-08-10-beam-2.6.0.md
@@ -5,22 +5,30 @@ date:   2018-08-10 00:00:01 -0800
 excerpt_separator: <!--more-->
 categories: blog
 authors:
-  - pabloem, rfernand
+        - pabloem
+        - rfernand
+
 ---
-# Apache Beam version 2.6.0
 
-We are glad to present the new 2.6.0 release of Beam. This release includes multiple fixes and new functionalities. Specifically, we spent a significant amount of time trying to automate the release, and fix the continuous integration. We also have significant new features in SQL, and portability. Please go ahead and take a look at the following highlights:
+# Apache Beam version 2.6.0
 
-For more information, please, check the detailed [release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12343392
+We are glad to present the new 2.6.0 release of Beam.
+This release includes multiple fixes and new functionalities.
+Specifically, we spent a significant amount of time trying to
+automate the release, and fix the continuous integration. We
+also have significant new features in SQL, and portability.<!--more--> For more information, please, check the detailed
+[release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12343392
 ).
 
 ## New Features / Improvements
 
 ### gRPC/Protobuf shading
 
-* gRPC/protobuf is now shaded in the majority of Apache Beam Java modules. A few modules which expose gRPC/protobuf on the API surface still maintain a direct dependency.
+* gRPC/protobuf is now shaded in the majority of Apache Beam
+Java modules. A few modules which expose gRPC/protobuf on the
+API surface still maintain a direct dependency.
 
-### Beam SQL 
+### Beam SQL
 
 * Support for the EXISTS and LIKE operators
 * Implemented SUM() aggregations
@@ -30,29 +38,45 @@ For more information, please, check the detailed [release notes](https://issues.
 
 ### Portability
 
-* Shared libraries for supporting timers and user state available for runner integration
-* A Universal Local Runner has been added to Beam. This runner runs in a single machine using portability, and containerized SDK harnesses.
+* Shared libraries for supporting timers and user state
+available for runner integration
+* A Universal Local Runner has been added to Beam. This runner
+runs in a single machine using portability, and containerized
+SDK harnesses.
 * Flink Runner now accepts jobs using the Job API
 
 ### IOs
 
-* Bounded SplittableDoFn support is now available in all runners (Note SDF is the new I/O connector API)
-* HBaseIO is the first I/O supporting Bounded SDF (using readAll)
+* Bounded SplittableDoFn support is now available in all
+runners (Note SDF is the new I/O connector API)
+* HBaseIO is the first I/O supporting Bounded SDF (using
+  readAll)
 * Miscellaneous Fixes
 
 ### SDKs
 
 * Faster Python Avro IO
-* Python Avro IO has a use_fastavro option that will use fastavro instead of apache/avro, for a [3-6x speedup!](https://gist.github.com/ryan-williams/ede5ae61605e7ba6aa655071858ef52b)
+* Python Avro IO has a use_fastavro option that will use
+fastavro instead of apache/avro, for a
+[3-6xspeedup!](https://gist.github.com/ryan-williams/ede5ae61605e7ba6aa655071858ef52b)
 
 ### Other
 
 * Updates to various dependency versions
 * Improvements on stability, performance, and documentation
 
-
 # List of Contributors
-According to git shortlog, the following 39 people contributed to the 2.6.0 release. Thank you to all contributors!
 
-Ahmet Altay, 
-Alan Myrvold, Alexey Romanenko, Andrew Pilloud, Ankur Goenka, Boyuan Zhang, Charles Chen, cclauss, Daniel Oliveira, Elliott Brossard, Eric Beach, Etienne Chauchot, Eugene Kirpichov, Henning Rohde, Ismaël Mejía, Kai Jiang, Kasia, Kenneth Knowles, Luis Osa, Lukasz Cwik, Maria Garcia Herrero, Mark Liu, Matthias Feys, Pablo Estrada, Rafael Fernandez, Reuven Lax, Robert Bradshaw, Robert Burke, Robin Qiu, Ryan Williams, Scott Wegner, Rui Weng, Sergei Lebedev, Sindy Li, Thomas Weise, Udi Meiri, [...]
+According to git shortlog, the following 39 people contributed
+to the 2.6.0 release. Thank you to all contributors!
+
+Ahmet Altay, Alan Myrvold, Alexey Romanenko, Andrew Pilloud,
+Ankur Goenka, Boyuan Zhang, Charles Chen, cclauss,
+Daniel Oliveira, Elliott Brossard, Eric Beach,
+Etienne Chauchot, Eugene Kirpichov, Henning Rohde,
+Ismaël Mejía, Kai Jiang, Kasia, Kenneth Knowles, Luis Osa,
+Lukasz Cwik, Maria Garcia Herrero, Mark Liu, Matthias Feys,
+Pablo Estrada, Rafael Fernandez, Reuven Lax, Robert Bradshaw,
+Robert Burke, Robin Qiu, Ryan Williams, Scott Wegner, Rui Weng,
+Sergei Lebedev, Sindy Li, Thomas Weise, Udi Meiri,
+Valentyn Tymofieiev, XuMingmin, and Yifan Zou.