| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CLUSTERING_POOL_NAME |
"hoodiecluster" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
COMPACT_POOL_NAME |
"hoodiecompact" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
HEADER_KEY_API_KEY |
"HUDI-CALLBACK-KEY" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
LOOKUP_STR |
"lookup" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
TOTAL_IO_MB |
"TOTAL_IO_MB" |
public static final String |
TOTAL_IO_READ_MB |
"TOTAL_IO_READ_MB" |
public static final String |
TOTAL_IO_WRITE_MB |
"TOTAL_IO_WRITE_MB" |
public static final String |
TOTAL_LOG_FILE_SIZE |
"TOTAL_LOG_FILES_SIZE" |
public static final String |
TOTAL_LOG_FILES |
"TOTAL_LOG_FILES" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CLUSTERING_STRATEGY_PARAM_PREFIX |
"hoodie.clustering.plan.strategy." |
public static final String |
FLINK_SIZED_BASED_CLUSTERING_PLAN_STRATEGY |
"org.apache.hudi.client.clustering.plan.strategy.FlinkSizeBasedClusteringPlanStrategy" |
public static final String |
JAVA_SIZED_BASED_CLUSTERING_PLAN_STRATEGY |
"org.apache.hudi.client.clustering.plan.strategy.JavaSizeBasedClusteringPlanStrategy" |
public static final String |
JAVA_SORT_AND_SIZE_EXECUTION_STRATEGY |
"org.apache.hudi.client.clustering.run.strategy.JavaSortAndSizeExecutionStrategy" |
public static final String |
PLAN_PARTITION_FILTER_MODE |
"hoodie.clustering.plan.partition.filter.mode" |
public static final String |
SPARK_SIZED_BASED_CLUSTERING_PLAN_STRATEGY |
"org.apache.hudi.client.clustering.plan.strategy.SparkSizeBasedClusteringPlanStrategy" |
public static final String |
SPARK_SORT_AND_SIZE_EXECUTION_STRATEGY |
"org.apache.hudi.client.clustering.run.strategy.SparkSortAndSizeExecutionStrategy" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_HBASE_BATCH_SIZE |
100 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_HBASE_BATCH_SIZE |
"100" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BULKINSERT_ARE_PARTITIONER_RECORDS_SORTED |
"hoodie.bulkinsert.are.partitioner.records.sorted" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
DEFAULT_MAX_MEMORY_FOR_SPILLABLE_MAP_IN_BYTES |
1073741824L |
public static final long |
DEFAULT_MIN_MEMORY_FOR_SPILLABLE_MAP_IN_BYTES |
104857600L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
VALIDATOR_TABLE_VARIABLE |
"<TABLE_NAME>" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CALLBACK_PREFIX |
"hoodie.write.commit.callback." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BULKINSERT_INPUT_DATA_SCHEMA_DDL |
"hoodie.bulkinsert.schema.ddl" |
public static final String |
DELTASTREAMER_CHECKPOINT_KEY |
"deltastreamer.checkpoint.key" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CLOUDWATCH_PREFIX |
"hoodie.metrics.cloudwatch" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
METRIC_PREFIX |
"hoodie.metrics" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DATADOG_PREFIX |
"hoodie.metrics.datadog" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
GRAPHITE_PREFIX |
"hoodie.metrics.graphite" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
JMX_PREFIX |
"hoodie.metrics.jmx" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PROMETHEUS_PREFIX |
"hoodie.metrics.prometheus" |
public static final String |
PUSHGATEWAY_PREFIX |
"hoodie.metrics.pushgateway" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
HBASE |
"HBASE" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final boolean |
CACHE_DATA_IN_L1 |
false |
public static final boolean |
DROP_BEHIND_CACHE_COMPACTION |
true |
public static final boolean |
PREFETCH_ON_OPEN |
false |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_RECORD_KEY_SEPARATOR |
":" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SPLIT_REGEX |
":" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_PARTITION_PATH_SEPARATOR |
"/" |
public static final String |
DEFAULT_RECORD_KEY_PARTS_SEPARATOR |
"," |
protected static final String |
EMPTY_RECORDKEY_PLACEHOLDER |
"__empty__" |
protected static final String |
HUDI_DEFAULT_PARTITION_PATH |
"__HIVE_DEFAULT_PARTITION__" |
protected static final String |
NULL_RECORDKEY_PLACEHOLDER |
"__null__" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
CLUSTERING_PLAN_VERSION_1 |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
TOTAL_IO_MB |
"TOTAL_IO_MB" |
public static final String |
TOTAL_IO_READ_MB |
"TOTAL_IO_READ_MB" |
public static final String |
TOTAL_IO_WRITE_MB |
"TOTAL_IO_WRITE_MB" |
public static final String |
TOTAL_LOG_FILE_SIZE |
"TOTAL_LOG_FILES_SIZE" |
public static final String |
TOTAL_LOG_FILES |
"TOTAL_LOG_FILES" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
DATE_PARTITION_FORMAT |
"yyyy/MM/dd" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
EMPTY_STRING |
"" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SPARK_SIMPLE_KEY_GENERATOR |
"org.apache.hudi.keygen.SimpleKeyGenerator" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
HOODIE_UPDATED_PROPERTY_FILE |
"hoodie.properties.updated" |
Copyright © 2022 The Apache Software Foundation. All rights reserved.