props.setProperty(property, propVal);
}
// Create the ResourceFinder that the IteratorFactory will use to find
// the various files on HDFS
ResourceFinder hadoopRf = null;
try {
hadoopRf = new HadoopResourceFinder(conf);
} catch (IOException ioe) {
throw new IOError(ioe);
}