Deprecated parameters (cdap-site.xml and cdap-default.xml)

These parameters are deprecated as of CDAP 6.2.0 and should not be used. They will be removed in a future release. Replacement parameters are listed as noted.

Parameter Name

Default Value

Description

Parameter Name

Default Value

Description

app.bind.address

0.0.0.0

App Fabric service bind address (deprecated; use ${master.services.bind.address} instead).

app.ssl.bind.port

30443

App Fabric service bind port for HTTPS.

audit.kafka.topic

audit

Apache Kafka topic name to which audit messages are published.

dataset.service.bind.address

0.0.0.0

Dataset service bind address (deprecated; use ${master.services.bind.address} instead).

explore.executor.container.instances

1

Number of explore executor instances (deprecated; instance count is always set to 1).

explore.executor.max.instances

1

Maximum number of explore executor instances (deprecated; instance count is always set to 1).

kafka.bind.address

${kafka.server.host.name}

CDAP Kafka service bind port (deprecated; use ${kafka.server.host.name} instead).

kafka.bind.port

${kafka.server.port}

CDAP Kafka service bind port (deprecated; use ${kafka.server.port} instead).

kafka.default.replication.factor

${kafka.server.default.replication.

factor}

CDAP Kafka service replication factor (deprecated; use ${kafka.server.default.replication.factor} instead).

kafka.log.dir

${kafka.server.log.dirs}

CDAP Kafka service log storage directory (deprecated; use ${kafka.server.log.dirs} instead).

kafka.log.retention.hours

${kafka.server.log.retention.hours}

The number of hours to keep a log file before deleting it (deprecated; use ${kafka.server.log.retention.hours} instead).

kafka.num.partitions

${kafka.server.num.partitions}

Default number of partitions for a topic (deprecated; use ${kafka.server.num.partitions} instead).

kafka.zookeeper.connection.timeout.ms

${kafka.server.zookeeper.connection.

timeout.ms}

The maximum time (in milliseconds) that the client will wait to establish a connection to Zookeeper (deprecated; use ${kafka.server.zookeeper.connection.timeout.ms} instead).

log.cleanup.max.num.files

1000

Maximum number of files scanned in one iteration.

log.cleanup.run.interval.mins

1440

Log cleanup interval in minutes.

log.retention.duration.days

7

Duration (the time-to-live) in days of saved log files in HDFS retention.

log.saver.checkpoint.interval.ms

60000

The time between log saver checkpoints in milliseconds (deprecated: use ${log.process.pipeline.checkpoint.interval.ms} instead).

log.saver.run.memory.megs

1024

Memory in megabytes allocated for log saver instances to run in YARN (deprecated: use ${log.saver.container.memory.mb} instead).

log.saver.run.num.cores

2

Number of cores for each log saver instance in YARN (deprecated: use ${log.saver.container.num.cores} instead).

metrics.messaging.fetcher.limit

2000

Maximum number of metrics messages to be fetched from the messaging fetcher at a time. It is also the maximum number of metric values to be persisted in the metrics store after the number of fetched messages reaches the limit.

notification.kafka.topic

notifications

Kafka topic name used to publish notifications.

notification.transport.system

kafka

Transport system used by the notification system; can be either 'kafka' or 'stream'.

router.client.boss.threads

1

The number of boss threads in the CDAP Router service client.

router.client.worker.threads

10

The number of worker threads in the CDAP Router service client.

security.auth.server.address

0.0.0.0

CDAP Authentication service bind address (deprecated; use ${security.auth.server.bind.address} instead).

ssl.enabled

false

Determines if SSL is enabled (deprecated; use ${ssl.external.enabled} instead).

security.auth.server.announce.address

 

CDAP Authentication service announce address. This is the address in the URL that clients should use to communicate with the Authentication Server. Leave empty to use the default value generated by the Authentication Server. (deprecated; use ${security.auth.server.announce.urls} instead).

Created in 2020 by Google Inc.