Run CREATE EXTERNAL TABLE
A newer version of this documentation is available. Use the version menu above to view the most up-to-date release of the Greenplum 4.x documentation.
Run CREATE EXTERNAL TABLE
The Hadoop location corresponds to the output path in the MapReduce job.
=# CREATE EXTERNAL TABLE demodata LOCATION ('gphdfs://hdfshost-1:8081/demo/data/MRTest1') FORMAT 'custom' (formatter='gphdfs_import');