Skip to content

Commit

Permalink
#622 fix(change 'step' to OUTLIER)
Browse files Browse the repository at this point in the history
  • Loading branch information
qifeng-bai authored and djtfmartin committed Feb 3, 2022
1 parent 2ab2666 commit 1bc87a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static void main(String[] args) throws Exception {
PipelinesOptionsFactory.create(DistributionOutlierPipelineOptions.class, combinedArgs);
MDC.put("datasetId", options.getDatasetId());
MDC.put("attempt", options.getAttempt().toString());
MDC.put("step", "DISTRIBUTION");
MDC.put("step", "OUTLIER");
PipelinesOptionsFactory.registerHdfs(options);
run(options);
System.exit(0);
Expand Down

0 comments on commit 1bc87a8

Please sign in to comment.