Uses of Interface
org.apache.hadoop.hive.ql.io.orc.Writer

Packages that use Writer
org.apache.hadoop.hive.ql.io.orc The Optimized Row Columnar (ORC) File Format. 
 

Uses of Writer in org.apache.hadoop.hive.ql.io.orc
 

Methods in org.apache.hadoop.hive.ql.io.orc that return Writer
static Writer OrcFile.createWriter(FileSystem fs, Path path, Configuration conf, ObjectInspector inspector, long stripeSize, CompressionKind compress, int bufferSize, int rowIndexStride)
          Create an ORC file writer.
static Writer OrcFile.createWriter(Path path, OrcFile.WriterOptions opts)
          Create an ORC file writer.
 



Copyright © 2012 The Apache Software Foundation