| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.io | |
| org.apache.hadoop.hive.ql.io.orc |
The Optimized Row Columnar (ORC) File Format.
|
| org.apache.hadoop.hive.ql.io.parquet |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AcidInputFormat<KEY extends org.apache.hadoop.io.WritableComparable,VALUE>
The interface required for input formats that what to support ACID
transactions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RCFileInputFormat<K extends org.apache.hadoop.io.LongWritable,V extends BytesRefArrayWritable>
RCFileInputFormat.
|
class |
SequenceFileInputFormatChecker
SequenceFileInputFormatChecker.
|
| Modifier and Type | Method and Description |
|---|---|
InputFormatChecker |
HiveFileFormatUtils.FileChecker.getInputFormatCheckerInstance(Class<? extends InputFormatChecker> checkerCls) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends InputFormatChecker> |
HiveFileFormatUtils.FileChecker.getInputFormatCheckerClass(Class<?> inputFormat) |
| Modifier and Type | Method and Description |
|---|---|
void |
HiveFileFormatUtils.FileChecker.putInputFormatCheckerInstance(Class<? extends InputFormatChecker> checkerCls,
InputFormatChecker instanceCls) |
| Modifier and Type | Method and Description |
|---|---|
InputFormatChecker |
HiveFileFormatUtils.FileChecker.getInputFormatCheckerInstance(Class<? extends InputFormatChecker> checkerCls) |
void |
HiveFileFormatUtils.FileChecker.putInputFormatCheckerInstance(Class<? extends InputFormatChecker> checkerCls,
InputFormatChecker instanceCls) |
| Modifier and Type | Class and Description |
|---|---|
class |
OrcInputFormat
A MapReduce/Hive input format for ORC files.
|
class |
VectorizedOrcInputFormat
A MapReduce/Hive input format for ORC files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MapredParquetInputFormat
A Parquet InputFormat for Hive (with the deprecated package mapred)
NOTE: With HIVE-9235 we removed "implements VectorizedParquetInputFormat" since all data types
are not currently supported.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.