| Interface | Description |
|---|---|
| HoodieCombineHiveInputFormat.AvoidSplitCombination |
This is a marker interface that is used to identify the formats where combine split generation is not applicable.
|
| Class | Description |
|---|---|
| HoodieCombineHiveInputFormat<K extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable> |
This is just a copy of the org.apache.hadoop.hive.ql.io.CombineHiveInputFormat from Hive 2.x Search for **MOD** to
see minor modifications to support custom inputformat in CombineHiveInputFormat.
|
| HoodieCombineHiveInputFormat.CombineHiveInputSplit |
CombineHiveInputSplit encapsulates an InputSplit with its corresponding inputFormatClassName.
|
| HoodieCombineHiveInputFormat.HoodieCombineFileInputFormatShim<K,V> |
**MOD** This is the implementation of CombineFileInputFormat which is a copy of
org.apache.hadoop.hive.shims.HadoopShimsSecure.CombineFileInputFormatShim with changes in listStatus.
|
| HoodieCombineRealtimeFileSplit |
Represents a CombineFileSplit for realtime tables.
|
| HoodieCombineRealtimeFileSplit.Builder | |
| HoodieCombineRealtimeHiveSplit |
Represents a CombineHiveInputSplit for realtime tables.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.