| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec.repl | |
| org.apache.hadoop.hive.ql.exec.repl.util | |
| org.apache.hadoop.hive.ql.parse.repl.dump |
| Modifier and Type | Method and Description |
|---|---|
static FileList |
ReplDumpTask.createTableFileList(org.apache.hadoop.fs.Path dumpRoot,
String fileName,
HiveConf conf) |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<String> |
SnapshotUtils.getListFromFileList(FileList fl)
Extracts the entries from FileList into an ArrayList
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableExport.parallelWrite(ExportService exportService,
boolean isExportTask,
FileList fileList,
boolean dataCopyAtLoad)
Write table or partition data simultaneously using ExportService.
|
void |
TableExport.serialWrite(boolean isExportTask,
FileList fileList,
boolean dataCopyAtLoad)
Write table or partition data one after another
|
protected void |
TableExport.write(boolean isExportTask,
FileList fileList,
boolean dataCopyAtLoad) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.