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/10/31 22:13:25 UTC

[15/50] incubator-hawq-docs git commit: update xfrefs for new file names

update xfrefs for new file names


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

Branch: refs/heads/tutorial-proto
Commit: 1f999f70e742c830e100eb30de456a0f9cfe37f2
Parents: 3107b66
Author: Lisa Owen <lo...@pivotal.io>
Authored: Wed Oct 19 12:08:45 2016 -0700
Committer: Lisa Owen <lo...@pivotal.io>
Committed: Wed Oct 19 12:08:45 2016 -0700

----------------------------------------------------------------------
 clientaccess/g-supported-client-applications.html.md.erb         | 2 +-
 clientaccess/index.md.erb                                        | 2 +-
 .../g-defining-a-file-based-writable-external-table.html.md.erb  | 2 +-
 datamgmt/load/g-gpfdist-protocol.html.md.erb                     | 2 +-
 datamgmt/load/g-loading-and-unloading-data.html.md.erb           | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/1f999f70/clientaccess/g-supported-client-applications.html.md.erb
----------------------------------------------------------------------
diff --git a/clientaccess/g-supported-client-applications.html.md.erb b/clientaccess/g-supported-client-applications.html.md.erb
index c367b1d..202f625 100644
--- a/clientaccess/g-supported-client-applications.html.md.erb
+++ b/clientaccess/g-supported-client-applications.html.md.erb
@@ -4,5 +4,5 @@ title: Supported Client Applications
 
 Users can connect to HAWQ using various client applications:
 
--   A number of [HAWQ Client Applications](g-greenplum-database-client-applications.html) are provided with your HAWQ installation. The `psql` client application provides an interactive command-line interface to HAWQ.
+-   A number of [HAWQ Client Applications](g-hawq-database-client-applications.html) are provided with your HAWQ installation. The `psql` client application provides an interactive command-line interface to HAWQ.
 -   Using standard ODBC/JDBC Application Interfaces, such as ODBC and JDBC, users can connect their client applications to HAWQ.

http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/1f999f70/clientaccess/index.md.erb
----------------------------------------------------------------------
diff --git a/clientaccess/index.md.erb b/clientaccess/index.md.erb
index e31fc94..c88adeb 100644
--- a/clientaccess/index.md.erb
+++ b/clientaccess/index.md.erb
@@ -11,7 +11,7 @@ This section explains how to configure client connections and authentication for
 *  <a class="subnav" href="./roles_privs.html">Managing Roles and Privileges</a>
 *  <a class="subnav" href="./g-establishing-a-database-session.html">Establishing a Database Session</a>
 *  <a class="subnav" href="./g-supported-client-applications.html">Supported Client Applications</a>
-*  <a class="subnav" href="./g-greenplum-database-client-applications.html">HAWQ Client Applications</a>
+*  <a class="subnav" href="./g-hawq-database-client-applications.html">HAWQ Client Applications</a>
 *  <a class="subnav" href="./g-connecting-with-psql.html">Connecting with psql</a>
 *  <a class="subnav" href="./g-database-application-interfaces.html">Database Application Interfaces</a>
 *  <a class="subnav" href="./g-troubleshooting-connection-problems.html">Troubleshooting Connection Problems</a>

http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/1f999f70/datamgmt/load/g-defining-a-file-based-writable-external-table.html.md.erb
----------------------------------------------------------------------
diff --git a/datamgmt/load/g-defining-a-file-based-writable-external-table.html.md.erb b/datamgmt/load/g-defining-a-file-based-writable-external-table.html.md.erb
index a655b07..fa1ddfa 100644
--- a/datamgmt/load/g-defining-a-file-based-writable-external-table.html.md.erb
+++ b/datamgmt/load/g-defining-a-file-based-writable-external-table.html.md.erb
@@ -11,6 +11,6 @@ Use the `CREATE WRITABLE EXTERNAL TABLE` command to define the external table an
 
 You can optionally declare a distribution policy for your writable external tables. By default, writable external tables use a random distribution policy. If the source table you are exporting data from has a hash distribution policy, defining the same distribution key column(s) for the writable external table improves unload performance by eliminating the requirement to move rows over the interconnect. If you unload data from a particular table, you can use the `LIKE` clause to copy the column definitions and distribution policy from the source table.
 
--   **[Example - HAWQ file server (gpfdist)](../../datamgmt/load/g-example-greenplum-file-server-gpfdist.html)**
+-   **[Example - HAWQ file server (gpfdist)](../../datamgmt/load/g-example-hawq-file-server-gpfdist.html)**
 
 

http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/1f999f70/datamgmt/load/g-gpfdist-protocol.html.md.erb
----------------------------------------------------------------------
diff --git a/datamgmt/load/g-gpfdist-protocol.html.md.erb b/datamgmt/load/g-gpfdist-protocol.html.md.erb
index d28ba72..ee98609 100644
--- a/datamgmt/load/g-gpfdist-protocol.html.md.erb
+++ b/datamgmt/load/g-gpfdist-protocol.html.md.erb
@@ -8,7 +8,7 @@ The `gpfdist://` protocol is used in a URI to reference a running `gpfdist` inst
 
 Run `gpfdist` on the host where the external data files reside. `gpfdist` uncompresses `gzip` (`.gz`) and `bzip2` (.`bz2`) files automatically. You can use the wildcard character (\*) or other C-style pattern matching to denote multiple files to read. The files specified are assumed to be relative to the directory that you specified when you started the `gpfdist` instance.
 
-All virtual segments access the external file(s) in parallel, subject to the number of segments set in the `gp_external_max_segments` parameter, the length of the `gpfdist` location list, and the limits specified by the `hawq_rm_nvseg_perquery_limit` and `hawq_rm_nvseg_perquery_perseg_limit` parameters. Use multiple `gpfdist` data sources in a `CREATE EXTERNAL TABLE` statement to scale the external table's scan performance. For more information about configuring `gpfdist`, see [Using the HAWQ File Server (gpfdist)](g-using-the-greenplum-parallel-file-server--gpfdist-.html#topic13).
+All virtual segments access the external file(s) in parallel, subject to the number of segments set in the `gp_external_max_segments` parameter, the length of the `gpfdist` location list, and the limits specified by the `hawq_rm_nvseg_perquery_limit` and `hawq_rm_nvseg_perquery_perseg_limit` parameters. Use multiple `gpfdist` data sources in a `CREATE EXTERNAL TABLE` statement to scale the external table's scan performance. For more information about configuring `gpfdist`, see [Using the HAWQ File Server (gpfdist)](g-using-the-hawq-file-server--gpfdist-.html#topic13).
 
 See the `gpfdist` reference documentation for more information about using `gpfdist` with external tables.
 

http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/1f999f70/datamgmt/load/g-loading-and-unloading-data.html.md.erb
----------------------------------------------------------------------
diff --git a/datamgmt/load/g-loading-and-unloading-data.html.md.erb b/datamgmt/load/g-loading-and-unloading-data.html.md.erb
index 671e899..8ea43d5 100644
--- a/datamgmt/load/g-loading-and-unloading-data.html.md.erb
+++ b/datamgmt/load/g-loading-and-unloading-data.html.md.erb
@@ -24,7 +24,7 @@ HAWQ leverages the parallel architecture of the Hadoop Distributed File System t
 
 -   **[Working with File-Based External Tables](../../datamgmt/load/g-working-with-file-based-ext-tables.html)**
 
--   **[Using the HAWQ File Server (gpfdist)](../../datamgmt/load/g-using-the-greenplum-parallel-file-server--gpfdist-.html)**
+-   **[Using the HAWQ File Server (gpfdist)](../../datamgmt/load/g-using-the-hawq-file-server--gpfdist-.html)**
 
 -   **[Creating and Using Web External Tables](../../datamgmt/load/g-creating-and-using-web-external-tables.html)**
 
@@ -46,7 +46,7 @@ HAWQ leverages the parallel architecture of the Hadoop Distributed File System t
 
 -   **[Optimizing Data Load and Query Performance](../../datamgmt/load/g-optimizing-data-load-and-query-performance.html)**
 
--   **[Unloading Data from HAWQ](../../datamgmt/load/g-unloading-data-from-greenplum-database.html)**
+-   **[Unloading Data from HAWQ](../../datamgmt/load/g-unloading-data-from-hawq-database.html)**
 
 -   **[Transforming XML Data](../../datamgmt/load/g-transforming-xml-data.html)**