Sign in
apache
/
hawq
/
master
/
.
/
src
/
test
/
feature
/
Ranger
/
sql
/
pxf
/
8.sql
blob: 71a8e762f55138b1d383934d6a36ac3c9fbea1f3 [
file
] [
log
] [
blame
]
set
session role
=
'userpxf5'
;
CREATE
EXTERNAL
TABLE
test_hbase
(
recordkey bytea
,
"f1:col1"
int
)
LOCATION
(
'pxf://localhost:51200/test_hbase?Profile=HBase'
)
FORMAT
'CUSTOM'
(
Formatter
=
'pxfwritable_import'
);