public class TableExport extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TableExport.AuthEntities |
static class |
TableExport.Paths
this class is responsible for giving various paths to be used during export along with root export
directory creation.
|
| Constructor and Description |
|---|
TableExport(TableExport.Paths paths,
BaseSemanticAnalyzer.TableSpec tableSpec,
ReplicationSpec replicationSpec,
Hive db,
String distCpDoAsUser,
HiveConf conf,
ExportWork.MmContext mmCtx) |
| Modifier and Type | Method and Description |
|---|---|
TableExport.AuthEntities |
getAuthEntities() |
void |
write(boolean isExportTask,
FileList fileList,
boolean dataCopyAtLoad) |
public TableExport(TableExport.Paths paths, BaseSemanticAnalyzer.TableSpec tableSpec, ReplicationSpec replicationSpec, Hive db, String distCpDoAsUser, HiveConf conf, ExportWork.MmContext mmCtx)
public void write(boolean isExportTask,
FileList fileList,
boolean dataCopyAtLoad)
throws SemanticException
SemanticExceptionpublic TableExport.AuthEntities getAuthEntities() throws SemanticException
SemanticExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.