| Interface | Description |
|---|---|
| SplitReader |
Split reader to read record from files.
|
| Class | Description |
|---|---|
| HiveBulkFormatAdapter |
A BulkFormat implementation for HiveSource.
|
| HiveCompactReaderFactory |
The
CompactReader.Factory to delegate hive bulk format. |
| HiveContinuousPartitionFetcher<T extends Comparable<T>> |
A
ContinuousPartitionFetcher for hive table. |
| HiveInputFormatPartitionReader |
Partition reader that read records from InputFormat using given partitions.
|
| HiveMapredSplitReader |
Hive
SplitReader to read files using hadoop mapred RecordReader. |
| HivePartitionFetcherContextBase<P> |
Base class for table partition fetcher context.
|
| HiveSourceSplit |
A wrapper class that wraps info needed for a file input split.
|
| HiveTableFileInputFormat |
A
FileInputFormat that wraps a HiveTableInputFormat. |
| HiveTableInputFormat |
The HiveTableInputFormat are inspired by the HCatInputFormat and HadoopInputFormatBase.
|
| HiveTableInputSplit |
An wrapper class that wraps info needed for a hadoop input split.
|
| HiveVectorizedOrcSplitReader |
Orc
SplitReader to read files using OrcColumnarRowSplitReader. |
| HiveVectorizedParquetSplitReader |
Orc
SplitReader to read files using ParquetColumnarRowSplitReader. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.