HAWQ-991. Add note of hash distributed table in hawq register help.

Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/a37b3de0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/a37b3de0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/a37b3de0

Branch: refs/heads/master
Commit: a37b3de018f4229cd3075345cc80ba8cf4adcda0
Parents: a120125
Author: hzhang2 <zhanghuan...@163.com>
Authored: Mon Sep 26 19:12:30 2016 +0800
Committer: hzhang2 <zhanghuan...@163.com>
Committed: Tue Sep 27 07:11:54 2016 +0800

----------------------------------------------------------------------
 tools/doc/hawqregister_help | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a37b3de0/tools/doc/hawqregister_help
----------------------------------------------------------------------
diff --git a/tools/doc/hawqregister_help b/tools/doc/hawqregister_help
index b8577d7..ad6689d 100644
--- a/tools/doc/hawqregister_help
+++ b/tools/doc/hawqregister_help
@@ -52,6 +52,7 @@ Note. With --force option specified, if there are files under 
table directory wh
 Note. In usage2, if the table is hash distributed, hawq register just check 
the file number to be registered
       has to be multiple times of this table’s bucket number, and check 
whether the distribution key specified
       in .yml configuration file is same as that of table. It does not check 
whether files are actually distributed by the key.
+Note. To register a hash distributed table through yaml file , please make 
sure the order of the files in yaml keeps the hash distribution.
 
 To use "hawq register", HAWQ must have been started.
 Currently "hawq register" supports both AO and Parquet formats in this case.

Reply via email to