context.getTaskAttemptID()));
}
DirectDataSourceRepository repository = HadoopDataSourceUtil.loadRepository(context.getConfiguration());
String arguments = context.getConfiguration().get(StageConstants.PROP_ASAKUSA_BATCH_ARGS, "");
VariableTable variables = new VariableTable(VariableTable.RedefineStrategy.IGNORE);
variables.defineVariables(arguments);
String path = variables.parse(rawBasePath, false);
String id = repository.getRelatedId(path);
OutputAttemptContext outputContext = HadoopDataSourceUtil.createContext(context, id);
DataFormat<? super T> format = ReflectionUtils.newInstance(dataFormatClass, context.getConfiguration());