|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path,
org.apache.hadoop.conf.Configuration conf,
ObjectInspector inspector,
long stripeSize,
CompressionKind compress,
int bufferSize,
int rowIndexStride)
Create an ORC file writer. |
static Writer |
OrcFile.createWriter(org.apache.hadoop.fs.Path path,
OrcFile.WriterOptions opts)
Create an ORC file writer. |
Writer |
OrcFile.WriterContext.getWriter()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||