This topic describes how to integrate HBase with Ranger and how to configure related permissions.
Prerequisites
A cluster is created and the HBase and Ranger services are selected when you create the cluster. For more information, see Create a cluster.
Integrate HBase with Ranger
- Go to the Services tab.
- Log on to the EMR console. In the left-side navigation pane, click EMR on ECS.
- In the top navigation bar, select the region in which your cluster resides and select a resource group.
- On the EMR on ECS page, find the cluster that you want to manage and click Services in the Actions column.
- Enable HBase for Ranger.
- On the Services tab, click Status in the Ranger section.
- In the Components section, find the RangerRuntime component and click enableHBase in the Actions column.
- In the dialog box that appears, configure the Execution Reason parameter and click OK.
- In the Confirm message, click OK.
- View the HBase service on the Ranger UI.
- Restart HBase.
- On the Services tab, click Status in the HDFS section.
- In the Components section, find the NameNode component and choose in the Actions column.
- In the dialog box that appears, configure the Execution Reason parameter and click OK.
- In the Confirm message, click OK.
Configure administrator accounts
- Log on to the Ranger UI. For more information, see Access the Ranger UI.
- Click emr-hbase.
- Grant users the Admin permission to run management commands.
The Admin permission allow users to run management commands, such as balance, compaction, flush, and split. Click the
icon in the Action column for the existing permission policy, and then add administrator accounts. You can also modify the permissions. For example, you can retain only the Admin permission. You must set hbase as an administrator account.
If you want to use Phoenix, you must add an additional policy in Ranger. The following table describes the parameters for the policy.Parameter Example HBase Table SYSTEM.* HBase Column-family Asterisk (*) HBase Column Asterisk (*) Select Group public Permissions Read, Write, Create, and Admin
Permission configuration example
In this example, the Write and Execute permissions on the foo_ns:test table are granted to a user named test.
- Log on to the Ranger UI. For more information, see Access the Ranger UI.
- Click emr-hbase.
- Click Add New Policy in the upper-right corner.
- Configure the permission parameters.
Parameter Description Policy Name The name of the policy. You can specify a custom name. HBase Table The table on which permissions are granted. Set the value in the format of ${namespace}:${tablename}. You can specify multiple tables. Press the Enter key each time you enter a table name. HBase Column-family The column family. For example, set this parameter to *
.HBase Column The name of the column. For example, set this parameter to *
.Select Group The user group to which you want to attach the policy. Select User The user to whom you want to attach the policy, such as test. Permissions The permissions that you want to grant, such as Read, Write, Create, and Admin. - Click Add.
After the policy is added, the test user is granted the specified permissions. The test user can access the foo_ns:test table.Note After you add, remove, or modify a policy, it takes about one minute for the configuration to take effect.