Interface MetastoreConfigConstants
public interface MetastoreConfigConstants
Holds Metastore configuration files names and their properties names.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Metastore configuration properties namespace.static final String
Indicates file which provides default Metastore configuration, usually shipped in the project.static final String
Indicates file which provides distribution specific Metastore configuration.static final String
Indicates canonical class name of the Metastore implementation class.static final String
Indicates file which provides configuration of the Metastore implementations, usually shipped with Metastore implementations.static final String
Indicates file which can override default Metastore configuration or Metastore implementations configuration.static final String
Indicates if provided Drill config should be used without looking for overridden / fallback resource files in the classpath.
-
Field Details
-
DEFAULT_RESOURCE_FILE_NAME
Indicates file which provides default Metastore configuration, usually shipped in the project.- See Also:
-
MODULE_RESOURCE_FILE_NAME
Indicates file which provides configuration of the Metastore implementations, usually shipped with Metastore implementations.- See Also:
-
DISTRIBUTION_RESOURCE_FILE_NAME
Indicates file which provides distribution specific Metastore configuration.- See Also:
-
OVERRIDE_RESOURCE_FILE_NAME
Indicates file which can override default Metastore configuration or Metastore implementations configuration.- See Also:
-
BASE
Metastore configuration properties namespace.- See Also:
-
IMPLEMENTATION_CLASS
Indicates canonical class name of the Metastore implementation class.- See Also:
-
USE_PROVIDED_CONFIG
Indicates if provided Drill config should be used without looking for overridden / fallback resource files in the classpath. Used for testing only.- See Also:
-