SimpleDBConnectionFactory.class);
if (DBFactoryClass == null) {
throw new IOException("Connection factory key: " +
DBUtils.RAID_DB_CONNECTION_FACTORY_CLASS_KEY + " is not set!");
}
DBConnectionFactory connectionFactory =
(DBConnectionFactory) ReflectionUtils.newInstance(DBFactoryClass,
conf);
connectionFactory.initialize(conf);
return connectionFactory;
}