Prerequisites to access Cloudera Data Catalog

To access the Cloudera Data Catalog, you must have the required credentials.

Follow these instructions to provide the required access to the Cloudera Data Catalog users.

The PowerUser must provide the requisite access to subscribers who plan to use Cloudera Data Catalog as per the requirement.

You need the following additional roles to use Cloudera Data Catalog:
  • DataCatalogCspRuleManager

    Using this role, you can create, deploy new Cluster Sensitivity Profiler rules, create new regex, and run validations on newly created rules.

  • DataCatalogCspRuleViewer

    Using this rolem you can view Cluster Sensitivity Profiler rules.

Additionally, using Cloudera Manager, you must configure Apache Atlas and Apache Ranger services. Use the following instructions to complete the process.

  1. Cloudera Manager > Clusters > Atlas > Configuration.
  2. Enable the Kerberos Authentication for the Apache Atlas service.
  3. In the search bar, look up the following property:conf/atlas-application.properties_role_safety_valve and enter the values for the Atlas service:

    atlas.proxyuser.dpprofiler.hosts=*

    atlas.proxyuser.dpprofiler.users=*

    atlas.proxyuser.dpprofiler.groups=*

  4. For the Apache Ranger configuration updates, go to Cloudera Manager > Clusters > Ranger > Configuration.
  5. In the search bar, look up the following property:conf/ranger-admin-site.xml and enter the values for the Ranger service:

    Name: ranger.proxyuser.dpprofiler.hosts

    Value: *

    Name: ranger.proxyuser.dpprofiler.users

    Value: *

    Name: ranger.proxyuser.dpprofiler.groups

    Value: *

Later, restart Atlas and Ranger services respectively.