public static class HDFSParquetImporter.Config extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
command |
List<String> |
configs |
String |
format |
Boolean |
help |
int |
parallelism |
String |
partitionKey |
String |
propsFilePath |
int |
retry |
String |
rowKey |
String |
schemaFile |
String |
sparkMaster |
String |
sparkMemory |
String |
srcPath |
String |
tableName |
String |
tableType |
String |
targetPath |
| Constructor and Description |
|---|
Config() |
public String command
public String srcPath
public String targetPath
public String tableName
public String tableType
public String rowKey
public String partitionKey
public int parallelism
public String schemaFile
public String format
public String sparkMaster
public String sparkMemory
public int retry
public String propsFilePath
public Boolean help
Copyright © 2019 The Apache Software Foundation. All rights reserved.