[beam] branch aaltay-patch-3 deleted (was 41efa38)

2019-08-23 Thread altay
This is an automated email from the ASF dual-hosted git repository.

altay pushed a change to branch aaltay-patch-3
in repository https://gitbox.apache.org/repos/asf/beam.git.


 was 41efa38  Updated 2.15.0 blog post

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[beam] branch master updated (aa8b29b -> f085cb5)

2019-08-23 Thread robertwb
This is an automated email from the ASF dual-hosted git repository.

robertwb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


from aa8b29b  [BEAM-7909] upgrade python lib versions to match to dataflow 
worker (#9388)
 add aeada18  Rename assertArrayCountEqual to assertUnhashableCountEqual 
and fix typo
 add f085cb5  Merge pull request #9352 Fix and rename 
assertUnhashableCountEqual.

No new revisions were added by this update.

Summary of changes:
 .../python/apache_beam/testing/extra_assertions.py |  6 +++---
 .../apache_beam/testing/extra_assertions_test.py   | 23 +++---
 2 files changed, 15 insertions(+), 14 deletions(-)



[beam] branch master updated (279c55f -> aa8b29b)

2019-08-23 Thread altay
This is an automated email from the ASF dual-hosted git repository.

altay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


from 279c55f  Merge pull request #9420 Updated 2.15.0 blog post
 add aa8b29b  [BEAM-7909] upgrade python lib versions to match to dataflow 
worker (#9388)

No new revisions were added by this update.

Summary of changes:
 sdks/python/container/base_image_requirements.txt | 52 +++
 sdks/python/setup.py  |  2 +-
 2 files changed, 27 insertions(+), 27 deletions(-)



[beam] branch asf-site updated: Publishing website 2019/08/23 19:47:04 at commit 279c55f

2019-08-23 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new dba2a69  Publishing website 2019/08/23 19:47:04 at commit 279c55f
dba2a69 is described below

commit dba2a6945e6a8883d28fffd39583887e719b8743
Author: jenkins 
AuthorDate: Fri Aug 23 19:47:05 2019 +

Publishing website 2019/08/23 19:47:04 at commit 279c55f
---
 .../blog/2019/08/22/beam-2.15.0.html| 21 +++--
 website/generated-content/feed.xml  | 21 +++--
 2 files changed, 30 insertions(+), 12 deletions(-)

diff --git a/website/generated-content/blog/2019/08/22/beam-2.15.0.html 
b/website/generated-content/blog/2019/08/22/beam-2.15.0.html
index 9169592..2616294 100644
--- a/website/generated-content/blog/2019/08/22/beam-2.15.0.html
+++ b/website/generated-content/blog/2019/08/22/beam-2.15.0.html
@@ -197,21 +197,25 @@ For more information on changes in 2.15.0, check out the
 
 
   Vendored Guava was upgraded to version 26.0.
+  Support multi-process execution on the FnApiRunner for Python. (https://issues.apache.org/jira/browse/BEAM-3645";>BEAM-3645)
 
 
 I/Os
 
 
-  Add AvroIO.sink for IndexedRecord (FileIO compatible).
+  Add AvroIO.sink for IndexedRecord (FileIO compatible). (https://issues.apache.org/jira/browse/BEAM-6480";>BEAM-6480)
+  Add support for writing to BigQuery clustered tables. (https://issues.apache.org/jira/browse/BEAM-5191";>BEAM-5191)
 
 
 New Features / Improvements
 
 
-  Support ParquetTable in SQL.
-  Add hot key detection to Dataflow Runner.
-  Enable throughput collection in BigQuery performance tests.
-  Support schemas in the JDBC sink.
+  Support ParquetTable in SQL. (https://issues.apache.org/jira/browse/BEAM-7728";>BEAM-7728)
+  Add hot key detection to Dataflow Runner. (https://issues.apache.org/jira/browse/BEAM-7820";>BEAM-7820)
+  Support schemas in the JDBC sink. (https://issues.apache.org/jira/browse/BEAM-6675";>BEAM-6675)
+  Report GCS throttling time to Dataflow autoscaler for better 
autoscaling. (https://issues.apache.org/jira/browse/BEAM-7667";>BEAM-7667)
+  Support transform_name_mapping option in Python SDK for --update use. (https://issues.apache.org/jira/browse/BEAM-7761";>BEAM-7761)
+  Dependency: Upgrade Jackson databind to version 2.9.9.3 (https://issues.apache.org/jira/browse/BEAM-7880";>BEAM-7880)
 
 
 Bugfixes
@@ -223,7 +227,12 @@ For more information on changes in 2.15.0, check out the
 Known Issues
 
 
-  https://issues.apache.org/jira/browse/BEAM-7616";>BEAM-7616 
urlopen calls may get stuck.
+  https://issues.apache.org/jira/browse/BEAM-7616";>BEAM-7616 
urlopen calls may get stuck. (Regression from 2.14.0)
+
+
+Breaking Changes
+
+  --region flag will be a required 
flag in the future for Dataflow. A warning is added to warn for this future 
change. (https://issues.apache.org/jira/browse/BEAM-7833";>BEAM-7833)
 
 
 List of Contributors
diff --git a/website/generated-content/feed.xml 
b/website/generated-content/feed.xml
index 48ff680..c392aa8 100644
--- a/website/generated-content/feed.xml
+++ b/website/generated-content/feed.xml
@@ -44,21 +44,25 @@ For more information on changes in 2.15.0, check out the
 
 
  • Vendored Guava was upgraded to version 26.0.
  • +
  • Support multi-process execution on the FnApiRunner for Python. (BEAM-3645;)

I/Os

    -
  • Add AvroIO.sink for IndexedRecord (FileIO compatible).
  • +
  • Add AvroIO.sink for IndexedRecord (FileIO compatible). (BEAM-6480;)
  • +
  • Add support for writing to BigQuery clustered tables. (BEAM-5191;)

New Features / Improvements

    -
  • Support ParquetTable in SQL.
  • -
  • Add hot key detection to Dataflow Runner.
  • -
  • Enable throughput collection in BigQuery performance tests.
  • -
  • Support schemas in the JDBC sink.
  • +
  • Support ParquetTable in SQL. (BEAM-7728;)
  • +
  • Add hot key detection to Dataflow Runner. (BEAM-7820;)
  • +
  • Support schemas in the JDBC sink. (BEAM-6675;)
  • +
  • Report GCS throttling time to Dataflow autoscaler for better autoscaling. (BEAM-7667;)
  • +
  • Support transform_name_mapping option in Python SDK for --update use. (BEAM-7761;)
  • +
  • Depen

[beam] branch master updated (d009f72 -> 279c55f)

2019-08-23 Thread yifanzou
This is an automated email from the ASF dual-hosted git repository.

yifanzou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


from d009f72  Merge pull request #9415 from kanterov/zetasql-bytes-literals
 add 41efa38  Updated 2.15.0 blog post
 add 279c55f  Merge pull request #9420 Updated 2.15.0 blog post

No new revisions were added by this update.

Summary of changes:
 website/src/_posts/2019-08-22-beam-2.15.0.md | 23 +++
 1 file changed, 15 insertions(+), 8 deletions(-)



[beam] branch master updated: [BEAM-6783] Unignore ZetaSQLDialectSpecTestZetaSQL#testSelectBytes

2019-08-23 Thread amaliujia
This is an automated email from the ASF dual-hosted git repository.

amaliujia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
 new c1b45a7  [BEAM-6783] Unignore 
ZetaSQLDialectSpecTestZetaSQL#testSelectBytes
 new d009f72  Merge pull request #9415 from kanterov/zetasql-bytes-literals
c1b45a7 is described below

commit c1b45a7a9ce8f736db513497c1947e7cdc03e699
Author: Gleb Kanterov 
AuthorDate: Fri Aug 23 13:39:34 2019 +0200

[BEAM-6783] Unignore ZetaSQLDialectSpecTestZetaSQL#testSelectBytes

It was already fixed as a part of BEAM-6783.
---
 .../beam/sdk/extensions/sql/zetasql/ZetaSQLDialectSpecTestZetaSQL.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/zetasql/ZetaSQLDialectSpecTestZetaSQL.java
 
b/sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/zetasql/ZetaSQLDialectSpecTestZetaSQL.java
index fb3f811..d75ded1 100644
--- 
a/sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/zetasql/ZetaSQLDialectSpecTestZetaSQL.java
+++ 
b/sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/zetasql/ZetaSQLDialectSpecTestZetaSQL.java
@@ -3442,7 +3442,6 @@ public class ZetaSQLDialectSpecTestZetaSQL {
   }
 
   @Test
-  @Ignore("Need to improve codegen's bytes support")
   public void testSelectBytes() {
 String sql = "SELECT b\"ByTes\"";
 ZetaSQLQueryPlanner zetaSQLQueryPlanner = new ZetaSQLQueryPlanner(config);



[beam] branch aaltay-patch-3 created (now 41efa38)

2019-08-23 Thread altay
This is an automated email from the ASF dual-hosted git repository.

altay pushed a change to branch aaltay-patch-3
in repository https://gitbox.apache.org/repos/asf/beam.git.


  at 41efa38  Updated 2.15.0 blog post

No new revisions were added by this update.



[beam] branch master updated: [BEAM-7988] py: include runner name when runner is invalid

2019-08-23 Thread goenka
This is an automated email from the ASF dual-hosted git repository.

goenka pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
 new 1041db2  [BEAM-7988] py: include runner name when runner is invalid
 new 862b04c  Merge pull request #9355 from ibzib/bad-runner
1041db2 is described below

commit 1041db2c300aab7e94e7a008b71ea1a091045f9a
Author: Kyle Weaver 
AuthorDate: Thu Aug 15 17:24:30 2019 -0700

[BEAM-7988] py: include runner name when runner is invalid
---
 sdks/python/apache_beam/pipeline.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sdks/python/apache_beam/pipeline.py 
b/sdks/python/apache_beam/pipeline.py
index 25f9a1f..2a3c6a7 100644
--- a/sdks/python/apache_beam/pipeline.py
+++ b/sdks/python/apache_beam/pipeline.py
@@ -145,8 +145,8 @@ class Pipeline(object):
 if isinstance(runner, str):
   runner = create_runner(runner)
 elif not isinstance(runner, PipelineRunner):
-  raise TypeError('Runner must be a PipelineRunner object or the '
-  'name of a registered runner.')
+  raise TypeError('Runner %s is not a PipelineRunner object or the '
+  'name of a registered runner.' % runner)
 
 # Validate pipeline options
 errors = PipelineOptionsValidator(self._options, runner).validate()



[beam] branch master updated: [BEAM-7642] Fix python sdk AfterProcessingTime unit discrepancy

2019-08-23 Thread goenka
This is an automated email from the ASF dual-hosted git repository.

goenka pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
 new 4670398  [BEAM-7642] Fix python sdk AfterProcessingTime unit 
discrepancy
 new de1cfd1  Merge pull request #9397 from y1chi/BEAM-7642
4670398 is described below

commit 4670398811572b86f08670a0248544b5cc6b4745
Author: Yichi Zhang 
AuthorDate: Wed Aug 21 18:16:38 2019 -0700

[BEAM-7642] Fix python sdk AfterProcessingTime unit discrepancy
---
 sdks/python/apache_beam/transforms/trigger.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sdks/python/apache_beam/transforms/trigger.py 
b/sdks/python/apache_beam/transforms/trigger.py
index dbda3cc..e1db856 100644
--- a/sdks/python/apache_beam/transforms/trigger.py
+++ b/sdks/python/apache_beam/transforms/trigger.py
@@ -337,12 +337,12 @@ class AfterProcessingTime(TriggerFn):
 proto.after_processing_time
 .timestamp_transforms[0]
 .delay
-.delay_millis))
+.delay_millis) // 1000)
 
   def to_runner_api(self, context):
 delay_proto = beam_runner_api_pb2.TimestampTransform(
 delay=beam_runner_api_pb2.TimestampTransform.Delay(
-delay_millis=self.delay))
+delay_millis=self.delay * 1000))
 return beam_runner_api_pb2.Trigger(
 after_processing_time=beam_runner_api_pb2.Trigger.AfterProcessingTime(
 timestamp_transforms=[delay_proto]))



[beam] 01/01: Release upper bound for dill

2019-08-23 Thread altay
This is an automated email from the ASF dual-hosted git repository.

altay pushed a commit to branch aaltay-patch-2
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 367f85de3bf45ed04142c0ae8414dc11a2cb5d3f
Author: Ahmet Altay 
AuthorDate: Fri Aug 23 10:53:24 2019 -0700

Release upper bound for dill

Dill now has a 0.3.0 version. Could not find any release notes to tell 
whether there are any breaking changes or not. (Asked here: 
https://github.com/uqfoundation/dill/issues/223)
---
 sdks/python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 7447940..0ea6c80 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -105,7 +105,7 @@ REQUIRED_PACKAGES = [
 'avro>=1.8.1,<2.0.0; python_version < "3.0"',
 'avro-python3>=1.8.1,<2.0.0; python_version >= "3.0"',
 'crcmod>=1.7,<2.0',
-'dill>=0.2.9,<0.2.10',
+'dill>=0.2.9,<0.4.0',
 'fastavro>=0.21.4,<0.22',
 'future>=0.16.0,<1.0.0',
 'futures>=3.2.0,<4.0.0; python_version < "3.0"',



[beam] branch aaltay-patch-2 created (now 367f85d)

2019-08-23 Thread altay
This is an automated email from the ASF dual-hosted git repository.

altay pushed a change to branch aaltay-patch-2
in repository https://gitbox.apache.org/repos/asf/beam.git.


  at 367f85d  Release upper bound for dill

This branch includes the following new commits:

 new 367f85d  Release upper bound for dill

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.




[beam] branch postcommit_validation_pr created (now b627a07)

2019-08-23 Thread markliu
This is an automated email from the ASF dual-hosted git repository.

markliu pushed a change to branch postcommit_validation_pr
in repository https://gitbox.apache.org/repos/asf/beam.git.


  at b627a07  Add empty file in order to create a test PR

This branch includes the following new commits:

 new b627a07  Add empty file in order to create a test PR

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.




[beam] 01/01: Add empty file in order to create a test PR

2019-08-23 Thread markliu
This is an automated email from the ASF dual-hosted git repository.

markliu pushed a commit to branch postcommit_validation_pr
in repository https://gitbox.apache.org/repos/asf/beam.git

commit b627a07b875f315f71ef274d88c113f6ff6c6729
Author: Mark Liu 
AuthorDate: Fri Aug 23 10:49:21 2019 -0700

Add empty file in order to create a test PR
---
 empty_file.txt | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/empty_file.txt b/empty_file.txt
new file mode 100644
index 000..e69de29



[beam] branch master updated (dc63296 -> ad92513)

2019-08-23 Thread pabloem
This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


from dc63296  Merge pull request #9416: [BEAM-8082] Do not publish any 
metrics in Load tests on Flink
 add ad92513  Add PubSub BigQuery IT in Python for Batch Loads in Streaming 
(#9309)

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/io/gcp/bigquery_test.py | 94 -
 sdks/python/test-suites/direct/py2/build.gradle |  1 +
 2 files changed, 94 insertions(+), 1 deletion(-)



[beam] branch master updated (dcb389d -> dc63296)

2019-08-23 Thread lgajowy
This is an automated email from the ASF dual-hosted git repository.

lgajowy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


from dcb389d  Merge pull request #9394 [BEAM-8007] Document SDK 2.15.0 
Python dependencies
 add 4648e13  [BEAM-8082] Do not publish any metrics in Load tests on Flink
 add dc63296  Merge pull request #9416: [BEAM-8082] Do not publish any 
metrics in Load tests on Flink

No new revisions were added by this update.

Summary of changes:
 .test-infra/jenkins/job_LoadTests_Combine_Flink_Python.groovy | 6 +++---
 .test-infra/jenkins/job_LoadTests_coGBK_Flink_Python.groovy   | 8 
 2 files changed, 7 insertions(+), 7 deletions(-)



[beam] branch asf-site updated: Publishing website 2019/08/23 16:01:42 at commit dcb389d

2019-08-23 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new e8fdb9e  Publishing website 2019/08/23 16:01:42 at commit dcb389d
e8fdb9e is described below

commit e8fdb9e609342b76ad0533a5163362c10232a598
Author: jenkins 
AuthorDate: Fri Aug 23 16:01:43 2019 +

Publishing website 2019/08/23 16:01:42 at commit dcb389d
---
 .../sdks/python-dependencies/index.html| 39 ++
 1 file changed, 39 insertions(+)

diff --git 
a/website/generated-content/documentation/sdks/python-dependencies/index.html 
b/website/generated-content/documentation/sdks/python-dependencies/index.html
index 2753af7..7c35d28 100644
--- 
a/website/generated-content/documentation/sdks/python-dependencies/index.html
+++ 
b/website/generated-content/documentation/sdks/python-dependencies/index.html
@@ -290,6 +290,45 @@ the listed versions that will be in scope during 
execution.
 To see the compile and runtime dependencies for your Beam SDK version, 
expand
 the relevant section below.
 
+2.15.0
+
+Beam SDK for Python 2.15.0 has the following compile and
+  runtime dependencies.
+
+  PackageVersion
+  avro-python3>=1.8.1,<2.0.0; python_version >= 
"3.0"
+  avro>=1.8.1,<2.0.0; python_version < 
"3.0"
+  cachetools>=3.1.0,<4
+  crcmod>=1.7,<2.0
+  dill>=0.2.9,<0.2.10
+  fastavro>=0.21.4,<0.22
+  future>=0.16.0,<1.0.0
+  futures>=3.2.0,<4.0.0; python_version < 
"3.0"
+  google-apitools>=0.5.28,<0.5.29
+  google-cloud-bigquery>=1.6.0,<1.18.0
+  google-cloud-bigtable>=0.31.1,<0.33.0
+  google-cloud-core>=0.28.1,<2
+  google-cloud-datastore>=1.7.1,<1.8.0
+  google-cloud-pubsub>=0.39.0,<0.40.0
+  googledatastore>=7.0.1,<7.1; python_version < 
"3.0"
+  grpcio>=1.8,<2
+  hdfs>=2.1.0,<3.0.0
+  httplib2>=0.8,<=0.12.0
+  mock>=1.0.1,<3.0.0
+  oauth2client>=2.0.1,<4
+  proto-google-cloud-datastore-v1>=0.90.0,<=0.90.4; 
python_version < "3.0"
+  protobuf>=3.5.0.post1,<4
+  pyarrow>=0.11.1,<0.15.0; python_version >= "3.0" 
or platform_system != "Windows"
+  pydot>=1.2.0,<2
+  pymongo>=3.8.0,<4.0.0
+  pytz>=2018.3
+  pyvcf>=0.6.8,<0.7.0; python_version < 
"3.0"
+  pyyaml>=3.12,<4.0.0
+  typing>=3.6.0,<3.7.0; python_version < 
"3.5.0"
+
+
+
+
 2.14.0
 
 Beam SDK for Python 2.14.0 has the following compile and



[beam] branch master updated (b830a6c -> dcb389d)

2019-08-23 Thread yifanzou
This is an automated email from the ASF dual-hosted git repository.

yifanzou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


from b830a6c  Merge pull request #9413 fix in the beam website download file
 add f3be08a  SDK 2.15.0 Python dependencies
 add dcb389d  Merge pull request #9394 [BEAM-8007] Document SDK 2.15.0 
Python dependencies

No new revisions were added by this update.

Summary of changes:
 .../src/documentation/sdks/python-dependencies.md  | 39 ++
 1 file changed, 39 insertions(+)



[beam] branch asf-site updated: Publishing website 2019/08/23 07:52:19 at commit b830a6c

2019-08-23 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new d7a97e3  Publishing website 2019/08/23 07:52:19 at commit b830a6c
d7a97e3 is described below

commit d7a97e3e3f896b21f9fd03c88757465b6f0554e0
Author: jenkins 
AuthorDate: Fri Aug 23 07:52:20 2019 +

Publishing website 2019/08/23 07:52:19 at commit b830a6c
---
 website/generated-content/get-started/downloads/index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/generated-content/get-started/downloads/index.html 
b/website/generated-content/get-started/downloads/index.html
index 3d36f28..3e12893 100644
--- a/website/generated-content/get-started/downloads/index.html
+++ b/website/generated-content/get-started/downloads/index.html
@@ -216,9 +216,9 @@
   
   API stability
   Releases
-  2.15.0 (2019-08-22)
-  2.14.0 (2019-08-01)
+  2.15.0 (2019-08-22)
 
+  2.14.0 (2019-08-01)
   2.13.0 (2019-05-21)
   2.12.0 (2019-04-25)
   2.11.0 (2019-02-26)
@@ -337,7 +337,7 @@ versions denoted 0.x.y.
 
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12345489";>Release
 notes.
 
-2.14.0 (2019-08-01)
+2.14.0 (2019-08-01)
 Official http://www.apache.org/dyn/closer.cgi/beam/2.14.0/apache-beam-2.14.0-source-release.zip";>source
 code download.
 https://www.apache.org/dist/beam/2.14.0/apache-beam-2.14.0-source-release.zip.sha512";>SHA-512.
 https://www.apache.org/dist/beam/2.14.0/apache-beam-2.14.0-source-release.zip.asc";>signature.



[beam] branch master updated (0020398 -> b830a6c)

2019-08-23 Thread yifanzou
This is an automated email from the ASF dual-hosted git repository.

yifanzou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


from 0020398  Merge pull request #9412 fix 2.15.0 release blog
 add db9b497  fix in the beam website download file
 add b830a6c  Merge pull request #9413 fix in the beam website download file

No new revisions were added by this update.

Summary of changes:
 website/src/get-started/downloads.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[beam] branch asf-site updated: Publishing website 2019/08/23 07:27:37 at commit 0020398

2019-08-23 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new cd2f457  Publishing website 2019/08/23 07:27:37 at commit 0020398
cd2f457 is described below

commit cd2f45724fead770f8bdc52a87ff904bab0bfeca
Author: jenkins 
AuthorDate: Fri Aug 23 07:27:37 2019 +

Publishing website 2019/08/23 07:27:37 at commit 0020398
---
 .../generated-content/2019/08/22/beam-2.15.0.html  |  83 --
 .../2019/08/22/beam-2.15.0.html}   | 288 +++--
 website/generated-content/blog/index.html  |  25 +-
 website/generated-content/feed.xml |  33 +--
 website/generated-content/index.html   |   4 +-
 5 files changed, 122 insertions(+), 311 deletions(-)

diff --git a/website/generated-content/2019/08/22/beam-2.15.0.html 
b/website/generated-content/2019/08/22/beam-2.15.0.html
deleted file mode 100644
index 975787f..000
--- a/website/generated-content/2019/08/22/beam-2.15.0.html
+++ /dev/null
@@ -1,83 +0,0 @@
-
-
-layout: post
-title:  “Apache Beam 2.15.0”
-date:   2019-08-22 00:00:01 -0800
-Date above corrected but 
keep the old URL:
-permalink: /blog/2019/08/22/beam-2.15.0.html
-excerpt_separator: 
-categories: blog
-authors:
-- yifanzou
-
-
-
-
-We are happy to present the new 2.15.0 release of Beam. This release 
includes both improvements and new functionality.
-See the download page 
for this release.
-For more information on changes in 2.15.0, check out the
-https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12345489";>detailed
 release notes.
-
-Highlights
-
-
-  Vendored Guava was upgraded to version 26.0.
-
-
-I/Os
-
-
-  Add AvroIO.sink for IndexedRecord (FileIO compatible).
-
-
-New Features / Improvements
-
-
-  Support ParquetTable in SQL.
-  Add hot key detection to Dataflow Runner.
-  Enable throughput collection in BigQuery performance tests.
-  Support schemas in the JDBC sink.
-
-
-Bugfixes
-
-
-  Various bug fixes and performance improvements.
-
-
-Known Issues
-
-
-  https://issues.apache.org/jira/browse/BEAM-7616";>BEAM-7616 
urlopen calls may get stuck.
-
-
-List of Contributors
-
-According to git shortlog, the following people contributed to the 2.15.0 
release. Thank you to all contributors!
-
-Ahmet Altay, Alexey Romanenko, Alex Goos, Alireza Samadian, Andrew Pilloud, 
Ankur Goenka,
-Anton Kedin, Aryan Naraghi, Bartok Jozsef, bmv126, B M VISHWAS, Boyuan Zhang,
-Brian Hulette, brucearctor, Cade Markegard, Cam Mach, Chad Dombrova,
-Chaim Turkel, Chamikara Jayalath, Charith Ellawala, Claire McGinty, Craig 
Chambers,
-Daniel Oliveira, David Cavazos, David Moravek, Dominic Mitchell, Dustin Rhodes,
-Etienne Chauchot, Filipe Regadas, Gleb Kanterov, Gunnar Schulze, Hannah Jiang,
-Heejong Lee, Henry Suryawirawan, Ismaël Mejía, Ivo Galic, Jan Lukavský,
-Jawad, Juta, Juta Staes, Kai Jiang, Kamil Wasilewski, Kasia Kucharczyk,
-Kenneth Jung, Kenneth Knowles, Kyle Weaver, Lily Li, Logan HAUSPIE, lostluck,
-Łukasz Gajowy, Luke Cwik, Mark Liu, Matt Helm, Maximilian Michels,
-Michael Luckey, Mikhail Gryzykhin, Neville Li, Nicholas Rucci, pabloem,
-Pablo Estrada, Paul King, Paul Suganthan, Raheel Khan, Rakesh Kumar,
-Reza Rokni, Robert Bradshaw, Robert Burke, rosetn, Rui Wang, Ryan Skraba, 
RyanSkraba,
-Sahith Nallapareddy, Sam Rohde, Sam Whittle, Steve Niemitz, Tanay 
Tummalapalli, Thomas Weise,
-Tianyang Hu, ttanay, tvalentyn, Udi Meiri, Valentyn Tymofieiev, Wout Scheepers,
-yanzhi, Yekut, Yichi Zhang, Yifan Zou, yoshiki.obata, Yueyang Qiu, Yunqing 
Zhou
diff --git a/website/generated-content/index.html 
b/website/generated-content/blog/2019/08/22/beam-2.15.0.html
similarity index 59%
copy from website/generated-content/index.html
copy to website/generated-content/blog/2019/08/22/beam-2.15.0.html
index 0e54f26..9169592 100644
--- a/website/generated-content/index.html
+++ b/website/generated-content/blog/2019/08/22/beam-2.15.0.html
@@ -28,9 +28,8 @@
   
   
   
-  Apache Beam
-  
+  Apache Beam 2.15.0
+  
   https://fonts.googleapis.com/css?family=Roboto:100,300,400"; 
rel="stylesheet">
   
   https://code.jquery.com/jquery-2.2.4.min.js";>
@@ -39,7 +38,7 @@
   
   
   
-  https://beam.apache.org/"; data-proofer-ignore>
+  https://beam.apache.org/blog/2019/08/22/beam-2.15.0.html"; 
data-proofer-ignore>
   
   https://beam.apache.org/feed.xml";>
   https://use.fontawesome.com/releases/v5.4.1/css/all.css"; 
integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz"
 crossorigin="anonymous">
@@ -53,7 +52,7 @@
   
 
 
-  
+  
 
-  https://github.com/apache/beam/edit/master/website/src/index.md"; 
data-proofer-ignore>
+  https://github.com/apache/beam/edit/master/website/src/_posts/2019-08-22-beam-2.15.0.md";
 data-proofer-ignore>
 
   
 
@

[beam] branch master updated (93f02f9 -> 0020398)

2019-08-23 Thread yifanzou
This is an automated email from the ASF dual-hosted git repository.

yifanzou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


from 93f02f9  Merge pull request #9346 Add blog post for 2.15.0 release
 add d943bd6  fix 2.15.0 release blog
 add 0020398  Merge pull request #9412 fix 2.15.0 release blog

No new revisions were added by this update.

Summary of changes:
 website/src/_posts/2019-08-22-beam-2.15.0.md | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)