Package | Description |
---|---|
org.apache.ambari.server.configuration |
Modifier and Type | Field and Description |
---|---|
static Configuration.ConfigurationProperty<Boolean> |
Configuration.ACTIVE_INSTANCE
Indicates whether the current ambari server instance is the active instance.
|
static Configuration.ConfigurationProperty<String> |
Configuration.ADD_SERVICE_HOST_GROUP_STRATEGY
Fully qualified class name of the strategy used to form host groups for add service request layout recommendation.
|
static Configuration.ConfigurationProperty<String> |
Configuration.AGENT_API_GZIP_COMPRESSION_ENABLED
Determiens whether communication with the Ambari Agents should have the
JSON payloads compressed with GZIP.
|
static Configuration.ConfigurationProperty<Long> |
Configuration.AGENT_PACKAGE_INSTALL_TASK_TIMEOUT
The time, in
TimeUnit.SECONDS , before package installation commands are killed. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.AGENT_PACKAGE_PARALLEL_COMMANDS_LIMIT
Max number of tasks that may be executed within a single stage.
|
static Configuration.ConfigurationProperty<Long> |
Configuration.AGENT_SERVICE_CHECK_TASK_TIMEOUT
The time, in
TimeUnit.SECONDS , before agent service check commands are killed. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.AGENT_STACK_RETRY_COUNT
The number of times an Ambari Agent should retry package installation when it fails due to a repository error.
|
static Configuration.ConfigurationProperty<Boolean> |
Configuration.AGENT_STACK_RETRY_ON_REPO_UNAVAILABILITY
Determines whether agents should retrying installation commands when the
repository is not available.
|
static Configuration.ConfigurationProperty<Long> |
Configuration.AGENT_TASK_TIMEOUT
The time, in
TimeUnit.SECONDS , before agent commands are killed. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.AGENT_THREADPOOL_SIZE
The size of the Jetty connection pool used for handling incoming Ambari
Agent requests.
|
static Configuration.ConfigurationProperty<String> |
Configuration.AGENT_USE_SSL
Determines whether SSL is used to communicate between Ambari Server and Ambari Agents.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.AGENTS_REGISTRATION_QUEUE_SIZE
Queue size for agents in registration.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.AGENTS_REPORT_PROCESSING_PERIOD
Period in seconds with agents reports will be processed.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.AGENTS_REPORT_PROCESSING_START_TIMEOUT
Timeout in seconds before start processing of agents' reports.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.AGENTS_REPORT_THREAD_POOL_SIZE
Thread pool size for agents reports processing.
|
static Configuration.ConfigurationProperty<String> |
Configuration.ALERT_TEMPLATE_FILE
The full path to the XML file that describes the different alert templates.
|
static Configuration.ConfigurationProperty<String> |
Configuration.ALERTS_AMBARI_SNMP_DISPATCH_UDP_PORT
The UDP port to use when binding the Ambari SNMP dispatcher on Ambari Server startup.
|
static Configuration.ConfigurationProperty<Boolean> |
Configuration.ALERTS_CACHE_ENABLED
If
true then alert information is cached and not immediately
persisted in the database. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.ALERTS_CACHE_FLUSH_INTERVAL
The time after which cached alert information is flushed to the database.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.ALERTS_CACHE_SIZE
The size of the alert cache.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.ALERTS_EXECUTION_SCHEDULER_THREADS_CORE_SIZE
The core number of threads which will handle published alert events.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.ALERTS_EXECUTION_SCHEDULER_THREADS_MAX_SIZE
The maximum number of threads which will handle published alert events.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.ALERTS_EXECUTION_SCHEDULER_WORKER_QUEUE_SIZE
The size of the
BlockingQueue used to control the
ScalingThreadPoolExecutor when handling incoming alert events. |
static Configuration.ConfigurationProperty<String> |
Configuration.ALERTS_SNMP_DISPATCH_UDP_PORT
The UDP port to use when binding the SNMP dispatcher on Ambari Server startup.
|
static Configuration.ConfigurationProperty<String> |
Configuration.AMBARI_DISPLAY_URL
The URL to use when creating messages which should include the Ambari
Server URL.
|
static Configuration.ConfigurationProperty<Boolean> |
Configuration.AMBARI_METRICS_HTTPS_ENABLED
Timeline Metrics SSL settings
|
static Configuration.ConfigurationProperty<String> |
Configuration.AMBARI_PYTHON_WRAP
The name of the shell script used to wrap all invocations of Python by Ambari.
|
static Configuration.ConfigurationProperty<String> |
Configuration.AMBARI_REQUEST_CONNECT_TIMEOUT
The amount of time, in
TimeUnit.MILLISECONDS , that views will wait
when trying to connect on HTTP(S) operations to a remote resource. |
static Configuration.ConfigurationProperty<String> |
Configuration.AMBARI_REQUEST_READ_TIMEOUT
The amount of time, in
TimeUnit.MILLISECONDS , that views will wait
before timing out on HTTP(S) read operations to the Ambari REST API. |
static Configuration.ConfigurationProperty<Boolean> |
Configuration.AMBARISERVER_METRICS_DISABLE
Global disable flag for AmbariServer Metrics.
|
static Configuration.ConfigurationProperty<String> |
Configuration.ANONYMOUS_AUDIT_NAME
The name of the user given to requests which are executed without any credentials.
|
static Configuration.ConfigurationProperty<String> |
Configuration.API_AUTHENTICATED_USER
The username of the default user assumed to be executing API calls.
|
static Configuration.ConfigurationProperty<String> |
Configuration.API_CSRF_PREVENTION
Determines whether
org.apache.ambari.server.api.AmbariCsrfProtectionFilter is used to
intercept requests and inspect the headers for an X-Requested-By
value. |
static Configuration.ConfigurationProperty<String> |
Configuration.API_GZIP_COMPRESSION_ENABLED
Determines whether HTTP body data is compressed with GZIP.
|
static Configuration.ConfigurationProperty<String> |
Configuration.API_GZIP_MIN_COMPRESSION_SIZE
Used in conjunction with
Configuration.API_GZIP_COMPRESSION_ENABLED , determines
the mininum size (in bytes) that an HTTP request must be before it should be
compressed. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.API_HEARTBEAT_INTERVAL
Server to API STOMP endpoint heartbeat interval in milliseconds.
|
static Configuration.ConfigurationProperty<String> |
Configuration.API_USE_SSL
Determines whether SSL is used in for secure connections to Ambari.
|
static Configuration.ConfigurationProperty<Boolean> |
Configuration.AUDIT_LOG_ENABLED
Determines whether audit logging is enabled.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.AUDIT_LOGGER_CAPACITY
The size of the worker queue for audit logger events.
|
static Configuration.ConfigurationProperty<Boolean> |
Configuration.AUTO_GROUP_CREATION
The auto group creation by Ambari.
|
static Configuration.ConfigurationProperty<String> |
Configuration.BOOTSTRAP_DIRECTORY
The directory on the Ambari Server file system used for storing
Ambari Agent bootstrap information such as request responses.
|
static Configuration.ConfigurationProperty<String> |
Configuration.BOOTSTRAP_MASTER_HOSTNAME
The host name of the Ambari Server which will be used by the Ambari Agents
for communication.
|
static Configuration.ConfigurationProperty<String> |
Configuration.BOOTSTRAP_SCRIPT
The location and name of the Python script used to bootstrap new Ambari Agent hosts.
|
static Configuration.ConfigurationProperty<String> |
Configuration.BOOTSTRAP_SETUP_AGENT_PASSWORD
The password to set on the
AMBARI_PASSPHRASE environment variable
before invoking the bootstrap script. |
static Configuration.ConfigurationProperty<String> |
Configuration.BOOTSTRAP_SETUP_AGENT_SCRIPT
The location and name of the Python script executed on the Ambari Agent
host during the bootstrap process.
|
static Configuration.ConfigurationProperty<String> |
Configuration.CHECK_MOUNTS_TIMEOUT
The timeout, used by the
timeout command in linux, when checking mounts for free capacity. |
static Configuration.ConfigurationProperty<String> |
Configuration.CHECK_REMOTE_MOUNTS
Determines whether the Ambari Agents will use the
df or df -l command when checking disk mounts for capacity issues. |
static Configuration.ConfigurationProperty<String> |
Configuration.CLIENT_API_PORT
The port that client connections will use with the REST API.
|
static Configuration.ConfigurationProperty<String> |
Configuration.CLIENT_API_SSL_CRT_PASS
The password for the keystores, truststores, and certificates for the REST
API when it's protected by SSL.
|
static Configuration.ConfigurationProperty<String> |
Configuration.CLIENT_API_SSL_CRT_PASS_FILE_NAME
The filename which contains the password for the keystores, truststores,
and certificates for the REST API when it's protected by SSL.
|
static Configuration.ConfigurationProperty<String> |
Configuration.CLIENT_API_SSL_KSTR_DIR_NAME
The location on the Ambari server where the REST API keystore and password files are stored if using SSL.
|
static Configuration.ConfigurationProperty<String> |
Configuration.CLIENT_API_SSL_KSTR_NAME
The name of the keystore used when the Ambari Server REST API is protected by SSL.
|
static Configuration.ConfigurationProperty<String> |
Configuration.CLIENT_API_SSL_KSTR_TYPE
The type of the keystore file specified in
Configuration.CLIENT_API_SSL_KSTR_NAME . |
static Configuration.ConfigurationProperty<String> |
Configuration.CLIENT_API_SSL_PORT
The port that client connections will use with the REST API when using SSL.
|
static Configuration.ConfigurationProperty<String> |
Configuration.CLIENT_API_SSL_TSTR_NAME
The name of the truststore used when the Ambari Server REST API is protected by SSL.
|
static Configuration.ConfigurationProperty<String> |
Configuration.CLIENT_API_SSL_TSTR_TYPE
The type of the keystore file specified in
Configuration.CLIENT_API_SSL_KSTR_NAME . |
static Configuration.ConfigurationProperty<String> |
Configuration.CLIENT_SECURITY
The type of authentication mechanism used by Ambari.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.CLIENT_THREADPOOL_SIZE
The size of the Jetty connection pool used for handling incoming REST API requests.
|
static Configuration.ConfigurationProperty<String> |
Configuration.COMMAND_EXECUTION_TYPE
In case this is set to DEPENDENCY_ORDERED one stage is created for each request and command dependencies are
handled directly by ActionScheduler.
|
static Configuration.ConfigurationProperty<String> |
Configuration.COMMON_SERVICES_DIR_PATH
The location on the Ambari Server where common service resources exist.
|
static Configuration.ConfigurationProperty<String> |
Configuration.CUSTOM_ACTION_DEFINITION
The location on the Ambari Server where custom actions are defined.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.DEFAULT_MAX_DEGREE_OF_PARALLELISM_FOR_UPGRADES
Default value of Max number of tasks to schedule in parallel for upgrades.
|
static Configuration.ConfigurationProperty<String> |
Configuration.DISABLE_VIEW_DIRECTORY_WATCHER
Determines whether the view directory watcher service should be disabled.
|
static Configuration.ConfigurationProperty<String> |
Configuration.DISPATCH_PROPERTY_SCRIPT_DIRECTORY
The directory for scripts which are used by the alert notification dispatcher.
|
static Configuration.ConfigurationProperty<String> |
Configuration.ENABLE_AUTO_AGENT_CACHE_UPDATE
Determines whether the agents will automatically attempt to download updates to stack resources from the Ambari Server.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.EXECUTION_COMMANDS_RETRY_COUNT
The number of attempts to emit execution command message to agent.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.EXECUTION_COMMANDS_RETRY_INTERVAL
The interval in seconds between attempts to emit execution command message to agent.
|
static Configuration.ConfigurationProperty<String> |
Configuration.EXECUTION_SCHEDULER_CLUSTERED
Determines whether the Quartz rolling restart jobstore is clustered.
|
static Configuration.ConfigurationProperty<String> |
Configuration.EXECUTION_SCHEDULER_CONNECTIONS
The number of concurrent database connections that the Quartz job scheduler can use.
|
static Configuration.ConfigurationProperty<String> |
Configuration.EXECUTION_SCHEDULER_MAX_STATEMENTS_PER_CONNECTION
The maximum number of prepared statements cached per database connection.
|
static Configuration.ConfigurationProperty<Long> |
Configuration.EXECUTION_SCHEDULER_MISFIRE_TOLERATION
The tolerance, in
TimeUnit.MINUTES , that Quartz will allow a misfired job to run. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.EXECUTION_SCHEDULER_START_DELAY
The delay, in
TimeUnit.SECONDS , that a Quartz job must wait before it starts. |
static Configuration.ConfigurationProperty<String> |
Configuration.EXECUTION_SCHEDULER_THREADS
The number of threads that the Quartz job scheduler will use.
|
static Configuration.ConfigurationProperty<Long> |
Configuration.EXECUTION_SCHEDULER_WAIT
The time that the executions schduler will wait before checking for new
commands to schedule.
|
static Configuration.ConfigurationProperty<String> |
Configuration.EXTENSIONS_DIR_PATH
The location on the Ambari Server where stack extensions exist.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.EXTERNAL_SCRIPT_TIMEOUT
The time, in
TimeUnit.MILLISECONDS , until an external script is killed. |
static Configuration.ConfigurationProperty<Boolean> |
Configuration.GPL_LICENSE_ACCEPTED
Whether user accepted GPL license
|
static Configuration.ConfigurationProperty<String> |
Configuration.GZIP_HANDLER_JETTY_ENABLED
Determines whether Gzip handler is enabled for Jetty.
|
static Configuration.ConfigurationProperty<String> |
Configuration.HOOKS_FOLDER
A location of hooks folder relative to resources folder.
|
static Configuration.ConfigurationProperty<String> |
Configuration.HTTP_CACHE_CONTROL_HEADER_VALUE
The value that will be used to set the
Cache-Control HTTP response header. |
static Configuration.ConfigurationProperty<String> |
Configuration.HTTP_CHARSET
The value that will be used to set the
Charset HTTP response header. |
static Configuration.ConfigurationProperty<String> |
Configuration.HTTP_PRAGMA_HEADER_VALUE
The value that will be used to set the
PRAGMA HTTP response header. |
static Configuration.ConfigurationProperty<String> |
Configuration.HTTP_STRICT_TRANSPORT_HEADER_VALUE
When using SSL, this will be used to set the
Strict-Transport-Security response header. |
static Configuration.ConfigurationProperty<String> |
Configuration.HTTP_X_CONTENT_TYPE_HEADER_VALUE
The value that will be used to set the
X-Content-Type HTTP response header. |
static Configuration.ConfigurationProperty<String> |
Configuration.HTTP_X_FRAME_OPTIONS_HEADER_VALUE
The value that will be used to set the
X-Frame-Options HTTP response header. |
static Configuration.ConfigurationProperty<String> |
Configuration.HTTP_X_XSS_PROTECTION_HEADER_VALUE
The value that will be used to set the
X-XSS-Protection HTTP response header. |
static Configuration.ConfigurationProperty<String> |
Configuration.JAVA_HOME
The location of the JDK on the Ambari Agent hosts.
|
static Configuration.ConfigurationProperty<String> |
Configuration.JCE_NAME
The name of the JCE policy ZIP file.
|
static Configuration.ConfigurationProperty<String> |
Configuration.JDK_NAME
The name of the JDK installation binary.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.KDC_CONNECTION_CHECK_TIMEOUT
The timeout, in
TimeUnit.MILLISECONDS , to wait when communicating
with a Kerberos Key Distribution Center. |
static Configuration.ConfigurationProperty<String> |
Configuration.KDC_PORT
The port used to communicate with the Kerberos Key Distribution Center.
|
static Configuration.ConfigurationProperty<String> |
Configuration.KERBEROS_AUTH_AUTH_TO_LOCAL_RULES
The auth-to-local rules set to use when translating a user's principal name to a local user name
during authentication via SPNEGO.
|
static Configuration.ConfigurationProperty<Boolean> |
Configuration.KERBEROS_AUTH_ENABLED
Determines whether to use Kerberos (SPNEGO) authentication when connecting Ambari.
|
static Configuration.ConfigurationProperty<String> |
Configuration.KERBEROS_AUTH_SPNEGO_KEYTAB_FILE
The Kerberos identity to use when verifying user-supplied Kerberos tokens for authentication via SPNEGO.
|
static Configuration.ConfigurationProperty<String> |
Configuration.KERBEROS_AUTH_SPNEGO_PRINCIPAL
The Kerberos principal name to use when verifying user-supplied Kerberos tokens for authentication via SPNEGO.
|
static Configuration.ConfigurationProperty<Boolean> |
Configuration.KERBEROS_CHECK_JAAS_CONFIGURATION
Determines whether Kerberos-enabled Ambari deployments should use JAAS to
validate login credentials.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.KERBEROS_OPERATION_RETRIES |
static Configuration.ConfigurationProperty<Integer> |
Configuration.KERBEROS_OPERATION_RETRY_TIMEOUT |
static Configuration.ConfigurationProperty<Boolean> |
Configuration.KERBEROS_OPERATION_VERIFY_KDC_TRUST
A flag indicating whether to validate the trust of an SSL certificate provided by a KDC when
performing Kerberos operations.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.KERBEROS_SERVER_ACTION_FINALIZE_SECONDS
The timeout, in seconds, when finalizing Kerberos enable/disable/regenerate commands.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.KERBEROS_SERVER_ACTION_THREADPOOL_SIZE
The number of threads to use when executing server-side Kerberos commands, such as generate keytabs.
|
static Configuration.ConfigurationProperty<String> |
Configuration.KERBEROSTAB_CACHE_DIR
The location on the Ambari Server where kerberos keytabs are cached.
|
static Configuration.ConfigurationProperty<String> |
Configuration.KSTR_NAME
The name of the keystore file, located in
Configuration.SRVR_KSTR_DIR . |
static Configuration.ConfigurationProperty<String> |
Configuration.KSTR_TYPE
The type of the keystore file specified in
Configuration.KSTR_NAME . |
static Configuration.ConfigurationProperty<String> |
Configuration.LDAP_SYNC_USERNAME_COLLISIONS_BEHAVIOR
Determines whether an existing local users will be updated as LDAP users.
|
static Configuration.ConfigurationProperty<String> |
Configuration.LEGACY_OVERRIDE |
static Configuration.ConfigurationProperty<Long> |
Configuration.LOG4JMONITOR_DELAY
PropertyConfigurator checks log4j.properties file change every LOG4JMONITOR_DELAY milliseconds.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.LOGSEARCH_METADATA_CACHE_EXPIRE_TIMEOUT
The time, in hours, that the Ambari Server will hold Log File metadata in its internal cache before making
a request to the LogSearch Portal to get the latest metadata.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.LOGSEARCH_PORTAL_CONNECT_TIMEOUT
The time, in milliseconds, that the Ambari Server will wait while attempting to connect to the
LogSearch Portal service.
|
static Configuration.ConfigurationProperty<String> |
Configuration.LOGSEARCH_PORTAL_EXTERNAL_ADDRESS
External logsearch portal address, can be used with internal logfeeder, as the same logsearch portal can store logs for different clusters
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.LOGSEARCH_PORTAL_READ_TIMEOUT
The time, in milliseconds, that the Ambari Server will wait while attempting to read a response from the
LogSearch Portal service.
|
static Configuration.ConfigurationProperty<String> |
Configuration.MASTER_KEY_LOCATION
The location on the Ambari Server of the master key file.
|
static Configuration.ConfigurationProperty<String> |
Configuration.MASTER_KEYSTORE_LOCATION
The location on the Ambari Server of the master keystore file.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.MAX_LOCAL_AUTHENTICATION_FAILURES
The maximum number of authentication attempts permitted to a local user.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.MESSAGING_THREAD_POOL_SIZE
The thread pool size for spring messaging.
|
static Configuration.ConfigurationProperty<String> |
Configuration.METADATA_DIR_PATH
The location on the Ambari Server where the stack resources exist.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.METRIC_RETRIEVAL_SERVICE_CACHE_TIMEOUT
The amount of time, in
TimeUnit.MINUTES , that the
MetricsRetrievalService will cache retrieved metric data. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.METRIC_RETRIEVAL_SERVICE_REQUEST_TTL
The amount of time, in
TimeUnit.SECONDS , that requests to the same
URL by the MetricsRetrievalService must be separated. |
static Configuration.ConfigurationProperty<Boolean> |
Configuration.METRIC_RETRIEVAL_SERVICE_REQUEST_TTL_ENABLED
true to enable a TTL per request made by the
MetricsRetrievalService . |
static Configuration.ConfigurationProperty<Integer> |
Configuration.METRIC_RETRIEVAL_SERVICE_THREAD_PRIORITY
The priorty of the
Thread s used by the
MetricsRetrievalService . |
static Configuration.ConfigurationProperty<Integer> |
Configuration.METRIC_RETRIEVAL_SERVICE_THREADPOOL_CORE_SIZE
The core size of the threadpool for the
MetricsRetrievalService . |
static Configuration.ConfigurationProperty<Integer> |
Configuration.METRIC_RETRIEVAL_SERVICE_THREADPOOL_MAX_SIZE
The maximum size of the threadpool for the
MetricsRetrievalService . |
static Configuration.ConfigurationProperty<Integer> |
Configuration.METRIC_RETRIEVAL_SERVICE_THREADPOOL_WORKER_QUEUE_SIZE
The size of the worker queue for the
MetricsRetrievalService . |
static Configuration.ConfigurationProperty<String> |
Configuration.MPACKS_STAGING_DIR_PATH
The Ambari Management Pack staging directory on the Ambari Server.
|
static Configuration.ConfigurationProperty<String> |
Configuration.MPACKS_V2_STAGING_DIR_PATH
The Ambari Management Pack v2 staging directory on the Ambari Server.
|
static Configuration.ConfigurationProperty<String> |
Configuration.MYSQL_JAR_NAME
The name of the MySQL JDBC JAR connector.
|
static Configuration.ConfigurationProperty<String> |
Configuration.OJDBC_JAR_NAME
The name of the Oracle JDBC JAR connector.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.OPERATIONS_RETRY_ATTEMPTS
The number of retry attempts for failed API and blueprint operations.
|
static Configuration.ConfigurationProperty<String> |
Configuration.OS_FAMILY
The OS family for the cluster.
|
static Configuration.ConfigurationProperty<String> |
Configuration.OS_VERSION
The OS version for the cluster.
|
static Configuration.ConfigurationProperty<String> |
Configuration.PAM_CONFIGURATION_FILE
The PAM configuration file.
|
static Configuration.ConfigurationProperty<Boolean> |
Configuration.PARALLEL_STAGE_EXECUTION
This key defines whether stages of parallel requests are executed in
parallel or sequentally.
|
static Configuration.ConfigurationProperty<String> |
Configuration.PASSPHRASE
The password to the Ambari Server to supply to new Ambari Agent hosts being
bootstrapped.
|
static Configuration.ConfigurationProperty<String> |
Configuration.PASSPHRASE_ENV
An environment variable which can be used to supply the Ambari Server
password when bootstrapping new Ambari Agents.
|
static Configuration.ConfigurationProperty<String> |
Configuration.PASSWORD_POLICY_DESCRIPTION
Configurable password policy for Ambari users
|
static Configuration.ConfigurationProperty<String> |
Configuration.PASSWORD_POLICY_REGEXP
Configurable password policy for Ambari users
|
static Configuration.ConfigurationProperty<String> |
Configuration.POST_USER_CREATION_HOOK |
static Configuration.ConfigurationProperty<Boolean> |
Configuration.POST_USER_CREATION_HOOK_ENABLED |
static Configuration.ConfigurationProperty<String> |
Configuration.PROPERTY_MASK_FILE
The path of the file which lists the properties that should be masked from the api that returns ambari.properties
|
static Configuration.ConfigurationProperty<Long> |
Configuration.PROPERTY_PROVIDER_THREADPOOL_COMPLETION_TIMEOUT
The maximum time, in
TimeUnit.MILLISECONDS , that a synchronous
request to a PropertyProvider can run before being terminated. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.PROPERTY_PROVIDER_THREADPOOL_CORE_SIZE
The core number of threads that will be used to retrieve data from
PropertyProvider s, such as remote JMX endpoints. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.PROPERTY_PROVIDER_THREADPOOL_MAX_SIZE
The maximum number of threads that will be used to retrieve data from
PropertyProvider s such as remote JMX endpoints. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.PROPERTY_PROVIDER_THREADPOOL_WORKER_QUEUE_SIZE
The maximum size of pending
PropertyProvider requests which can be
queued before rejecting new requests. |
static Configuration.ConfigurationProperty<String> |
Configuration.PROXY_ALLOWED_HOST_PORTS
Allow proxy calls to these hosts and ports only
|
static Configuration.ConfigurationProperty<String> |
Configuration.RECOMMENDATIONS_ARTIFACTS_LIFETIME
The amount of time that recommendation API data is kept on the Ambari
Server file system.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.RECOMMENDATIONS_ARTIFACTS_ROLLOVER_MAX |
static Configuration.ConfigurationProperty<String> |
Configuration.RECOMMENDATIONS_DIR
The directory on the Ambari Server file system used for storing
Recommendation API artifacts.
|
static Configuration.ConfigurationProperty<String> |
Configuration.RECOVERY_DISABLED_COMPONENTS
A comma-separated list of component names which are not included in automatic recovery attempts.
|
static Configuration.ConfigurationProperty<String> |
Configuration.RECOVERY_ENABLED_COMPONENTS
A comma-separated list of component names which are included in automatic
recovery attempts.
|
static Configuration.ConfigurationProperty<String> |
Configuration.RECOVERY_LIFETIME_MAX_COUNT
The maximum number of recovery attempts of a failed component during the lifetime
of an Ambari Agent instance.
|
static Configuration.ConfigurationProperty<String> |
Configuration.RECOVERY_MAX_COUNT
The maximum number of recovery attempts of a failed component during a
specified recovery window.
|
static Configuration.ConfigurationProperty<String> |
Configuration.RECOVERY_RETRY_GAP
The delay, in
TimeUnit.MINUTES , between automatic retry windows. |
static Configuration.ConfigurationProperty<String> |
Configuration.RECOVERY_TYPE
The type of automatic recovery of failed services and components to use.
|
static Configuration.ConfigurationProperty<String> |
Configuration.RECOVERY_WINDOW_IN_MIN
The length of a recovery window, in
TimeUnit.MINUTES , in which
recovery attempts can be retried. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.REGISTRATION_THREAD_POOL_SIZE
The thread pool size for agents registration.
|
static Configuration.ConfigurationProperty<String> |
Configuration.REPO_SUFFIX_KEY_DEFAULT
The key for validating non-Ubuntu repository.
|
static Configuration.ConfigurationProperty<String> |
Configuration.REPO_SUFFIX_KEY_UBUNTU
Key for repo validation suffixes.
|
static Configuration.ConfigurationProperty<String> |
Configuration.REQUEST_CONNECT_TIMEOUT
The amount of time, in
TimeUnit.MILLISECONDS , that views will wait
when trying to connect on HTTP(S) operations to a remote resource. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.REQUEST_LOG_RETAINDAYS
The number of days request logs can be retained.
|
static Configuration.ConfigurationProperty<String> |
Configuration.REQUEST_LOGNAMEPATTERN
The pattern of request logs .
|
static Configuration.ConfigurationProperty<String> |
Configuration.REQUEST_LOGPATH
Request logs path .
|
static Configuration.ConfigurationProperty<String> |
Configuration.REQUEST_READ_TIMEOUT
The amount of time, in
TimeUnit.MILLISECONDS , that views will wait
before timing out on HTTP(S) read operations. |
static Configuration.ConfigurationProperty<String> |
Configuration.RESOURCES_DIR
The location on the Ambari Server where all resources exist, including common services, stacks, and scripts.
|
static Configuration.ConfigurationProperty<String> |
Configuration.ROLLING_UPGRADE_SKIP_PACKAGES_PREFIXES
A comma-separated list of packages which will be skipped during a stack upgrade.
|
static Configuration.ConfigurationProperty<Boolean> |
Configuration.SECURITY_PASSWORD_ENCRYPTON_ENABLED |
static Configuration.ConfigurationProperty<Boolean> |
Configuration.SECURITY_SENSITIVE_DATA_ENCRYPTON_ENABLED |
static Configuration.ConfigurationProperty<Integer> |
Configuration.SERVER_CONNECTION_MAX_IDLE_TIME
The time, in
TimeUnit.MILLISECONDS , that agent connections can remain open and idle. |
static Configuration.ConfigurationProperty<String> |
Configuration.SERVER_DB_NAME
The name of the database.
|
static Configuration.ConfigurationProperty<Long> |
Configuration.SERVER_EC_CACHE_SIZE
The size of the cache used to hold
HostRoleCommand instances in-memory. |
static Configuration.ConfigurationProperty<Boolean> |
Configuration.SERVER_HRC_STATUS_SUMMARY_CACHE_ENABLED
Determines whether caching a requests's
HostRoleCommandStatusSummaryDTO is enabled. |
static Configuration.ConfigurationProperty<Long> |
Configuration.SERVER_HRC_STATUS_SUMMARY_CACHE_EXPIRY_DURATION
The value is specified in
TimeUnit.MINUTES . |
static Configuration.ConfigurationProperty<Long> |
Configuration.SERVER_HRC_STATUS_SUMMARY_CACHE_SIZE
The size of the cache which is used to hold a status of every operation in a request.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.SERVER_HTTP_REQUEST_HEADER_SIZE
The size of the buffer to use, in bytes, for REST API HTTP header requests.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.SERVER_HTTP_RESPONSE_HEADER_SIZE
The size of the buffer to use, in bytes, for REST API HTTP header responses.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.SERVER_HTTP_SESSION_INACTIVE_TIMEOUT
The time, in
TimeUnit.SECONDS , that HTTP requests remain valid when
inactive. |
static Configuration.ConfigurationProperty<String> |
Configuration.SERVER_JDBC_CONNECTION_POOL
The type of connection pool to use with JDBC connections to the database.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.SERVER_JDBC_CONNECTION_POOL_ACQUISITION_RETRY_ATTEMPTS
The number of times connections should be retried to be acquired from
the database before giving up.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.SERVER_JDBC_CONNECTION_POOL_ACQUISITION_RETRY_DELAY
The delay in
TimeUnit.MILLISECONDS between connection acquisition
attempts. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.SERVER_JDBC_CONNECTION_POOL_AQUISITION_SIZE
The number of connections that should be retrieved when the pool size must
increase.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.SERVER_JDBC_CONNECTION_POOL_IDLE_TEST_INTERVAL
The number of
TimeUnit.SECONDS in between testing each idle
connection in the connection pool for validity. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.SERVER_JDBC_CONNECTION_POOL_MAX_AGE
The maximum amount of time in
TimeUnit.SECONDS any connection,
whether its been idle or active, should even be in the pool. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.SERVER_JDBC_CONNECTION_POOL_MAX_IDLE_TIME
The maximum amount of time in
TimeUnit.SECONDS that an idle
connection can remain in the pool. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.SERVER_JDBC_CONNECTION_POOL_MAX_IDLE_TIME_EXCESS
The maximum amount of time in
TimeUnit.SECONDS that connections
beyond the minimum pool size should remain in the pool. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.SERVER_JDBC_CONNECTION_POOL_MAX_SIZE
The maximum number of connections that should exist in the
database connection pool.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.SERVER_JDBC_CONNECTION_POOL_MIN_SIZE
The minimum number of connections that should always exist in the
database connection pool.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SERVER_JDBC_DRIVER
The name of the PostgresSQL JDBC JAR connector.
|
static Configuration.ConfigurationProperty<JPATableGenerationStrategy> |
Configuration.SERVER_JDBC_GENERATE_TABLES
The table generation strategy to use when initializing JPA.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SERVER_JDBC_POSTGRES_SCHEMA_NAME
The schema within a named PostgreSQL database where Ambari's tables, users,
and constraints are stored.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SERVER_JDBC_RCA_DRIVER
Deprecated.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SERVER_JDBC_RCA_URL
Deprecated.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SERVER_JDBC_RCA_USER_NAME
Deprecated.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SERVER_JDBC_RCA_USER_PASSWD
Deprecated.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SERVER_JDBC_URL
The full JDBC url used for in-memory database creation.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SERVER_JDBC_USER_NAME
The user name used to login to the database.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SERVER_JDBC_USER_PASSWD
The password for the user when logging into the database.
|
static Configuration.ConfigurationProperty<Boolean> |
Configuration.SERVER_LOCKS_PROFILING
Enable the profiling of internal locks.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SERVER_PERSISTENCE_TYPE
The
PersistenceType of the database. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.SERVER_SIDE_ALERTS_CORE_POOL_SIZE
The core pool size of the executor service that runs server side alerts.
|
static Configuration.ConfigurationProperty<Boolean> |
Configuration.SERVER_STALE_CONFIG_CACHE_ENABLED
Determines when the stale configuration cache is enabled.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.SERVER_STALE_CONFIG_CACHE_EXPIRATION
The expiration time, in
TimeUnit.MINUTES , that stale configuration information is
cached. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.SERVER_STARTUP_WEB_TIMEOUT
The time, in seconds, that the ambari-server Python script will wait for
Jetty to startup before returning an error code.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.SERVER_TASK_TIMEOUT
Server side task (default) timeout value
|
static Configuration.ConfigurationProperty<String> |
Configuration.SERVER_TMP_DIR
The location on the Ambari Server where temporary artifacts can be created.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SERVER_VERSION_FILE
The full path to the file which contains the Ambari Server version.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SHARED_RESOURCES_DIR
The location on the Ambari Server where resources are stored.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SHOW_LOCKED_OUT_USER_MESSAGE
A flag to determine whether locked out messages are to be shown to users, if relevant, when authenticating into Ambari
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.SRVR_AGENT_ACCEPTOR_THREAD_COUNT
The number of acceptor threads for the agent jetty connector.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SRVR_AGENT_HOSTNAME_VALIDATE
Determines whether the Ambari Agent host names should be validated against
a regular expression to ensure that they are well-formed.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.SRVR_API_ACCEPTOR_THREAD_COUNT
The number of acceptor threads for the api jetty connector.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SRVR_CRT_CHAIN_NAME
The name of the file that contains the CA certificate chain for certificate validation during 2-way SSL communication.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SRVR_CRT_NAME
The name of the file that certificates are written to when using
openssl ca . |
static Configuration.ConfigurationProperty<String> |
Configuration.SRVR_CRT_PASS
The password for the keystores, truststores, and certificates.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SRVR_CRT_PASS_FILE
The filename which contains the password for the keystores, truststores, and certificates.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SRVR_CRT_PASS_LEN
The length of the randomly generated password for keystores and truststores.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SRVR_CSR_NAME
The name of the certificate request file used when generating certificates.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SRVR_DISABLED_CIPHERS
A list of cipher suites which are not strong enough to use and will be excluded when creating SSL connections.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SRVR_DISABLED_PROTOCOLS
The list of protocols which should not be used when creating SSL connections.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SRVR_HOSTS_MAPPING
The location on the Ambari Server of the file which is used for mapping host names.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SRVR_KEY_NAME
The name of the private key used to sign requests.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SRVR_KSTR_DIR
The directory on the Ambari Server where keystores are kept.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SRVR_ONE_WAY_SSL_PORT
The port that the Ambari Agents will use to communicate with the Ambari Server over SSL.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SRVR_TWO_WAY_SSL
Determines whether two-way SSL should be used between Ambari Server and
Ambari Agents so that the agents must also use SSL.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SRVR_TWO_WAY_SSL_PORT
The port that the Ambari Server will use to communicate with the agents over SSL.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SSL_TRUSTSTORE_PASSWORD
The password to use when setting the
Configuration.JAVAX_SSL_TRUSTSTORE_PASSWORD
property. |
static Configuration.ConfigurationProperty<String> |
Configuration.SSL_TRUSTSTORE_PATH
The location of the truststore to use when setting the
Configuration.JAVAX_SSL_TRUSTSTORE property. |
static Configuration.ConfigurationProperty<String> |
Configuration.SSL_TRUSTSTORE_TYPE
The type of truststore used by the
Configuration.JAVAX_SSL_TRUSTSTORE_TYPE property. |
static Configuration.ConfigurationProperty<String> |
Configuration.STACK_ADVISOR_SCRIPT
The location and name of the Python stack advisor script executed when
configuring services.
|
static Configuration.ConfigurationProperty<String> |
Configuration.STACK_JAVA_HOME
The location of the JDK on the Ambari Agent hosts.
|
static Configuration.ConfigurationProperty<String> |
Configuration.STACK_JAVA_VERSION
Java version of the stack
|
static Configuration.ConfigurationProperty<String> |
Configuration.STACK_JCE_NAME
The name of the JCE policy ZIP file.
|
static Configuration.ConfigurationProperty<String> |
Configuration.STACK_JDK_NAME
The name of the JDK installation binary.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.STACK_UPGRADE_AUTO_RETRY_CHECK_INTERVAL_SECS
If the stack.upgrade.auto.retry.timeout.mins property is positive, then run
RetryUpgradeActionService every x seconds. |
static Configuration.ConfigurationProperty<String> |
Configuration.STACK_UPGRADE_AUTO_RETRY_COMMAND_DETAILS_TO_IGNORE
If auto-retry during stack upgrade is enabled, skip any tasks whose command details contains at least one
of the strings in the following CSV property.
|
static Configuration.ConfigurationProperty<String> |
Configuration.STACK_UPGRADE_AUTO_RETRY_CUSTOM_COMMAND_NAMES_TO_IGNORE
If auto-retry during stack upgrade is enabled, skip any tasks whose custom command name contains at least one
of the strings in the following CSV property.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.STACK_UPGRADE_AUTO_RETRY_TIMEOUT_MINS
If a host is shutdown or ambari-agent is stopped, then Ambari Server will
still keep waiting til the task timesout, say 10-20 mins.
|
static Configuration.ConfigurationProperty<Boolean> |
Configuration.STACK_UPGRADE_BYPASS_PRECHECKS
Determines whether pre-upgrade checks will be skipped when performing a stack upgrade.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.STOMP_MAX_BUFFER_MESSAGE_SIZE
The maximum size of a buffer for stomp message sending.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.STOMP_MAX_INCOMING_MESSAGE_SIZE
The maximum size of an incoming stomp text message.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.SUBSCRIPTION_REGISTRY_CACHE_MAX_SIZE
Maximal cache size for spring subscription registry.
|
static Configuration.ConfigurationProperty<String> |
Configuration.SYS_PREPPED_HOSTS
Indicator for sys prepped host
It is possible the some nodes are sys prepped and some are not.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.TASK_ID_LIST_LIMIT
The number of tasks that can be queried from the database at once In the
case of more tasks, multiple queries are issued
|
static Configuration.ConfigurationProperty<Boolean> |
Configuration.TEMPORARYSTORE_ACTIVELY_PURGE
Determines whether the temporary keystore should have keys actively purged
on a fixed internal, or only when requested after expiration.
|
static Configuration.ConfigurationProperty<Long> |
Configuration.TEMPORARYSTORE_RETENTION_MINUTES
The time, in
TimeUnit.MINUTES , that the temporary, in-memory
credential store retains values. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.THREAD_POOL_SIZE_FOR_EXTERNAL_SCRIPT
The time, in
TimeUnit.MILLISECONDS , until an external script is killed. |
static Configuration.ConfigurationProperty<Boolean> |
Configuration.TIMELINE_METRICS_CACHE_DISABLE
Determines whether Ambari Metric data is cached.
|
static Configuration.ConfigurationProperty<String> |
Configuration.TIMELINE_METRICS_CACHE_HEAP_PERCENT
The amount of heap on the Ambari Server dedicated to the caching values from Ambari Metrics.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.TIMELINE_METRICS_CACHE_IDLE_TIME
The time, in
TimeUnit.SECONDS , that Ambari Metric data can remain in the cache without being accessed. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.TIMELINE_METRICS_CACHE_TTL
The time, in
TimeUnit.SECONDS , that Ambari Metric timeline data is cached by Ambari Server. |
static Configuration.ConfigurationProperty<Boolean> |
Configuration.TIMELINE_METRICS_CACHE_USE_CUSTOM_SIZING_ENGINE
Determines if a custom engine should be used to increase performance of
calculating the current size of the cache for Ambari Metric data.
|
static Configuration.ConfigurationProperty<Long> |
Configuration.TIMELINE_METRICS_REQUEST_CATCHUP_INTERVAL
The time, in
TimeUnit.MILLISECONDS , that Ambari Metrics intervals should use when
extending the boundaries of the original request. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.TIMELINE_METRICS_REQUEST_CONNECT_TIMEOUT
The time, in
TimeUnit.MILLISECONDS , to wait while attempting to connect to Ambari Metrics. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.TIMELINE_METRICS_REQUEST_INTERVAL_READ_TIMEOUT
The time, in
TimeUnit.MILLISECONDS , that cache update requests made to
Ambari Metrics will wait while reading from the socket before timing out. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.TIMELINE_METRICS_REQUEST_READ_TIMEOUT
The time, in
TimeUnit.MILLISECONDS , that initial requests made to
Ambari Metrics will wait while reading from the socket before timing out. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.TLS_EPHEMERAL_DH_KEY_SIZE
The Ephemeral TLS Diffie-Hellman (DH) key size.
|
static Configuration.ConfigurationProperty<Boolean> |
Configuration.TOPOLOGY_TASK_PARALLEL_CREATION_ENABLED
Indicates whether parallel topology task creation is enabled for blueprint cluster provisioning.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.TOPOLOGY_TASK_PARALLEL_CREATION_THREAD_COUNT
The number of threads to use for parallel topology task creation in blueprint cluster provisioning if enabled.
|
static Configuration.ConfigurationProperty<String> |
Configuration.TSTR_NAME
The name of the truststore file ambari uses to store trusted certificates.
|
static Configuration.ConfigurationProperty<String> |
Configuration.TSTR_TYPE
The type of the truststore file specified in
Configuration.TSTR_NAME . |
static Configuration.ConfigurationProperty<Boolean> |
Configuration.VDF_FROM_FILESYSTEM
Gets whether file-based VDF are allowed to be used.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.VERSION_DEFINITION_CONNECT_TIMEOUT
The time, in milliseconds, that requests to connect to a URL to retrieve
Version Definition Files (VDF) will wait before being terminated.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.VERSION_DEFINITION_READ_TIMEOUT
The time, in milliseconds, that requests to read from a connected URL to retrieve
Version Definition Files (VDF) will wait before being terminated.
|
static Configuration.ConfigurationProperty<Boolean> |
Configuration.VIEW_EXTRACT_AFTER_CLUSTER_CONFIG
Property driving the view extraction.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.VIEW_EXTRACTION_THREADPOOL_CORE_SIZE
The number of threads used to extract Ambari Views when Ambari Server is
starting up.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.VIEW_EXTRACTION_THREADPOOL_MAX_SIZE
The maximum number of threads used to extract Ambari Views when Ambari
Server is starting up.
|
static Configuration.ConfigurationProperty<Long> |
Configuration.VIEW_EXTRACTION_THREADPOOL_TIMEOUT
The time, in
TimeUnit.MILLISECONDS , that non-core threads will live
when extraction views on Ambari Server startup. |
static Configuration.ConfigurationProperty<Integer> |
Configuration.VIEW_REQUEST_THREADPOOL_MAX_SIZE
The maximum number of threads which will be allocated to handling REST API
requests from embedded views.
|
static Configuration.ConfigurationProperty<Integer> |
Configuration.VIEW_REQUEST_THREADPOOL_TIMEOUT
The time, in
TimeUnit.MILLISECONDS , that REST API requests from
embedded views can wait if the view threadpool size is currently exhausted. |
static Configuration.ConfigurationProperty<String> |
Configuration.VIEWS_ADDITIONAL_CLASSPATH_VALUE
The value that is additional classpath for the views.
|
static Configuration.ConfigurationProperty<String> |
Configuration.VIEWS_DIRECTORY
The directory on the Ambari Server file system used for expanding Views and
storing webapp work.
|
static Configuration.ConfigurationProperty<String> |
Configuration.VIEWS_HTTP_CACHE_CONTROL_HEADER_VALUE
The value that will be used to set the
Cache-Control HTTP response header. |
static Configuration.ConfigurationProperty<String> |
Configuration.VIEWS_HTTP_CHARSET
The value that will be used to set the
CHARSET to HTTP response header. |
static Configuration.ConfigurationProperty<String> |
Configuration.VIEWS_HTTP_PRAGMA_HEADER_VALUE
The value that will be used to set the
PRAGMA HTTP response header. |
static Configuration.ConfigurationProperty<String> |
Configuration.VIEWS_HTTP_STRICT_TRANSPORT_HEADER_VALUE
The value that will be used to set the
Strict-Transport-Security
HTTP response header for Ambari View requests. |
static Configuration.ConfigurationProperty<String> |
Configuration.VIEWS_HTTP_X_CONTENT_TYPE_HEADER_VALUE
The value that will be used to set the
X-Content-Type HTTP response header. |
static Configuration.ConfigurationProperty<String> |
Configuration.VIEWS_HTTP_X_FRAME_OPTIONS_HEADER_VALUE
The value that will be used to set the
X-Frame-Options
HTTP response header for Ambari View requests. |
static Configuration.ConfigurationProperty<String> |
Configuration.VIEWS_HTTP_X_XSS_PROTECTION_HEADER_VALUE
The value that will be used to set the
X-XSS-Protection
HTTP response header for Ambari View requests. |
static Configuration.ConfigurationProperty<String> |
Configuration.VIEWS_REMOVE_UNDEPLOYED
Determines whether remove undeployed views from the Ambari database.
|
static Configuration.ConfigurationProperty<String> |
Configuration.VIEWS_VALIDATE
Determines whether to validate a View's configuration XML file against an XSD.
|
static Configuration.ConfigurationProperty<String> |
Configuration.WEBAPP_DIRECTORY
The Ambari Server webapp root directory.
|
Modifier and Type | Method and Description |
---|---|
int |
Configuration.ConfigurationProperty.compareTo(Configuration.ConfigurationProperty<?> o) |
<T> String |
Configuration.getProperty(Configuration.ConfigurationProperty<T> configurationProperty)
Gets the value for the specified
Configuration.ConfigurationProperty . |
void |
Configuration.setProperty(Configuration.ConfigurationProperty<String> configurationProperty,
String value)
Sets the value for the specified
Configuration.ConfigurationProperty . |
Copyright © 2022 Apache Software Foundation. All rights reserved.