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>
216
216
private DataflowPipelineRunnerHooks hooks ;
217
217
218
218
// Environment version information.
219
- private static final String ENVIRONMENT_MAJOR_VERSION = "5 " ;
219
+ private static final String ENVIRONMENT_MAJOR_VERSION = "6 " ;
220
220
221
221
// Default Docker container images that execute Dataflow worker harness, residing in Google
222
222
// Container Registry, separately for Batch and Streaming.
223
223
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 " ;
225
225
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 " ;
227
227
228
228
// The limit of CreateJob request size.
229
229
private static final int CREATE_JOB_REQUEST_LIMIT_BYTES = 10 * 1024 * 1024 ;
You can’t perform that action at this time.
0 commit comments