Skip to content

Commit

Permalink
Use bqWriteMethod=mixed
Browse files Browse the repository at this point in the history
Addresses #588
  • Loading branch information
jklukas committed May 9, 2019
1 parent ba67d99 commit f5ed8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestion-beam/bin/build-template
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ INPUT_OPTS="--inputFileFormat=json \

if [[ $JOB_TYPE == "bqsink" ]]; then
JOB_CLASS="com.mozilla.telemetry.Sink"
OUTPUT_OPTS="--outputType=bigquery ${SINK_OPTS}"
OUTPUT_OPTS="--outputType=bigquery --bqWriteMethod=mixed ${SINK_OPTS}"
ERROR_OUTPUT_OPTS="--errorOutputType=file \
--errorOutputNumShards=${ERROR_NUM_SHARDS}"
elif [[ $JOB_TYPE == "gcssink" ]] ; then
Expand Down

0 comments on commit f5ed8da

Please sign in to comment.