blob: 9897657299f1289be98daf8cb2a4a40c5de1f94e [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=user1;
create table create_table_creator_priv_test(i int);
-- all privileges should have been set for user
show grant user user1 on table create_table_creator_priv_test;