Sign in
apache
/
hive
/
maven
/
.
/
ql
/
src
/
test
/
queries
/
clientnegative
/
authorization_fail_1.q
blob: c38dab5eb702fdca3ecf597ac039178707efc0b6 [
file
] [
log
] [
blame
]
create table authorization_fail_1
(
key
int
,
value
string
);
set
hive
.
security
.
authorization
.
enabled
=
true
;
grant
Create
on table authorization_fail_1 to user hive_test_user
;
grant
Create
on table authorization_fail_1 to user hive_test_user
;