You can modify the queue configurations for a specified tenant on FusionInsight Manager.
A tenant who uses the Superior scheduler has been added.
Parameter |
Description |
---|---|
Max Master Shares(%) |
Indicates the maximum percentage of resources occupied by all ApplicationMasters in the current queue. |
Max Allocated vCores |
Indicates the maximum number of cores that can be allocated to a single Yarn container in the current queue. The default value is -1, indicating that the number of cores is not limited within the value range. |
Max Allocated Memory(MB) |
Indicates the maximum memory that can be allocated to a single Yarn container in the current queue. The default value is -1, indicating that the memory is not limited within the value range. |
Max Running Apps |
Indicates the maximum number of tasks that can be executed at the same time in the current queue. The default value is -1, indicating that the number is not limited within the value range (the meaning is the same if the value is empty). Value 0 indicates that tasks cannot be executed. The value ranges from -1 to 2147483647. |
Max Running Apps per User |
Indicates the maximum number of tasks that can be executed by each user in the current queue at the same time. The default value is -1, indicating that the number is not limited within the value range (the meaning is the same if the value is empty). Value 0 indicates that tasks cannot be executed. The value ranges from -1 to 2147483647. |
Max Pending Apps |
Indicates the maximum number of tasks that can be suspended at the same time in the current queue. The default value is -1, indicating that the number is not limited within the value range (the meaning is the same if the value is empty). Value 0 indicates that tasks cannot be suspended. The value ranges from -1 to 2147483647. |
Resource Allocation Rule |
Indicates the rule for allocating resources to different tasks of a user. The rule can be FIFO or FAIR. If a user submits multiple tasks in the current queue and the rule is FIFO, the tasks are executed one by one in sequential order; If the rule is FAIR, resources are evenly allocated to all tasks. |
Default Resource Label |
Indicates that tasks are executed on a node with a specified resource label. |
Active |
|
Open |
|
Migrate Queue Upon Fault |
If cross-AZ HA is enabled for a cluster and an AZ is faulty, set Migrate Queue Upon Fault to TRUE to migrate running queues of the tenant to other AZs. |