Interface IcebergConfigConstants
public interface IcebergConfigConstants
Drill Iceberg Metastore configuration which is defined
in
MetastoreConfigConstants.MODULE_RESOURCE_FILE_NAME
file.-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Drill Iceberg Metastore configuration properties namespace.static final String
Defines Iceberg Metastore base path.static final String
Drill Iceberg Metastore components configuration properties namespace.static final String
Common components Iceberg tables properties.static final String
Drill Iceberg Metastore Tables components configuration properties namespace.static final String
Metastore Tables Iceberg table location inside Iceberg Metastore.static final String
Metastore Tables Iceberg table properties.static final String
Drill Iceberg Metastore Views components configuration properties namespace.static final String
Metastore Views Iceberg table location inside Iceberg Metastore.static final String
Metastore Views Iceberg table properties.static final String
Defines file system configuration properties which can set usingConfiguration
class.static final String
Iceberg Metastore config location namespace.static final String
Defines Iceberg Metastore relative path.
-
Field Details
-
BASE
Drill Iceberg Metastore configuration properties namespace.- See Also:
-
CONFIG_PROPERTIES
Defines file system configuration properties which can set usingConfiguration
class.- See Also:
-
LOCATION_NAMESPACE
Iceberg Metastore config location namespace.- See Also:
-
BASE_PATH
Defines Iceberg Metastore base path.- See Also:
-
RELATIVE_PATH
Defines Iceberg Metastore relative path.- See Also:
-
COMPONENTS
Drill Iceberg Metastore components configuration properties namespace.- See Also:
-
COMPONENTS_COMMON_PROPERTIES
Common components Iceberg tables properties.- See Also:
-
COMPONENTS_TABLES
Drill Iceberg Metastore Tables components configuration properties namespace.- See Also:
-
COMPONENTS_TABLES_LOCATION
Metastore Tables Iceberg table location inside Iceberg Metastore.- See Also:
-
COMPONENTS_TABLES_PROPERTIES
Metastore Tables Iceberg table properties.- See Also:
-
COMPONENTS_VIEWS
Drill Iceberg Metastore Views components configuration properties namespace.- See Also:
-
COMPONENTS_VIEWS_LOCATION
Metastore Views Iceberg table location inside Iceberg Metastore.- See Also:
-
COMPONENTS_VIEWS_PROPERTIES
Metastore Views Iceberg table properties.- See Also:
-