public interface Outputter<T> extends Closeable
void init(org.apache.hadoop.fs.Path path,
org.apache.hadoop.conf.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 © 2018 Apache Software Foundation. All Rights Reserved.