Skip to content

Commit

Permalink
dataflow.properties: update for new configuration in Apache Beam 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalperi committed May 23, 2017
1 parent f671e6a commit e08f5c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@

<dataflow.release_name>Google Cloud Dataflow SDK for Java</dataflow.release_name>
<dataflow.container_version>${project.version}-20170517</dataflow.container_version>
<dataflow.environment_major_version>6</dataflow.environment_major_version>
<dataflow.legacy_environment_major_version>6</dataflow.legacy_environment_major_version>
<dataflow.fnapi_environment_major_version>1</dataflow.fnapi_environment_major_version>
</properties>

<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# License for the specific language governing permissions and limitations under
# the License.

environment.major.version=${dataflow.environment_major_version}

worker.image.batch=dataflow.gcr.io/v1beta3/beam-java-batch:${dataflow.container_version}
worker.image.streaming=dataflow.gcr.io/v1beta3/beam-java-streaming:${dataflow.container_version}
legacy.environment.major.version=${dataflow.legacy_environment_major_version}
fnapi.environment.major.version=${dataflow.fnapi_environment_major_version}
container.version=${dataflow.container_version}

0 comments on commit e08f5c0

Please sign in to comment.