Package org.apache.iceberg.mr
Class InputFormatConfig
java.lang.Object
org.apache.iceberg.mr.InputFormatConfig
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static enum
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final boolean
static final String
static final String
static final String
static final int
static final String
static final int
static final String
static final boolean
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
catalogPropertyConfigKey
(String catalogName, String catalogProperty) Get Hadoop config key of a catalog property based on catalog namestatic Schema
readSchema
(org.apache.hadoop.conf.Configuration conf) static String[]
selectedColumns
(org.apache.hadoop.conf.Configuration conf) static Schema
tableSchema
(org.apache.hadoop.conf.Configuration conf)
-
Field Details
-
REUSE_CONTAINERS
- See Also:
-
SKIP_RESIDUAL_FILTERING
- See Also:
-
AS_OF_TIMESTAMP
- See Also:
-
FILTER_EXPRESSION
- See Also:
-
IN_MEMORY_DATA_MODEL
- See Also:
-
READ_SCHEMA
- See Also:
-
SNAPSHOT_ID
- See Also:
-
SPLIT_SIZE
- See Also:
-
SCHEMA_AUTO_CONVERSION
- See Also:
-
TABLE_IDENTIFIER
- See Also:
-
TABLE_LOCATION
- See Also:
-
TABLE_SCHEMA
- See Also:
-
PARTITION_SPEC
- See Also:
-
SERIALIZED_TABLE_PREFIX
- See Also:
-
TABLE_CATALOG_PREFIX
- See Also:
-
LOCALITY
- See Also:
-
SELECTED_COLUMNS
- See Also:
-
EXTERNAL_TABLE_PURGE
- See Also:
-
CONFIG_SERIALIZATION_DISABLED
- See Also:
-
CONFIG_SERIALIZATION_DISABLED_DEFAULT
public static final boolean CONFIG_SERIALIZATION_DISABLED_DEFAULT- See Also:
-
OUTPUT_TABLES
- See Also:
-
COMMIT_TABLE_THREAD_POOL_SIZE
- See Also:
-
COMMIT_TABLE_THREAD_POOL_SIZE_DEFAULT
public static final int COMMIT_TABLE_THREAD_POOL_SIZE_DEFAULT- See Also:
-
COMMIT_FILE_THREAD_POOL_SIZE
- See Also:
-
COMMIT_FILE_THREAD_POOL_SIZE_DEFAULT
public static final int COMMIT_FILE_THREAD_POOL_SIZE_DEFAULT- See Also:
-
WRITE_TARGET_FILE_SIZE
- See Also:
-
CASE_SENSITIVE
- See Also:
-
CASE_SENSITIVE_DEFAULT
public static final boolean CASE_SENSITIVE_DEFAULT- See Also:
-
CATALOG_NAME
- See Also:
-
HADOOP_CATALOG
- See Also:
-
HADOOP_TABLES
- See Also:
-
HIVE_CATALOG
- See Also:
-
ICEBERG_SNAPSHOTS_TABLE_SUFFIX
- See Also:
-
SNAPSHOT_TABLE
- See Also:
-
SNAPSHOT_TABLE_SUFFIX
- See Also:
-
CATALOG_CONFIG_PREFIX
- See Also:
-
-
Method Details
-
tableSchema
-
readSchema
-
selectedColumns
-
catalogPropertyConfigKey
Get Hadoop config key of a catalog property based on catalog name- Parameters:
catalogName
- catalog namecatalogProperty
- catalog property, can be any custom property, a commonly used list of properties can be found atCatalogProperties
- Returns:
- Hadoop config key of a catalog property for the catalog name
-