Run CREATE EXTERNAL TABLE
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');