Updated on 2024-01-17 GMT+08:00

Creating a Resource Pool

Scenario

In an MRS cluster, users can logically divide Yarn cluster nodes to combine multiple NodeManagers into a Yarn resource pool. Each NodeManager belongs to one resource pool only. The system contains a default resource pool by default. All NodeManagers that are not added to customized resource pools belong to this resource pool.

You can create a customized resource pool on MRS and add hosts that have not been added to other customized resource pools to it.

Prerequisites

You have synchronized IAM users. (On the Dashboard page, click Synchronize on the right side of IAM User Sync to synchronize IAM users.)

Figure 1 Synchronizing IAM users

Procedure

  1. On the MRS details page, click Tenants.

    Figure 2 Tenants tab page

    For MRS 3.x or later, see Overview.

  2. Click the Resource Pools tab.
  3. Click Create Resource Pool.
  4. In Create Resource Pool, set the properties of the resource pool.

    • Name: Enter a name for the resource pool. The name of the newly created resource pool cannot be default.

      The name consists of 1 to 20 characters and can contain digits, letters, and underscores (_) but cannot start with an underscore (_).

    • Resource Label: Enter the resource label of the resource pool. The value can contain 1 to 50 characters, including digits, letters, underscores (_), and hyphens (-), and must start with a digit or letter.
    • Available Hosts: In the host list on the left, select a specified host name and add it to the resource pool. Only hosts in the cluster can be selected. The host list of a resource pool can be left blank.

  5. Click OK.
  6. After a resource pool is created, users can view the Name, Members, Type, vCore and Memory in the resource pool list. Hosts that are added to the customized resource pool are no longer members of the default resource pool.