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/08/24 21:24:32 UTC

[1/2] incubator-hawq-docs git commit: jane s mods for MASTER_DATA_DIRECTORY

Repository: incubator-hawq-docs
Updated Branches:
  refs/heads/develop 1f6714a31 -> 57e1325f1


jane s mods for MASTER_DATA_DIRECTORY


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

Branch: refs/heads/develop
Commit: 6a910faf078465180cb1f8b54b819b38fe893b05
Parents: 1f6714a
Author: Lisa Owen <lo...@pivotal.io>
Authored: Wed Aug 24 13:21:00 2016 -0700
Committer: Lisa Owen <lo...@pivotal.io>
Committed: Wed Aug 24 13:21:00 2016 -0700

----------------------------------------------------------------------
 reference/HAWQEnvironmentVariables.html.md.erb | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/6a910faf/reference/HAWQEnvironmentVariables.html.md.erb
----------------------------------------------------------------------
diff --git a/reference/HAWQEnvironmentVariables.html.md.erb b/reference/HAWQEnvironmentVariables.html.md.erb
index c0498ed..beb28d3 100644
--- a/reference/HAWQEnvironmentVariables.html.md.erb
+++ b/reference/HAWQEnvironmentVariables.html.md.erb
@@ -37,19 +37,19 @@ LD_LIBRARY_PATH=$GPHOME/lib
 export LD_LIBRARY_PATH
 ```
 
+## <a id="optionalenvironmentvariables"></a>Optional Environment Variables
+
+The following are HAWQ environment variables. You may want to add the connection-related environment variables to your profile, for convenience. That way, you do not have to type so many options on the command line for client connections. Note that these environment variables should be set on the HAWQ master host only.
+
 ### <a id="master_data_directory"></a>MASTER\_DATA\_DIRECTORY
 
-This should point to the directory created by the `hawq init` utility in the master data directory location. For example:
+This variable is only needed for legacy compatibility. The master data directory is now set in hawq-site.xml, by using the `hawq config` command. If used, this variable should point to the directory created by the `hawq init` utility in the master data directory location. For example:
 
 ``` pre
 MASTER_DATA_DIRECTORY=/data/master
 export MASTER_DATA_DIRECTORY
 ```
 
-## <a id="optionalenvironmentvariables"></a>Optional Environment Variables
-
-The following are HAWQ environment variables. You may want to add the connection-related environment variables to your profile, for convenience. That way, you do not have to type so many options on the command line for client connections. Note that these environment variables should be set on the HAWQ master host only.
-
 ### <a id="pgappname"></a>PGAPPNAME
 
 This is the name of the application that is usually set by an application when it connects to the server. This name is displayed in the activity view and in log entries. The `PGAPPNAME` environmental variable behaves the same as the `application_name` connection parameter. The default value for `application_name` is `psql`. The name cannot be longer than 63 characters.


[2/2] incubator-hawq-docs git commit: update pxf rpm artifact names to current format

Posted by yo...@apache.org.
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 <lo...@pivotal.io>
Authored: Wed Aug 24 14:15:37 2016 -0700
Committer: Lisa Owen <lo...@pivotal.io>
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.