Skip to content

Commit

Permalink
Make StatsJob's job name descriptive (#1677)
Browse files Browse the repository at this point in the history
* Make StatsJob's job name descriptive

* formatting after commit resolution

---------

Co-authored-by: matthpeterson <[email protected]>
Co-authored-by: Keith Ratcliffe <[email protected]>
Co-authored-by: Moriarty <[email protected]>
Co-authored-by: palindrome <[email protected]>
Co-authored-by: hlgp <[email protected]>
  • Loading branch information
6 people committed May 29, 2024
1 parent d51c4e9 commit b3d1d13
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ protected void configureInputFormat(Job job, AccumuloHelper cbHelper, Configurat
protected void configureJob(Job job, Configuration conf, Path workDirPath, FileSystem outputFs) throws Exception {
super.configureJob(job, conf, workDirPath, outputFs);

job.setJobName("StatsJob - " + job.getJobName());

job.setReducerClass(StatsHyperLogReducer.class);
}

Expand Down

0 comments on commit b3d1d13

Please sign in to comment.