You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
master-public-url = "http://localhost:5050" // if mesos-link-log-message == true, this link will be included with the static log message (may or may not be different from master-url)
488
-
role = "*" //see http://mesos.apache.org/documentation/latest/roles/#associating-frameworks-with-roles
489
-
mesos-link-log-message = true //If true, display a link to mesos in the static log message, otherwise do not include a link to mesos.
490
-
constraints = [] //placement constraint strings to use for managed containers e.g. ["att1 LIKE v1", "att2 UNLIKE v2"]
491
-
blackbox-constraints = [] //placement constraints to use for blackbox containers
492
-
constraint-delimiter = " "//used to parse constraint strings
493
-
teardown-on-exit = true //set to true to disable the mesos framework on system exit; set for false for HA deployments
494
-
offer-refuse-duration = 5 seconds //minimum time until an offer will arrive again at a particular invoker
495
-
heartbeat-max-failures = 2 //number of missed heartbeats from mesos master until resubscribe
496
-
timeouts {
497
-
failover = 0 seconds //Timeout allowed for framework to reconnect after disconnection.
498
-
task-launch = 45 seconds //timeout for creating mesos tasks (containers)
499
-
task-delete = 30 seconds //timeout for destroying mesos tasks (containers)
500
-
subscribe = 10 seconds //timeout for framework subscription handshake
501
-
teardown = 30 seconds //timeout for framework teardown
502
-
}
503
-
health-check {#Remove health-section section to disable healthchecks at action containers
504
-
port-index = 0 //should always be port 0 (action container should only listen on 1 port)
505
-
delay = 0 seconds //the amount of time (in seconds) to wait until starting checking the task.
506
-
interval = 1 seconds //the interval (in seconds) between check attempts.
507
-
timeout = 1 seconds //the amount of time (in seconds) to wait for the check to complete
508
-
grace-period = 25 seconds //the amount of time after the task is launched during which health check failures are ignored.
509
-
max-consecutive-failures = 3 //the number of consecutive failures until the task is killed by the executor.
510
-
}
511
-
}
512
-
513
485
yarn {
514
486
master-url="http://localhost:8088" //YARN Resource Manager endpoint to be accessed from the invoker
515
487
yarn-link-log-message=true //If true, display a link to YARN in the static log message, otherwise do not include a link to YARN.
0 commit comments