| Package | Description |
|---|---|
| com.facebook.hive.orc |
The Optimized Row Columnar (ORC) File Format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WriterImpl
An ORC file writer.
|
| Modifier and Type | Method and Description |
|---|---|
static Writer |
OrcFile.createWriter(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector inspector,
long stripeSize,
CompressionKind compress,
int bufferSize,
int rowIndexStride)
Create an ORC file streamFactory.
|
Copyright © 2013–2021. All rights reserved.