blob: 50a586252e624c155c710d455428e2242f7c7792 [file] [log] [blame]
set hive.test.authz.sstd.hs2.mode=true;
set hive.security.authorization.manager=org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd.SQLStdHiveAuthorizerFactoryForTest;
set hive.security.authenticator.manager=org.apache.hadoop.hive.ql.security.SessionStateConfigUserAuthenticator;
set user.name=hive_admin_user;
set role ADMIN;
show current roles;
create role r1;
grant role r1 to user hive_admin_user;
set role r1;
show current roles;
set role PUBLIC;
show current roles;
set role NONE;
show current roles;
set role ALL;
show current roles;
set role ADMIN;
drop role r1;