General parameters (cdap-site.xml and cdap-default.xml)
Â
Parameter | Default value | Description |
---|---|---|
|  | A cluster-based name for CDAP. It is used for scope resolution of preferences and runtime arguments. For example: the preference key “cluster.[cluster.name].my.key" would be resolved to "my.key" at runtime; a program can then retrieve the preference value by using just "my.key". The administrator can use this property to set different preferences for each cluster. |
|
| Common directory in HDFS for, among others, JAR files for coprocessors. |
|
| Root directory for HDFS files written by CDAP. |
|
| User name for accessing HDFS. |
|
| Determines a unique identifier for a CDAP instance. It is used for providing authorization to a particular CDAP instance. Must be alphanumeric, and should not be changed after CDAP has been started. If it is changed, there is a risk of losing data (for example, authorization policies). |
| Â | A SOCKS 5 proxy address for CDAP to proxy outgoing connections. The address must be in the format of |
|
| Data directory for CDAP Local Sandbox and the CDAP Master process in Distributed CDAP. |
|
| Indicates whether to include custom input/output format classes in the job.jar or not; if set to true, custom format classes will be added to the job.jar and available as part of the MapReduce system classpath. |
|
| Indicates the maximum number of retries the JobClient will make to establish a service connection when retrieving job status and history. |
|
| Time in seconds between reporting the status, including retrieval of the job's task report, while a MapReduce program is running. |
|
| Whether CDAP Master should manage HBase coprocessors. This should only be set to false if you are managing coprocessors yourself in order to support rolling HBase upgrades. |
|
| Semicolon-separated list of local directories that are scanned for CDAP Master environment providers. |
|  | Comma-separated list of classnames for checks that will be run before the CDAP Master starts up. If any of the checks fails, the CDAP Master will not start up. Checks will only be run if |
|
| Whether checks should be run before startup to determine if the CDAP Master can be run correctly. Which checks are run is determined by the |
|
| Comma-separated list of packages containing checks that will be run before the CDAP Master starts up. If any of the checks fails, the CDAP Master will not start up. Checks will only be run if |
|
| The sub-directory of |
|
| Root for this CDAP instance; used as the parent (or root) node for ZooKeeper, as the directory under which all CDAP data and metadata is stored in HDFS, and as the prefix for all HBase tables created by CDAP; must be composed of alphanumeric characters |
| Â | Local directory for caching remote location content. |
|
| Location cache expiration time in milliseconds. |
|
| Specifies the maximum read buffer size in bytes used by the Thrift service; value should be set to greater than the maximum frame sent on the RPC channel. |
|
| The minimum ratio of heap to non-heap memory for all launched Apache Twill containers. Container-specific settings also exist for CDAP system containers. |
|
| Desired reserved non-heap memory in megabytes for all launched Apache Twill containers. The actual value is bounded by the |
|
| Java garbage collection options for all Apache Twill containers; "<LOG_DIR>" is the location of the log directory in the container; note that the special characters are replaced with entity equivalents so they can be included in the XML. |
|
| The relative directory name on the distributed file system for Apache Twill to cache generated files, to speed up launching applications. This directory is relative to |
|
| Duration in milliseconds to wait for at least one container for Apache Twill runnable. |
|
| The memory size in megabytes of the Apache Twill application master container. |
|
| Desired reserved non-heap memory in megabytes for Apache Twill application master container. The actual value is bounded by the |
|
| ZooKeeper namespace prefix for Apache Twill. |
|
| Number of threads to be used running operations concurrently during a CDAP upgrade. |
|
| Duration in milliseconds to wait for a successful connection to a server in the ZooKeeper quorum. |
|
| ZooKeeper quorum string; specifies the ZooKeeper host:port; substitute the quorum (FQDN1:2181,FQDN2:2181,...) for the components shown here. |
|
| ZooKeeper session timeout in milliseconds. |
Created in 2020 by Google Inc.