public class HiveIncrementalPuller extends Object
Current Limitations:
- Only the source table can be incrementally pulled (usually the largest table) - The incrementally pulled table can't be referenced more than once.
| Modifier and Type | Class and Description |
|---|---|
static class |
HiveIncrementalPuller.Config |
| Modifier and Type | Field and Description |
|---|---|
protected HiveIncrementalPuller.Config |
config |
| Constructor and Description |
|---|
HiveIncrementalPuller(HiveIncrementalPuller.Config config) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
void |
saveDelta() |
protected final HiveIncrementalPuller.Config config
public HiveIncrementalPuller(HiveIncrementalPuller.Config config) throws IOException
IOExceptionpublic void saveDelta()
throws IOException
IOExceptionpublic static void main(String[] args) throws IOException
IOExceptionCopyright © 2019 The Apache Software Foundation. All rights reserved.