Repository: incubator-hawq-docs Updated Branches: refs/heads/develop c277b272d -> 31fa58542
fix typeo 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/31fa5854 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/31fa5854 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/31fa5854 Branch: refs/heads/develop Commit: 31fa5854202f2883c804c8ca295ecb10ab42581a Parents: c277b27 Author: Lisa Owen <[email protected]> Authored: Wed Feb 22 09:44:15 2017 -0800 Committer: Lisa Owen <[email protected]> Committed: Wed Feb 22 09:47:07 2017 -0800 ---------------------------------------------------------------------- markdown/reference/cli/admin_utilities/hawqregister.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/31fa5854/markdown/reference/cli/admin_utilities/hawqregister.html.md.erb ---------------------------------------------------------------------- diff --git a/markdown/reference/cli/admin_utilities/hawqregister.html.md.erb b/markdown/reference/cli/admin_utilities/hawqregister.html.md.erb index a89d2e9..b5711f3 100644 --- a/markdown/reference/cli/admin_utilities/hawqregister.html.md.erb +++ b/markdown/reference/cli/admin_utilities/hawqregister.html.md.erb @@ -58,7 +58,7 @@ The client machine where `hawq register` is executed must meet the following con ## <a id="topic1__section4"></a>Description -`hawq register` is a utility that loads and registers existing data files or folders in HDFS into HAWQ internal tables, allowing HAWQ to directly read the data and use internal table processing for operations such as transactions and high perforance, without needing to load or copy it. Data from the file or directory specified by \<hdfsfilepath\> is loaded into the appropriate HAWQ table directory in HDFS and the utility updates the corresponding HAWQ metadata for the files. +`hawq register` is a utility that loads and registers existing data files or folders in HDFS into HAWQ internal tables, allowing HAWQ to directly read the data and use internal table processing for operations such as transactions and high performance, without needing to load or copy it. Data from the file or directory specified by \<hdfsfilepath\> is loaded into the appropriate HAWQ table directory in HDFS and the utility updates the corresponding HAWQ metadata for the files. You can use `hawq register` to:
