when I
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'
;
it shows
ERROR: protocol "gphdfs" does not exist
I want to know how to configure greenplum to support gphdfs protocol
For detail, check the following link
http://gpdb.docs.pivotal.io/43110/admin_guide/load/topics/g-one-time-hdfs-protocol-installation.html#topic20