public static class HoodieCompactor.Config extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
basePath |
String |
compactionInstantTime |
List<String> |
configs |
Boolean |
help |
int |
parallelism |
String |
propsFilePath |
int |
retry |
Boolean |
runSchedule |
String |
schemaFile |
String |
sparkMaster |
String |
sparkMemory |
String |
strategyClassName |
String |
tableName |
| Constructor and Description |
|---|
Config() |
public String basePath
public String tableName
public String compactionInstantTime
public int parallelism
public String schemaFile
public String sparkMaster
public String sparkMemory
public int retry
public Boolean runSchedule
public String strategyClassName
public Boolean help
public String propsFilePath
Copyright © 2019 The Apache Software Foundation. All rights reserved.