diff --git a/gpdb-doc/dita/admin_guide/external/pxf-overview.xml b/gpdb-doc/dita/admin_guide/external/pxf-overview.xml index 329e05c94c13ee712880133f6c7fc8efde96b7a8..10bc71887cd8cd8c7bdc744832a8aa6b5f2d348d 100644 --- a/gpdb-doc/dita/admin_guide/external/pxf-overview.xml +++ b/gpdb-doc/dita/admin_guide/external/pxf-overview.xml @@ -5,6 +5,7 @@ Data managed by your organization may already reside in external sources. The Greenplum Platform Extension Framework (PXF) provides access to this external data via built-in connectors that map an external data source to a Greenplum Database table definition.

PXF is installed with HDFS, Hive, and HBase connectors. These connectors enable you to read external HDFS file system and Hive and HBase table data stored in text, Avro, JSON, RCFile, Parquet, SequenceFile, and ORC formats.

+ PXF does not currently support filter predicate pushdown in the HDFS, Hive, and HBase connectors.

The Greenplum Platform Extension Framework includes a protocol C library and a Java service. After you configure and initialize PXF, you start a single PXF JVM process on each Greenplum Database segment host. This long-running process concurrently serves multiple query requests.

For detailed information about the architecture of and using PXF, refer to the Using PXF with External Data documentation.