Securing Hive and Impala Without Sentry
Restricting Access to Hive
Enable HDFS Access Control Lists in Cloudera Manager
Enable Hive Impersonation in Cloudera Manager
Configure Access Control Lists
hadoop fs -setfacl -m other::--- /user/hive/warehouse
hadoop fs -setfacl -m user::rwx /user/hive/warehouse
hadoop fs -setfacl -m group::rwx /user/hive/warehouse
hadoop fs -setfacl -m group:hive:rwx /user/hive/warehouse
hadoop fs -setfacl -m group:examplegroup:rwx /user/hive/warehouseRestricting Access to Impala
Create Policy Configuration File
Configure Impala to use Policy Configuration File
Last updated
Was this helpful?

