can apache sentry support Row-Level access?

981 views Asked by At

As we know ,apache sentry support column-level access,however,I got a case here: data of group A and Group B both in one hive table,so user of group A just need to query data of Group A,and has no privilege to query data of group B,so I wonder apache sentry supoort my case?

1

There are 1 answers

0
sobd17 On

one solution is to create separate views for Group A and Group B users with sentry access restrictions.

second solution is to implement the CDH service called recordservice (in beta release) provides both column and row level security.