@Override
public void setLocation(String location, Job job) throws IOException {
FileInputFormat.setInputPaths(job, location);
// called on the front end
conf = job.getConfiguration();
loadFuncHelper = new LoadFuncHelper(conf);
if (constructorPassedPartitionFilter != null) {
pathPartitionerHelper.setPartitionFilterExpression(
constructorPassedPartitionFilter, AllLoader.class,