Interface IcebergConfigConstants


public interface IcebergConfigConstants
Drill Iceberg Metastore configuration which is defined in MetastoreConfigConstants.MODULE_RESOURCE_FILE_NAME file.
  • Field Details

    • BASE

      static final String BASE
      Drill Iceberg Metastore configuration properties namespace.
      See Also:
    • CONFIG_PROPERTIES

      static final String CONFIG_PROPERTIES
      Defines file system configuration properties which can set using Configuration class.
      See Also:
    • LOCATION_NAMESPACE

      static final String LOCATION_NAMESPACE
      Iceberg Metastore config location namespace.
      See Also:
    • BASE_PATH

      static final String BASE_PATH
      Defines Iceberg Metastore base path.
      See Also:
    • RELATIVE_PATH

      static final String RELATIVE_PATH
      Defines Iceberg Metastore relative path.
      See Also:
    • COMPONENTS

      static final String COMPONENTS
      Drill Iceberg Metastore components configuration properties namespace.
      See Also:
    • COMPONENTS_COMMON_PROPERTIES

      static final String COMPONENTS_COMMON_PROPERTIES
      Common components Iceberg tables properties.
      See Also:
    • COMPONENTS_TABLES

      static final String COMPONENTS_TABLES
      Drill Iceberg Metastore Tables components configuration properties namespace.
      See Also:
    • COMPONENTS_TABLES_LOCATION

      static final String COMPONENTS_TABLES_LOCATION
      Metastore Tables Iceberg table location inside Iceberg Metastore.
      See Also:
    • COMPONENTS_TABLES_PROPERTIES

      static final String COMPONENTS_TABLES_PROPERTIES
      Metastore Tables Iceberg table properties.
      See Also:
    • COMPONENTS_VIEWS

      static final String COMPONENTS_VIEWS
      Drill Iceberg Metastore Views components configuration properties namespace.
      See Also:
    • COMPONENTS_VIEWS_LOCATION

      static final String COMPONENTS_VIEWS_LOCATION
      Metastore Views Iceberg table location inside Iceberg Metastore.
      See Also:
    • COMPONENTS_VIEWS_PROPERTIES

      static final String COMPONENTS_VIEWS_PROPERTIES
      Metastore Views Iceberg table properties.
      See Also: