Key Default Description
jobmanager.archive.fs.dir
(none)
jobmanager.execution.attempts-history-size
16 The maximum number of prior execution attempts kept in history.
jobmanager.execution.failover-strategy
"full" The maximum number of prior execution attempts kept in history.
jobmanager.heap.mb
1024 JVM heap size (in megabytes) for the JobManager.
jobmanager.resourcemanager.reconnect-interval
2000 This option specifies the interval in order to trigger a resource manager reconnection if the connection to the resource manager has been lost. This option is only intended for internal use.
jobmanager.rpc.address
(none) The config parameter defining the network address to connect to for communication with the job manager. This value is only interpreted in setups where a single JobManager with static name or address exists (simple standalone setups, or container setups with dynamic service name resolution). It is not used in many high-availability setups, when a leader-election service (like ZooKeeper) is used to elect and discover the JobManager leader from potentially multiple standby JobManagers.
jobmanager.rpc.port
6123 The config parameter defining the network port to connect to for communication with the job manager. Like jobmanager.rpc.address, this value is only interpreted in setups where a single JobManager with static name/address and port exists (simple standalone setups, or container setups with dynamic service name resolution). This config option is not used in many high-availability setups, when a leader-election service (like ZooKeeper) is used to elect and discover the JobManager leader from potentially multiple standby JobManagers.
jobstore.cache-size
52428800 The job store cache size in bytes which is used to keep completed jobs in memory.
jobstore.expiration-time
3600 The time in seconds after which a completed job expires and is purged from the job store.
slot.idle.timeout
50000 The timeout in milliseconds for a idle slot in Slot Pool.
slot.request.timeout
300000 The timeout in milliseconds for requesting a slot from Slot Pool.