Skip to content

Commit

Permalink
Merge 9bcba39 into 9bab78b
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalperi committed Dec 9, 2016
2 parents 9bab78b + 9bcba39 commit 276b0f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public class DataflowRunner extends PipelineRunner<DataflowPipelineJob> {
private DataflowRunnerHooks hooks;

// Environment version information.
private static final String ENVIRONMENT_MAJOR_VERSION = "5";
private static final String ENVIRONMENT_MAJOR_VERSION = "6";

// Default Docker container images that execute Dataflow worker harness, residing in Google
// Container Registry, separately for Batch and Streaming.
Expand All @@ -218,7 +218,7 @@ public class DataflowRunner extends PipelineRunner<DataflowPipelineJob> {
private static final int CREATE_JOB_REQUEST_LIMIT_BYTES = 10 * 1024 * 1024;

@VisibleForTesting
static final int GCS_UPLOAD_BUFFER_SIZE_BYTES_DEFAULT = 1 * 1024 * 1024;
static final int GCS_UPLOAD_BUFFER_SIZE_BYTES_DEFAULT = 1024 * 1024;

private final Set<PCollection<?>> pcollectionsRequiringIndexedFormat;

Expand Down

0 comments on commit 276b0f1

Please sign in to comment.