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/14 23:33:33 UTC

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

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 21a60d23760301699cc37d3e6752ab3096ab77a8
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.