Sign in
apache
/
hawq
/
master
/
.
/
src
/
test
/
feature
/
Ranger
/
sql
/
pxf
/
6.sql
blob: 50cdbbe02002299f558ab0a53c59275bf21b5d55 [
file
] [
log
] [
blame
]
set
session role
=
'userpxf4'
;
CREATE
EXTERNAL
TABLE
testhive_ext
(
a int
,
b int
)
LOCATION
(
'pxf://localhost:51200/default.testhive_ext?PROFILE=Hive'
)
FORMAT
'custom'
(
formatter
=
'pxfwritable_import'
);