Package | Description |
---|---|
org.apache.flink.connectors.hive | |
org.apache.flink.connectors.hive.read | |
org.apache.flink.connectors.hive.util |
Constructor and Description |
---|
HiveContinuousPartitionFetcherContext(ObjectPath tablePath,
HiveShim hiveShim,
JobConfWrapper confWrapper,
List<String> partitionKeys,
Configuration configuration,
String defaultPartitionName) |
Provider(List<byte[]> partitionBytes,
JobConfWrapper jobConfWrapper) |
Provider(String table,
List<String> dynamicFilterPartitionKeys,
List<byte[]> partitionBytes,
String hiveVersion,
JobConfWrapper jobConfWrapper) |
Modifier and Type | Field and Description |
---|---|
protected JobConfWrapper |
HivePartitionFetcherContextBase.confWrapper |
Constructor and Description |
---|
HiveBulkFormatAdapter(JobConfWrapper jobConfWrapper,
List<String> partitionKeys,
String[] fieldNames,
DataType[] fieldTypes,
String hiveVersion,
RowType producedRowType,
boolean useMapRedReader)
Deprecated.
|
HiveInputFormat(JobConfWrapper jobConfWrapper,
List<String> partitionKeys,
String[] fieldNames,
DataType[] fieldTypes,
String hiveVersion,
RowType producedRowType,
boolean useMapRedReader) |
HivePartitionFetcherContextBase(ObjectPath tablePath,
HiveShim hiveShim,
JobConfWrapper confWrapper,
List<String> partitionKeys,
Configuration configuration,
String defaultPartitionName) |
Modifier and Type | Method and Description |
---|---|
static String |
JobConfUtils.getDefaultPartitionName(JobConfWrapper confWrapper)
Gets the
HiveConf.ConfVars#DEFAULTPARTITIONNAME value from the JobConfWrapper . |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.