*/
public void init() throws IOException {
// TODO: check that all props have been set
arcDir = DirMaker.ensureDir(arcDir.getAbsolutePath(),"arcPath");
File[] files = { arcDir };
WriterPoolSettings settings = getSettings(true, arcPrefix, files);
pool = new ARCWriterPool(settings, MAX_POOL_WRITERS, MAX_POOL_WAIT);
}