Parameter Name | Default Value | Version Introduced | Description |
---|---|---|---|
|
| Database directory for LevelDB, used for data fabric in CDAP Local Sandbox. | |
|
| Whether compression is enabled for data fabric when in CDAP Local Sandbox. | |
|
| Block size in bytes for data fabric when in CDAP Local Sandbox. | |
|
| Cache size in bytes for data fabric when in CDAP Local Sandbox. | |
|
| Topic name for publishing data events to the messaging system. | |
|
| The database implementation CDAP will use. | |
|
| ||
|
| Indicates whether the JDBC driver has to be loaded from an external directory. If true, then the JDBC driver directory has to be specified using | |
|
| The base directory for storing JDBC driver jars. Sub-directory with the name that matches with the value of “data.storage.implementation" setting will be searched for the corresponding JDBC driver and dependencies jars to connect to the configured sql instance. The JDBC driver class to load has to be specified using "data.storage.sql.jdbc.driver.name". This config can only be used when the storage implementation is postgresql. | |
|
| The jdbc driver class name to connect to the sql instance. The jdbc url, username, password, connection properties can be set using cdap-security.xml. | |
|
| The jdbc url to connect to the sql instance. No sensitive information should be provided using the jdbc url. The username and password can be specified in cdap-security.xml. For non-sensitive properties, it can be specified by adding a property with name prefixed with "data.storage.sql.jdbc.property.", followed by the sql property name. | |
|
| 6.6.0 | The number of rows fetched for database reads from PostgreSQL. (Introduced in CDAP 6.6.0.) |
|
| The max number of connections for the sql connection pool. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Determines if the transaction service is enabled. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Transaction service bind address. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Transaction service bind port; if 0, binds to a random port | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Hard limit for the number of entries in a transaction's change set; if exceeded, the transaction fails. By default, this is unlimited (that is, Int.MAX_VALUE). | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Soft limit for the number of entries in a transaction's change set; if exceeded, a warning is logged. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Hard limit for the aggregate size in bytes of a transaction's change set; if exceeded, the transaction fails. By default, this is unlimited (that is, Long.MAX_VALUE). | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Soft limit for the aggregate size in bytes of a transaction's change set; if exceeded, a warning is logged. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. The number of pooled instances of the transaction client; increase this to increase transaction concurrency. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Provider strategy for transaction clients; valid values are "pool" and "thread-local" | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Name in discovery service for the transaction service. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Time in seconds used to pad transaction maximum lifetime while pruning. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. User name for accessing HDFS (if not running in secure HDFS). | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Determines if the TransactionDataJanitor coprocessor is enabled on tables; normally should be true. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Maximum number of transaction service instances. Increasing the number of transaction service instances only improves availability, but not scalability. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. The limit for the allowed transaction timeout, in seconds. Attempts to start a transaction with a longer timeout will fail. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Memory in megabytes for each transaction service instance. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Number of virtual cores for the transaction service. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Requested number of transaction service instances. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Enable invalid transaction list pruning. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. List of transaction pruning plugins; for CDAP HBase tables that use transaction functionality to skip or clean invalid data | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Table used to store intermediate state when invalid transaction list pruning is enabled. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Class name for the default transaction pruning plugin. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Whether and how long to retain the client id of a transaction. Valid values are: "off" to disable retention of the client id; "active" to retain the client id until a transaction is committed; or "committed" to retain the client id as long as its change set participates in conflict detection. Retaining the client id slightly increases the memory footprint of the transaction service. Client ids are never retained past a restart or fail-over of the transaction manager. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Number of IO threads for the transaction service. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Number of threads for the transaction service. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Specifies the class names of all supported transaction state codecs. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Directory in HDFS used to store snapshots and logs of transaction state. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Frequency of transaction snapshots in seconds. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Storage directory on the local filesystem of snapshot and logs of transaction state when in CDAP Local Sandbox. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Number of transaction snapshot files to retain as backups. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Maximum read buffer size in bytes used by the transaction service; the value should be set to something greater than the maximum frame sent on the RPC channel. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Timeout value in seconds for a transaction; if the transaction is not finished in that time, it is marked invalid. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Base directory for user data on the filesystem. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Dataset executor HTTP service bind address. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Dataset executor bind port; if 0, binds to a random port. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Number of dataset executor instances. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Memory in megabytes for each dataset executor instance. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Number of virtual cores for each dataset executor instance. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Maximum number of dataset executor instances. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Directory where all dataset extensions are stored. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Dataset service bind port; if 0, binds to a random port | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Number of Netty service boss threads for the dataset service. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Maximum connection backlog of the dataset service. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Number of Netty service executor threads for the dataset service. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Directory where all dataset modules archives are stored | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Number of Netty service worker threads for the dataset service. | |
|
| Note: This parameter is deprecated and will be removed in CDAP 7.0.0. Prefix for dataset table name. |
Page Comparison
General
Content
Integrations