Ejemplo n.º 1
0
 @Override
 public String getHarvestFilenamePrefix() {
   if (this.harvestnamePrefix == null) {
     log.warn(
         "HarvestnamePrefix not yet set for job {}. Set it by using the naming scheme. "
             + "This should only happen for old jobs being read",
         this.jobID);
     setDefaultHarvestNamePrefix();
   }
   return this.harvestnamePrefix;
 }