Sign in
apache
/
hive
/
maven
/
.
/
ql
/
src
/
test
/
queries
/
clientnegative
/
load_nonpart_authfail.q
blob: 32653631ad6a49f08f99c60643eb66c7f73321f2 [
file
] [
log
] [
blame
]
create table hive_test_src
(
col1
string
)
stored
as
textfile
;
set
hive
.
security
.
authorization
.
enabled
=
true
;
load data
local
inpath
'../../data/files/test.dat'
overwrite
into
table hive_test_src
;