For Greenplum Database 6.x, a command that accesses an external table that uses the
gpfdist protocol fails if the external table does not use an IP address when specifying a host system in the
LOCATION clause of the external table definition.
The following error is reported:
ERROR: connection with gpfdist failed for "gpfdists://host.domain.com:8000/file.csv", effective url: "https://host.domain.com:8000/file.csv": ; (seg0 slice1 192.168.192.51:6500 pid=8961)
There is no output from the
gpfdist process. The Greenplum database does not attempt to connect to the
gpfdist service.