Key Default Description
mesos.failover-timeout
604800 The failover timeout in seconds for the Mesos scheduler, after which running tasks are automatically shut down.
mesos.initial-tasks
0 The initial workers to bring up when the master starts. This option is ignored unless Flink is in legacy mode.
mesos.master
(none) The Mesos master URL. The value should be in one of the following forms:
  • host:port
  • zk://host1:port1,host2:port2,.../path
  • zk://username:password@host1:port1,host2:port2,.../path
  • file:///path/to/file
mesos.maximum-failed-tasks
-1 The maximum number of failed workers before the cluster fails. May be set to -1 to disable this feature. This option is ignored unless Flink is in legacy mode.
mesos.resourcemanager.artifactserver.port
0 The config parameter defining the Mesos artifact server port to use. Setting the port to 0 will let the OS choose an available port.
mesos.resourcemanager.artifactserver.ssl.enabled
true Enables SSL for the Flink artifact server. Note that security.ssl.enabled also needs to be set to true encryption to enable encryption.
mesos.resourcemanager.framework.name
"Flink" Mesos framework name
mesos.resourcemanager.framework.principal
(none) Mesos framework principal
mesos.resourcemanager.framework.role
"*" Mesos framework role definition
mesos.resourcemanager.framework.secret
(none) Mesos framework secret
mesos.resourcemanager.framework.user
(none) Mesos framework user
mesos.resourcemanager.tasks.port-assignments
(none) Comma-separated list of configuration keys which represent a configurable port. All port keys will dynamically get a port assigned through Mesos.