public interface Outputter<T> extends Closeable
void init(Path path, Configuration conf) throws IOException
Outputter to a specific path.path - The Path to the output file.conf - ConfigurationIOExceptionvoid output(T object) throws IOException
object - The objecte.IOExceptionCopyright © 2009 The Apache Software Foundation