Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #575 from dhalperi/master
Browse files Browse the repository at this point in the history
dataflow.properties: update for new configuration in Apache Beam 2.0.0
  • Loading branch information
dhalperi authored May 23, 2017
2 parents f671e6a + e08f5c0 commit c01287e
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 c01287e

Please sign in to comment.