Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Celebrating as our community reaches 100,000 members! Thank you!
Labels (2)
avatar
Cloudera Employee

1.Prerequisites

  • Enable HDFS location access for the HIve table
    • Enable HDFS Policy in Ranger
    • Restrict POSIX access in HDFS File system
  • Grant Hive table access in Ranger

2. Enable HDFS location access for the user

Login to Ranger and select HDFS Policy

Make sure to mention the Hive table location (In below example “Resource Path” points to default Hive Warehouse location)

Validate the HDFS location access is restricted to ensure Ranger policy is working as expected

3. Create table policy in Hive Access if not exists

Select the Hive Policy

Add a new policy if not exists

Grant table access to required users and validate the access by querying the table

4. Enable table policy in Hive Column Masking

Select “Masking” under Hive policy

Select “Add New Policy”

Provide the required information in the Policy Details. Select the Masking option as per the requirement

Below example restricts access for “Sales1” user on column “ip” by masking it using Hash option

Before applying Masking on column “ip” in table omniture

248730_1.png

 

Same query triggered by user Sales1 after applying Masking on column “ip” in table Omniture using Ranger for user Sales1

248730.png

2,284 Views