List<? extends Authorizable> authorizableTable)
throws SentryUserException, IOException, MetaException {
String requestorUserName = UserGroupInformation.getCurrentUser()
.getShortUserName();
SentryPolicyServiceClient sentryClient = getSentryServiceClient();
sentryClient.dropPrivileges(requestorUserName, authorizableTable);
}
private void renameSentryTablePrivilege(String oldDbName, String oldTabName,
String newDbName, String newTabName)
throws MetaException {