containerized.heap-cutoff-min |
600 |
Integer |
Minimum amount of heap memory to remove in Job Master containers, as a safety margin. |
containerized.heap-cutoff-ratio |
0.25 |
Float |
Percentage of heap space to remove from Job Master containers (YARN / Mesos / Kubernetes), to compensate for other JVM memory usage. |
resourcemanager.job.timeout |
"5 minutes" |
String |
Timeout for jobs which don't have a job manager as leader assigned. |
resourcemanager.rpc.port |
0 |
Integer |
Defines the network port to connect to for communication with the resource manager. By default, the port of the JobManager, because the same ActorSystem is used. Its not possible to use this configuration key to define port ranges. |
resourcemanager.standalone.start-up-time |
-1 |
Long |
Time in milliseconds of the start-up period of a standalone cluster. During this time, resource manager of the standalone cluster expects new task executors to be registered, and will not fail slot requests that can not be satisfied by any current registered slots. After this time, it will fail pending and new coming requests immediately that can not be satisfied by registered slots. If not set, 'slotmanager.request-timeout' will be used by default. |
resourcemanager.taskmanager-timeout |
30000 |
Long |
The timeout for an idle task manager to be released. |