Enabling Sentry in the Hue Security Browser enables Sentry to work with Hue and other
services, such as Hive and Impala.
-
Set up an external database for Sentry metadata.
For example:
create database sentry default character set utf8 default collate utf8_general_ci;
grant all on sentry.* to 'sentry'@'%' identified by 'sentrypassword';
-
Log in to Cloudera Manager and add the Sentry Service.
-
Configure Sentry Admin Groups for applicable services and manually
add the Hue user group.
-
Enable Sentry Service for each applicable
service installed:
- Go to
, select Sentry radio
button, and click Save Changes.
- Repeat for Hive, Impala.
-
Uncheck
.
-
Check
.
-
Ensure all changes are saved and restart applicable services. If necessary, restart
the cluster.