Note Starting in WarehousePG version 6.19.0, the PXF software is no longer bundled in the WarehousePG Server distribution. You may be required to download and install the PXF
rpmordebpackage to use PXF in your WarehousePG cluster as described in the procedures below.
If you are using PXF in your current WarehousePG 6.x installation, you must perform some PXF upgrade actions when you upgrade to a newer version of WarehousePG 6.x. This procedure uses PXF.from to refer to your currently-installed PXF version.
The PXF upgrade procedure has two parts. You perform one procedure before, and one procedure after, you upgrade to a new version of WarehousePG:
- Step 1: PXF Pre-Upgrade Actions
- Upgrade to a new WarehousePG version
- Step 2: Upgrading PXF
Step 1: PXF Pre-Upgrade Actions
Perform this procedure before you upgrade to a new version of WarehousePG:
Log in to the WarehousePG coordinator node. For example:
shell$ ssh gpadmin@<gpmaster>Identify and note the PXF.from version number. For example:
shellgpadmin@gpmaster$ pxf versionDetermine if PXF.from is a PXF
rpmordebinstallation (/usr/local/pxf-gp<greenplum-major-version>), or if you are running PXF.from from the WarehousePG server installation ($GPHOME/pxf), and note the answer.If the PXF.from version is 5.x, identify the file system location of the
$PXF_CONFsetting in your PXF 5.x PXF installation; you might need this later. If you are unsure of the location, you can find the value inpxf-env-default.sh.Stop PXF on each segment host.
Upgrade to the new version of WarehousePG and then continue your PXF upgrade with Step 2: Upgrading PXF.
Step 2: Registering or Upgrading PXF
After you upgrade to the new version of WarehousePG, perform the following procedure to configure the PXF software; you may be required to install the standalone PXF distribution:
Log in to the WarehousePG coordinator node. For example:
shell$ ssh gpadmin@<gpmaster>If you previously installed the PXF
rpmordebon your WarehousePG 6.x hosts, you must register it to continue using PXF:Copy the PXF extension files from the PXF installation directory to the new WarehousePG 6.x install directory:
shellgpadmin@gpmaster pxf cluster registerStart PXF on each segment host.
Skip the following steps and exit this procedure.
Starting in WarehousePG version 6.19.0, PXF is removed from the WarehousePG Server distribution. You must download and install the standalone PXF
rpmordebpackage. Install the same PXF 5.x version as PXF.from.Synchronize the PXF configuration from the coordinator host to the standby coordinator and each WarehousePG segment host. For example:
shellgpadmin@gpmaster$ $GPHOME/pxf/bin/pxf cluster syncStart PXF on each segment host:
shellgpadmin@gpmaster$ $GPHOME/pxf/bin/pxf cluster start
Your WarehousePG cluster is now running the same version of PXF, but running it from the PXF installation directory (/usr/local/pxf-gp<greenplum-major-version>). Should you wish to upgrade PXF in the future, consult the PXF upgrade documentation.
