NoteStarting in Greenplum Database version 6.19.0, the PXF software is no longer bundled in the Greenplum Server distribution. You may be required to download and install the PXF
rpm
ordeb
package to use PXF in your Greenplum cluster as described in the procedures below.
If you are using PXF in your current Greenplum Database 6.x installation, you must perform some PXF upgrade actions when you upgrade to a newer version of Greenplum Database 6.x. This procedure uses PXF.from to refer to your currently-installed PXF version.
NoteIf you are planning to upgrade a PXF
rpm
ordeb
installation, refer to the PXF upgrade documentation.
The PXF upgrade procedure has two parts. You perform one procedure before, and one procedure after, you upgrade to a new version of Greenplum Database:
Perform this procedure before you upgrade to a new version of Greenplum Database:
Log in to the Greenplum Database master node. For example:
$ ssh gpadmin@<gpmaster>
Identify and note the PXF.from version number. For example:
gpadmin@gpmaster$ pxf version
Determine if PXF.from is a PXF rpm
or deb
installation (/usr/local/pxf-gp<greenplum-major-version>
), or if you are running PXF.from from the Greenplum Database server installation ($GPHOME/pxf
), and note the answer.
If the PXF.from version is 5.x, identify the file system location of the $PXF_CONF
setting in your PXF 5.x PXF installation; you might need this later. If you are unsure of the location, you can find the value in pxf-env-default.sh
.
Stop PXF on each segment host as described in Stopping PXF.
Upgrade to the new version of Greenplum Database and then continue your PXF upgrade with Step 2: Upgrading PXF.
After you upgrade to the new version of Greenplum Database, perform the following procedure to configure the PXF software; you may be required to install the standalone PXF distribution:
Log in to the Greenplum Database master node. For example:
$ ssh gpadmin@<gpmaster>
If you previously installed the PXF rpm
or deb
on your Greenplum 6.x hosts, you must register it to continue using PXF:
Copy the PXF extension files from the PXF installation directory to the new Greenplum 6.x install directory:
gpadmin@gpmaster pxf cluster register
Start PXF on each segment host as described in Starting PXF.
Skip the following steps and exit this procedure.
Starting in Greenplum Database version 6.19.0, PXF is removed from the Greenplum Server distribution. You must download and install the standalone PXF rpm
or deb
package as described in Installing PXF. Install the same PXF 5.x version as PXF.from.
Synchronize the PXF configuration from the master host to the standby master and each Greenplum Database segment host. For example:
gpadmin@gpmaster$ $GPHOME/pxf/bin/pxf cluster sync
Start PXF on each segment host:
gpadmin@gpmaster$ $GPHOME/pxf/bin/pxf cluster start
Your Greenplum Database 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.