Tap<JobConf, RecordReader, OutputCollector> tap, JobConf conf) {
Pail p;
try {
p = new Pail(_pailRoot); //make sure it exists
} catch (IOException e) {
throw new TapException(e);
}
conf.setInputFormat(p.getFormat().getInputFormatClass());
PailFormatFactory.setPailPathLister(conf, _options.lister);
}