【发布时间】:2016-12-15 04:52:15
【问题描述】:
当我
postgres=# CREATE EXTERNAL TABLE csv_hdfs_lineitem (like a) LOCATION (
'gphdfs://xxxxx/gptest/lineitem.csv'
) FORMAT 'text' (delimiter E'|' null E'\\N' escape E'off' fill missing fields)
ENCODING 'UTF8'
;
它显示
错误:协议“gphdfs”不存在
我想知道如何配置greenplum来支持gphdfs协议
【问题讨论】: