Repository: incubator-hawq-docs Updated Branches: refs/heads/develop 00a2a3684 -> f335de127
add gpfdist library dependencies 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/f335de12 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/f335de12 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/f335de12 Branch: refs/heads/develop Commit: f335de12754ed332c87a45c58ab6da24a370c9da Parents: 00a2a36 Author: Lisa Owen <[email protected]> Authored: Thu Oct 20 14:44:57 2016 -0700 Committer: Lisa Owen <[email protected]> Committed: Thu Oct 20 14:44:57 2016 -0700 ---------------------------------------------------------------------- datamgmt/load/client-loadtools.html.md.erb | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/f335de12/datamgmt/load/client-loadtools.html.md.erb ---------------------------------------------------------------------- diff --git a/datamgmt/load/client-loadtools.html.md.erb b/datamgmt/load/client-loadtools.html.md.erb index 66ef8c5..1e06a35 100644 --- a/datamgmt/load/client-loadtools.html.md.erb +++ b/datamgmt/load/client-loadtools.html.md.erb @@ -16,6 +16,12 @@ The RHEL Load Tools are provided in a HAWQ distribution. 2. Refer to the HAWQ command line install instructions to set up your package repositories and install the HAWQ binary. +3. Install the `libevent` and `libyaml` packages. These libraries are required by the HAWQ file server. You must have superuser privileges on the system. + + ``` shell + $ sudo yum install -y libevent libyaml + ``` + ### <a id="installrhelloadabout"></a>About the RHEL Loader Installation The files/directories of interest in a HAWQ RHEL Load Tools installation include: @@ -31,6 +37,7 @@ A `greenplum_path.sh` file is located in the HAWQ base install directory followi $ . /usr/local/hawq/greenplum_path.sh ``` +Continue to [Using the HAWQ File Server (gpfdist)](g-using-the-hawq-file-server--gpfdist-.html) for specific information about using the HAWQ load tools. ## <a id="installloadrunwin"></a>Windows Load Tools
