Package | Description |
---|---|
org.apache.hadoop.hive.ql.io.orc |
The Optimized Row Columnar (ORC) File Format.
|
org.apache.hive.hcatalog.streaming.mutate.worker | |
org.apache.hive.streaming |
HCatalog Streaming API -- high level description
|
Modifier and Type | Class and Description |
---|---|
class |
OrcOutputFormat
A Hive OutputFormat for ORC files.
|
Modifier and Type | Method and Description |
---|---|
protected RecordUpdater |
MutatorImpl.createRecordUpdater(AcidOutputFormat<?,?> outputFormat)
Deprecated.
|
Mutator |
MutatorFactory.newMutator(AcidOutputFormat<?,?> outputFormat,
long writeId,
org.apache.hadoop.fs.Path partitionPath,
int bucketId)
Deprecated.
|
Constructor and Description |
---|
MutatorImpl(org.apache.hadoop.conf.Configuration configuration,
int recordIdColumn,
ObjectInspector objectInspector,
AcidOutputFormat<?,?> outputFormat,
long writeId,
org.apache.hadoop.fs.Path partitionPath,
int bucketProperty)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected AcidOutputFormat<?,?> |
AbstractRecordWriter.acidOutputFormat |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.