taskContext.getTaskAttemptID()));
}
OutputAttemptContext context = HadoopDataSourceUtil.createContext(taskContext, id);
try {
DirectDataSource repo = repository.getRelatedDataSource(containerPath);
repo.commitAttemptOutput(context);
} catch (IOException e) {
LOG.error(MessageFormat.format(
"Failed directio task commit: datasource={0} (job={1}, task={2})",
id,
taskContext.getJobID(),