NationalSecurityAgency / datawave

DataWave is an ingest/query framework that leverages Apache Accumulo to provide fast, secure data access.
https://code.nsa.gov/datawave
Apache License 2.0
561 stars 243 forks source link

Replace deprecated usages of new Job(Configuration) #2501

Closed lbschanno closed 1 month ago

lbschanno commented 1 month ago

Update usages of new Job(Configuration) with Job.getInstance(Configuration).

Part of #2443

NOTE: This PR does not duplicate PR #2492, nor does it make it OBE. This PR addresses updating calls to new Job(Configuration conf), the other PR addresses calls to new Job().