# master host selector to select a suitable worker, default value: LowerWeight. Optional values include random, round_robin, lower_weight
# master host selector to select a suitable worker, default value: LowerWeight. Optional values include random, round_robin, lower_weight
host-selector:lower_weight
host-selector:lower_weight
# master heartbeat interval, the unit is second
# master heartbeat interval
heartbeat-interval:10
heartbeat-interval:10s
# master commit task retry times
# master commit task retry times
task-commit-retry-times:5
task-commit-retry-times:5
# master commit task interval, the unit is millisecond
# master commit task interval
task-commit-interval:1000
task-commit-interval:1s
state-wheel-interval:5
state-wheel-interval:5
# master max cpuload avg, only higher than the system cpu load average, master server can schedule. default value -1: the number of cpu cores * 2
# master max cpuload avg, only higher than the system cpu load average, master server can schedule. default value -1: the number of cpu cores * 2
max-cpu-load-avg:-1
max-cpu-load-avg:-1
# master reserved memory, only lower than system available memory, master server can schedule. default value 0.3, the unit is G
# master reserved memory, only lower than system available memory, master server can schedule. default value 0.3, the unit is G
reserved-memory:0.3
reserved-memory:0.3
# failover interval, the unit is minute
# failover interval
failover-interval:10
failover-interval:10m
# kill yarn jon when failover taskInstance, default true
# kill yarn jon when failover taskInstance, default true
kill-yarn-job-when-task-failover:true
kill-yarn-job-when-task-failover:true
@ -152,8 +152,8 @@ worker:
listen-port:1234
listen-port:1234
# worker execute thread number to limit task instances in parallel
# worker execute thread number to limit task instances in parallel
exec-threads:10
exec-threads:10
# worker heartbeat interval, the unit is second
# worker heartbeat interval
heartbeat-interval:10
heartbeat-interval:10s
# worker host weight to dispatch tasks, default value 100
# worker host weight to dispatch tasks, default value 100
host-weight:100
host-weight:100
# tenant corresponds to the user of the system, which is used by the worker to submit the job. If system does not have this user, it will be automatically created after the parameter worker.tenant.auto.create is true.
# tenant corresponds to the user of the system, which is used by the worker to submit the job. If system does not have this user, it will be automatically created after the parameter worker.tenant.auto.create is true.
# worker execute thread number to limit task instances in parallel
# worker execute thread number to limit task instances in parallel
exec-threads:100
exec-threads:100
# worker heartbeat interval, the unit is second
# worker heartbeat interval
heartbeat-interval:10
heartbeat-interval:10s
# worker host weight to dispatch tasks, default value 100
# worker host weight to dispatch tasks, default value 100
host-weight:100
host-weight:100
# tenant corresponds to the user of the system, which is used by the worker to submit the job. If system does not have this user, it will be automatically created after the parameter worker.tenant.auto.create is true.
# tenant corresponds to the user of the system, which is used by the worker to submit the job. If system does not have this user, it will be automatically created after the parameter worker.tenant.auto.create is true.