This repository was archived by the owner on Nov 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sdk/src/main/java/com/google/cloud/dataflow/sdk/runners Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments