public interface MetastoreConfigConstants
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE
Metastore configuration properties namespace.
|
static String |
DEFAULT_RESOURCE_FILE_NAME
Indicates file which provides default Metastore configuration, usually shipped in the project.
|
static String |
DISTRIBUTION_RESOURCE_FILE_NAME
Indicates file which provides distribution specific Metastore configuration.
|
static String |
IMPLEMENTATION_CLASS
Indicates canonical class name of the Metastore implementation class.
|
static String |
MODULE_RESOURCE_FILE_NAME
Indicates file which provides configuration of the Metastore implementations,
usually shipped with Metastore implementations.
|
static String |
OVERRIDE_RESOURCE_FILE_NAME
Indicates file which can override default Metastore configuration
or Metastore implementations configuration.
|
static String |
USE_PROVIDED_CONFIG
Indicates if provided Drill config should be used without looking for overridden / fallback
resource files in the classpath.
|
static final String DEFAULT_RESOURCE_FILE_NAME
static final String MODULE_RESOURCE_FILE_NAME
static final String DISTRIBUTION_RESOURCE_FILE_NAME
static final String OVERRIDE_RESOURCE_FILE_NAME
static final String BASE
static final String IMPLEMENTATION_CLASS
static final String USE_PROVIDED_CONFIG
Copyright © 2021 The Apache Software Foundation. All rights reserved.