blob: 8afe68db9beb6463d87df3b833c84bc7c1847611 [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;
-- an error should be thrown if 'set role ' is done for role that does not exist
set role nosuchroleexists;