Package | Description |
---|---|
org.apache.hadoop.hive.ql.io | |
org.apache.hadoop.hive.ql.io.orc |
The Optimized Row Columnar (ORC) File Format.
|
Modifier and Type | Method and Description |
---|---|
AcidInputFormat.RawReader<VALUE> |
AcidInputFormat.getRawReader(org.apache.hadoop.conf.Configuration conf,
boolean collapseEvents,
int bucket,
ValidTxnList validTxnList,
org.apache.hadoop.fs.Path baseDirectory,
org.apache.hadoop.fs.Path[] deltaDirectory)
Get a reader that returns the raw ACID events (insert, update, delete).
|
Modifier and Type | Class and Description |
---|---|
class |
OrcRawRecordMerger
Merges a base and a list of delta files together into a single stream of
events.
|
Modifier and Type | Method and Description |
---|---|
AcidInputFormat.RawReader<OrcStruct> |
OrcInputFormat.getRawReader(org.apache.hadoop.conf.Configuration conf,
boolean collapseEvents,
int bucket,
ValidTxnList validTxnList,
org.apache.hadoop.fs.Path baseDirectory,
org.apache.hadoop.fs.Path[] deltaDirectory) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.