// 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);
}
// Set the IteratorFactory to locate the resources and then have it