Skip to content

Commit

Permalink
Removing dupes from ingest counters (#2355)
Browse files Browse the repository at this point in the history
Co-authored-by: pcagbu <[email protected]>
  • Loading branch information
avgAGB and pcagbu committed Jun 4, 2024
1 parent 1cf2eee commit 8e9e106
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ public int run(String[] args) throws Exception {

// output the counters to the log
Counters counters = job.getCounters();
log.info(counters);
try (JobClient jobClient = new JobClient((org.apache.hadoop.mapred.JobConf) job.getConfiguration())) {
RunningJob runningJob = jobClient.getJob(new org.apache.hadoop.mapred.JobID(jobID.getJtIdentifier(), jobID.getId()));

Expand Down

0 comments on commit 8e9e106

Please sign in to comment.