Skip to content
Snippets Groups Projects

Resolve NXCALS-7696 "Split failing job into smaller ones"

Merged Jakub Wozniak requested to merge NXCALS-7696-Split-failing-job-into-smaller-ones into develop
Files
16
@@ -4,7 +4,7 @@ import cern.nxcals.common.paths.StagingPath;
@@ -4,7 +4,7 @@ import cern.nxcals.common.paths.StagingPath;
import lombok.experimental.SuperBuilder;
import lombok.experimental.SuperBuilder;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.fs.Path;
@SuperBuilder
@SuperBuilder(toBuilder = true)
public abstract class AbstractCompactionJob implements DataProcessingJob {
public abstract class AbstractCompactionJob implements DataProcessingJob {
/**
/**
* Implementation is based on a class and StagingPath.
* Implementation is based on a class and StagingPath.
Loading