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

Commit

Permalink
Version management: use 1.8.0 worker container
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalperi committed Sep 30, 2016
1 parent fe13fb7 commit 6c0fc49
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ public class DataflowPipelineRunner extends PipelineRunner<DataflowPipelineJob>
// Default Docker container images that execute Dataflow worker harness, residing in Google
// Container Registry, separately for Batch and Streaming.
public static final String BATCH_WORKER_HARNESS_CONTAINER_IMAGE
= "dataflow.gcr.io/v1beta3/java-batch:1.7.0";
= "dataflow.gcr.io/v1beta3/java-batch:1.8.0";
public static final String STREAMING_WORKER_HARNESS_CONTAINER_IMAGE
= "dataflow.gcr.io/v1beta3/java-streaming:1.7.0";
= "dataflow.gcr.io/v1beta3/java-streaming:1.8.0";

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

0 comments on commit 6c0fc49

Please sign in to comment.