Skip to content

Commit

Permalink
#622 fix(generate single output file)
Browse files Browse the repository at this point in the history
  • Loading branch information
qifeng-bai committed Feb 16, 2022
1 parent 241bd35 commit dd59900
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ public void processElement(ProcessContext c) {
"Write to file",
AvroIO.write(DistributionOutlierRecord.class)
.to(outputPath + "/outlier")
.withoutSharding()
.withSuffix(".avro"));

log.info("Running the pipeline");
Expand Down

0 comments on commit dd59900

Please sign in to comment.