You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2018/01/24 06:16:22 UTC

[beam] branch master updated: Increment the Dataflow runner major version to 7.

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

lcwik 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 57e8525  Increment the Dataflow runner major version to 7.
57e8525 is described below

commit 57e8525a3c5514e10a746c32a5026505c05ca89a
Author: Marian Dvorsky <ma...@google.com>
AuthorDate: Tue Dec 5 15:50:52 2017 +0100

    Increment the Dataflow runner major version to 7.
---
 runners/google-cloud-dataflow-java/build.gradle                | 2 +-
 runners/google-cloud-dataflow-java/pom.xml                     | 2 +-
 sdks/python/apache_beam/runners/dataflow/internal/apiclient.py | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/runners/google-cloud-dataflow-java/build.gradle b/runners/google-cloud-dataflow-java/build.gradle
index 1656733..b0e2a89 100644
--- a/runners/google-cloud-dataflow-java/build.gradle
+++ b/runners/google-cloud-dataflow-java/build.gradle
@@ -34,7 +34,7 @@ evaluationDependsOn(":model:fn-execution")
 
 processResources {
   filter org.apache.tools.ant.filters.ReplaceTokens, tokens: [
-    'dataflow.legacy_environment_major_version' : '6',
+    'dataflow.legacy_environment_major_version' : '7',
     'dataflow.fnapi_environment_major_version' : '1',
     'dataflow.container_version' : 'beam-master-20180122'
   ]
diff --git a/runners/google-cloud-dataflow-java/pom.xml b/runners/google-cloud-dataflow-java/pom.xml
index 8006ecc..27cf2e1 100644
--- a/runners/google-cloud-dataflow-java/pom.xml
+++ b/runners/google-cloud-dataflow-java/pom.xml
@@ -35,7 +35,7 @@
   <properties>
     <dataflow.container_version>beam-master-20180122</dataflow.container_version>
     <dataflow.fnapi_environment_major_version>1</dataflow.fnapi_environment_major_version>
-    <dataflow.legacy_environment_major_version>6</dataflow.legacy_environment_major_version>
+    <dataflow.legacy_environment_major_version>7</dataflow.legacy_environment_major_version>
   </properties>
 
   <profiles>
diff --git a/sdks/python/apache_beam/runners/dataflow/internal/apiclient.py b/sdks/python/apache_beam/runners/dataflow/internal/apiclient.py
index dd6bf95..1cf80b7 100644
--- a/sdks/python/apache_beam/runners/dataflow/internal/apiclient.py
+++ b/sdks/python/apache_beam/runners/dataflow/internal/apiclient.py
@@ -52,7 +52,7 @@ from apache_beam.utils import retry
 # Environment version information. It is passed to the service during a
 # a job submission and is used by the service to establish what features
 # are expected by the workers.
-_LEGACY_ENVIRONMENT_MAJOR_VERSION = '6'
+_LEGACY_ENVIRONMENT_MAJOR_VERSION = '7'
 _FNAPI_ENVIRONMENT_MAJOR_VERSION = '1'
 
 

-- 
To stop receiving notification emails like this one, please contact
lcwik@apache.org.