| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.ddl.table.create | |
| org.apache.hadoop.hive.ql.ddl.view.create | |
| org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
| org.apache.hadoop.hive.ql.io | |
| org.apache.hadoop.hive.ql.metadata | |
| org.apache.hadoop.hive.ql.optimizer | |
| org.apache.hadoop.hive.ql.parse | |
| org.apache.hadoop.hive.ql.plan |
| Modifier and Type | Method and Description |
|---|---|
FileSinkDesc |
CreateTableDesc.getAndUnsetWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateTableDesc.setWriter(FileSinkDesc writer) |
| Modifier and Type | Method and Description |
|---|---|
FileSinkDesc |
CreateMaterializedViewDesc.getAndUnsetWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateMaterializedViewDesc.setWriter(FileSinkDesc writer) |
| Modifier and Type | Method and Description |
|---|---|
static int |
Utilities.getDPColOffset(FileSinkDesc conf) |
static void |
Utilities.handleDirectInsertTableFinalPath(org.apache.hadoop.fs.Path specPath,
String unionSuffix,
org.apache.hadoop.conf.Configuration hconf,
boolean success,
int dpLevels,
int lbLevels,
Utilities.MissingBucketsContext mbc,
long writeId,
int stmtId,
org.apache.hadoop.mapred.Reporter reporter,
boolean isMmTable,
boolean isMmCtas,
boolean isInsertOverwrite,
boolean isDirectInsert,
String staticSpec,
AcidUtils.Operation acidOperation,
FileSinkDesc conf) |
boolean |
FetchTask.isFetchFrom(FileSinkDesc fs) |
static void |
Utilities.mvFileToFinalPath(org.apache.hadoop.fs.Path specPath,
org.apache.hadoop.conf.Configuration hconf,
boolean success,
org.slf4j.Logger log,
DynamicPartitionCtx dpCtx,
FileSinkDesc conf,
org.apache.hadoop.mapred.Reporter reporter) |
static List<org.apache.hadoop.fs.Path> |
Utilities.removeTempOrDuplicateFiles(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path,
DynamicPartitionCtx dpCtx,
FileSinkDesc conf,
org.apache.hadoop.conf.Configuration hconf,
boolean isBaseDir) |
| Modifier and Type | Method and Description |
|---|---|
static RecordUpdater |
HiveFileFormatUtils.getAcidRecordUpdater(org.apache.hadoop.mapred.JobConf jc,
TableDesc tableInfo,
int bucket,
FileSinkDesc conf,
org.apache.hadoop.fs.Path outPath,
ObjectInspector inspector,
org.apache.hadoop.mapred.Reporter reporter,
int rowIdColNum) |
static RecordUpdater |
HiveFileFormatUtils.getAcidRecordUpdater(org.apache.hadoop.mapred.JobConf jc,
TableDesc tableInfo,
int bucket,
FileSinkDesc conf,
org.apache.hadoop.fs.Path outPath,
ObjectInspector inspector,
org.apache.hadoop.mapred.Reporter reporter,
int rowIdColNum,
Integer attemptId) |
static FileSinkOperator.RecordWriter |
HiveFileFormatUtils.getHiveRecordWriter(org.apache.hadoop.mapred.JobConf jc,
TableDesc tableInfo,
Class<? extends org.apache.hadoop.io.Writable> outputClass,
FileSinkDesc conf,
org.apache.hadoop.fs.Path outPath,
org.apache.hadoop.mapred.Reporter reporter) |
| Modifier and Type | Method and Description |
|---|---|
default void |
HiveStorageHandler.validateSinkDesc(FileSinkDesc sinkDesc)
Validates whether the sink operation is permitted for the specific storage handler, based
on information contained in the sinkDesc.
|
| Modifier and Type | Method and Description |
|---|---|
Map<FileSinkDesc,Task<?>> |
GenMRProcContext.getLinkedFileDescTasks() |
| Modifier and Type | Method and Description |
|---|---|
static MapWork |
GenMapRedUtils.createMergeTask(FileSinkDesc fsInputDesc,
org.apache.hadoop.fs.Path finalName,
boolean hasDynamicPartitions,
CompilationOpContext ctx)
Create a block level merge task for RCFiles or stripe level merge task for
ORCFiles
|
static boolean |
GenMapRedUtils.isSkewedStoredAsDirs(FileSinkDesc fsInputDesc)
check if it is skewed table and stored as dirs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GenMRProcContext.setLinkedFileDescTasks(Map<FileSinkDesc,Task<?>> linkedFileDescTasks) |
| Constructor and Description |
|---|
QueryPlanPostProcessor(List<Task<?>> rootTasks,
Set<FileSinkDesc> acidSinks,
String executionId) |
| Modifier and Type | Field and Description |
|---|---|
protected Set<FileSinkDesc> |
BaseSemanticAnalyzer.acidFileSinks
A set of FileSinkOperators being written to in an ACID compliant way.
|
Map<org.apache.hadoop.fs.Path,List<FileSinkDesc>> |
GenTezProcContext.linkedFileSinks |
| Modifier and Type | Method and Description |
|---|---|
Set<FileSinkDesc> |
BaseSemanticAnalyzer.getAcidFileSinks() |
| Modifier and Type | Method and Description |
|---|---|
List<FileSinkDesc> |
FileSinkDesc.getLinkedFileSinkDesc() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileSinkDesc.setLinkedFileSinkDesc(List<FileSinkDesc> linkedFileSinkDesc) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.