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

Commit 10da971

Browse files
committed
DataflowPipelineRunner: preparation for 1.8.1 release
[] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141532913
1 parent ab335e6 commit 10da971

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdk/src/main/java/com/google/cloud/dataflow/sdk/runners/DataflowPipelineRunner.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,14 +216,14 @@ public class DataflowPipelineRunner extends PipelineRunner<DataflowPipelineJob>
216216
private DataflowPipelineRunnerHooks hooks;
217217

218218
// Environment version information.
219-
private static final String ENVIRONMENT_MAJOR_VERSION = "5";
219+
private static final String ENVIRONMENT_MAJOR_VERSION = "6";
220220

221221
// Default Docker container images that execute Dataflow worker harness, residing in Google
222222
// Container Registry, separately for Batch and Streaming.
223223
public static final String BATCH_WORKER_HARNESS_CONTAINER_IMAGE
224-
= "dataflow.gcr.io/v1beta3/java-batch:1.8.0";
224+
= "dataflow.gcr.io/v1beta3/java-batch:1.8.1";
225225
public static final String STREAMING_WORKER_HARNESS_CONTAINER_IMAGE
226-
= "dataflow.gcr.io/v1beta3/java-streaming:1.8.0";
226+
= "dataflow.gcr.io/v1beta3/java-streaming:1.8.1";
227227

228228
// The limit of CreateJob request size.
229229
private static final int CREATE_JOB_REQUEST_LIMIT_BYTES = 10 * 1024 * 1024;

0 commit comments

Comments
 (0)