update pxf rpm artifact names to current format
Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/commit/57e1325f Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/57e1325f Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/57e1325f Branch: refs/heads/develop Commit: 57e1325f15f50e6781cf5c4e34d5af162e1281b1 Parents: 6a910fa Author: Lisa Owen <[email protected]> Authored: Wed Aug 24 14:15:37 2016 -0700 Committer: Lisa Owen <[email protected]> Committed: Wed Aug 24 14:15:37 2016 -0700 ---------------------------------------------------------------------- pxf/InstallPXFPlugins.html.md.erb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/57e1325f/pxf/InstallPXFPlugins.html.md.erb ---------------------------------------------------------------------- diff --git a/pxf/InstallPXFPlugins.html.md.erb b/pxf/InstallPXFPlugins.html.md.erb index 9034703..8d2dfe4 100644 --- a/pxf/InstallPXFPlugins.html.md.erb +++ b/pxf/InstallPXFPlugins.html.md.erb @@ -35,7 +35,7 @@ All PXF plug-ins require that both the Tomcat and PXF service packages be instal Install Tomcat: ```shell -$ sudo rpm -i apache-tomcat-x.x.x.noarch.rpm +$ sudo rpm -i apache-tomcat-x.x.x-el6.noarch.rpm ``` where *x.x.x* corresponds to the version of Tomcat required by PXF. The appropriate version of Tomcat is included in the PXF RPM bundle. @@ -43,7 +43,7 @@ where *x.x.x* corresponds to the version of Tomcat required by PXF. The appropr Install the PXF service: ```shell -$ sudo rpm -i pxf-service-n.n.n-x.noarch.rpm +$ sudo rpm -i pxf-service-n.n.n-x.el6.noarch.rpm ``` where *n.n.n-x* corresponds to the PXF version and build number you wish to install. @@ -66,7 +66,7 @@ To install PXF support for HDFS, perform the following steps on *each* node in y 2. Install the PXF HDFS plug-in: ```shell - $ sudo rpm -i pxf-hdfs-n.n.n-x.noarch.rpm + $ sudo rpm -i pxf-hdfs-n.n.n-x.el6.noarch.rpm ``` The install copies the HDFS JAR file `pxf-hdfs-n.n.n.jar` to `/usr/lib/pxf-n.n.n/` and creates a softlink to `pxf-hdfs.jar` in that directory. @@ -80,7 +80,7 @@ To install PXF support for Hive, perform the following steps on *each* node in y 2. Install the PXF Hive plug-in: ```shell - $ sudo rpm -i pxf-hive-n.n.n-x.noarch.rpm + $ sudo rpm -i pxf-hive-n.n.n-x.el6.noarch.rpm ``` The install copies the Hive JAR file `pxf-hive-n.n.n.jar` to `/usr/lib/pxf-n.n.n` and creates a softlink to `pxf-hive.jar` in that directory. @@ -94,7 +94,7 @@ To install PXF support for HBase, perform the following steps on *each* node in 2. Install the PXF HBase plug-in: ```shell - $ sudo rpm -i pxf-hbase-n.n.n-x.noarch.rpm + $ sudo rpm -i pxf-hbase-n.n.n-x.el6.noarch.rpm ``` The install copies the HBase JAR file `pxf-hbase-n.n.n.jar` to `/usr/lib/pxf-n.n.n` and creates a softlink to `pxf-hbase.jar` in that directory. @@ -128,7 +128,7 @@ To install PXF support for JSON, perform the following steps on *each* node in y 2. Install the PXF JSON plug-in: ```shell - $ sudo rpm -i pxf-json-n.n.n-x.noarch.rpm + $ sudo rpm -i pxf-json-n.n.n-x.el6.noarch.rpm ``` The install copies the JSON JAR file `pxf-json-n.n.n.jar` to `/usr/lib/pxf-n.n.n` and creates a softlink to `pxf-json.jar` in that directory.
