You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by yo...@apache.org on 2016/11/29 23:31:11 UTC

incubator-hawq-docs git commit: HAWQ-1176 - include init and start steps in pxf install section #65

Repository: incubator-hawq-docs
Updated Branches:
  refs/heads/develop f1ffe58fb -> bb347aaa6


HAWQ-1176 - include init and start steps in pxf install section #65


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/bb347aaa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/bb347aaa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/bb347aaa

Branch: refs/heads/develop
Commit: bb347aaa6b2f102a08eb7dd65f7f081e5fb7bb61
Parents: f1ffe58
Author: David Yozie <yo...@apache.org>
Authored: Tue Nov 29 15:31:05 2016 -0800
Committer: David Yozie <yo...@apache.org>
Committed: Tue Nov 29 15:31:05 2016 -0800

----------------------------------------------------------------------
 pxf/InstallPXFPlugins.html.md.erb | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/bb347aaa/pxf/InstallPXFPlugins.html.md.erb
----------------------------------------------------------------------
diff --git a/pxf/InstallPXFPlugins.html.md.erb b/pxf/InstallPXFPlugins.html.md.erb
index 88307d8..4ae4101 100644
--- a/pxf/InstallPXFPlugins.html.md.erb
+++ b/pxf/InstallPXFPlugins.html.md.erb
@@ -27,7 +27,7 @@ If you are using Ambari to install and manage your HAWQ cluster, you do *not* ne
 
 Each PXF service plug-in resides in its own RPM.  You may have built these RPMs in the Apache HAWQ open source project repository (see [PXF Build Instructions](https://github.com/apache/incubator-hawq/blob/master/pxf/README.md)), or these RPMs may have been included in a commercial product download package.
 
-PXF software must be installed on *each* node in your cluster.
+Perform the following steps on **_each_** node in your cluster to install PXF:
 
 1. Install the PXF software, including Apache, the PXF service, and all PXF plug-ins: HDFS, HBase, Hive, JSON:
 
@@ -43,7 +43,20 @@ PXF software must be installed on *each* node in your cluster.
     * copies the PXF service JAR file `pxf-service-n.n.n.jar` to `/usr/lib/pxf-n.n.n/`
     * copies JAR files for each of the PXF plugs-ins to `/usr/lib/pxf-n.n.n/`
     * creates softlinks from `pxf-xxx.jar` in `/usr/lib/pxf-n.n.n/`
-    * starts the PXF service
+
+2. Initialize the PXF service:
+
+    ```shell
+    $ sudo service pxf-service init
+    ```
+
+2. Start the PXF service:
+
+    ```shell
+    $ sudo service pxf-service start
+    ```
+    
+    Additional `pxf-service` command options include `stop`, `restart`, and `status`.
 
 2. If you choose to use the HBase plug-in, perform the following configuration: