blob: f8a848f0f8d5f53b4f0cae8ee2f89bcdda5b7a7d [file] [log] [blame]
set hive.llap.execution.mode=auto;
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.authorization.enabled=true;
set hive.entity.capture.transform=true;
set role ALL;
create table t1(i int);
SELECT TRANSFORM (*) USING 'cat' AS (key, value) FROM t1;