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

Commit

Permalink
Select worker harness container image for release 1.5.0
Browse files Browse the repository at this point in the history
----Release Notes----
[]
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=116798931
  • Loading branch information
davorbonaci authored and dhalperi committed Mar 9, 2016
1 parent 9643b67 commit 69593df
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,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:github-20160225-00";
= "dataflow.gcr.io/v1beta3/java-batch:1.5.0";
public static final String STREAMING_WORKER_HARNESS_CONTAINER_IMAGE
= "dataflow.gcr.io/v1beta3/java-streaming:github-20160225-00";
= "dataflow.gcr.io/v1beta3/java-streaming:1.5.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 69593df

Please sign in to comment.