lynn created HAWQ-1437:
--------------------------
Summary: Hadoop enabled Kerberos,HAWQ occurs errors
Key: HAWQ-1437
URL: https://issues.apache.org/jira/browse/HAWQ-1437
Project: Apache HAWQ
Issue Type: Wish
Components: PXF
Reporter: lynn
Assignee: Ed Espino
Fix For: 2.2.0.0-incubating
When kerberos enabled with Hadoop , HAWQ create external table from hdfs need
principal information, what should I do can create it success?
postgres=#
postgres=#
postgres=# CREATE EXTERNAL TABLE pxf_hdfs_textsimple(location text, month text,
num_orders int, total_sales float8)
postgres-# LOCATION
('pxf:///mycluster/data/pxf_examples/pxf_hdfs_simple.txt?PROFILE=HdfsTextSimple')
postgres-# FORMAT 'TEXT' (delimiter=E',');
ERROR: Invalid URI
pxf:///mycluster/data/pxf_examples/pxf_hdfs_simple.txt?PROFILE=HdfsTextSimple :
missing authority section
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)