I have a set of tab delimited files located on a server location and I have created a meta data table and an external table with the same layout as the metadata table.
I wanted to know when I run the external table script in PgAdmin 3 is it supposed to load the external table with the data from the files (tab delimited files) on the server location?
I suppose it should, but when I run a SELECT query against the ext table it throws an error:
(ERROR: http response code 404 from gpfdist)
How to go about this problem?
Did you specify Host:Port with text(input) file name in your external table definition?
Did you start your gpfdist on same folder that has your input text file?
Check whether your gpfdist online.
Post your external table script/meta data table script.