public static class HiveIncrementalPuller.Config extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
fromCommitTime |
Boolean |
help |
String |
hiveJDBCUrl |
String |
hivePassword |
String |
hiveUsername |
String |
hoodieTmpDir |
String |
incrementalSQLFile |
int |
maxCommits |
String |
sourceDb |
String |
sourceTable |
String |
targetDb |
String |
targetTable |
String |
tmpDb |
String |
yarnQueueName |
| Constructor and Description |
|---|
Config() |
public String hiveJDBCUrl
public String hiveUsername
public String hivePassword
public String yarnQueueName
public String hoodieTmpDir
public String incrementalSQLFile
public String sourceDb
public String sourceTable
public String targetDb
public String targetTable
public String tmpDb
public String fromCommitTime
public int maxCommits
public Boolean help
Copyright © 2019 The Apache Software Foundation. All rights reserved.