Schema and example updates

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

Branch: refs/heads/develop
Commit: dbd8ecbdb1f07b202102d5f947e33f36797a24aa
Parents: 64586f7
Author: Jane Beckman <[email protected]>
Authored: Wed Oct 12 15:31:02 2016 -0700
Committer: Jane Beckman <[email protected]>
Committed: Wed Oct 12 15:31:02 2016 -0700

----------------------------------------------------------------------
 .../cli/admin_utilities/hawqextract.html.md.erb | 30 +++++++++++++++++++-
 1 file changed, 29 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/dbd8ecbd/reference/cli/admin_utilities/hawqextract.html.md.erb
----------------------------------------------------------------------
diff --git a/reference/cli/admin_utilities/hawqextract.html.md.erb 
b/reference/cli/admin_utilities/hawqextract.html.md.erb
index 5b10818..3e1b597 100644
--- a/reference/cli/admin_utilities/hawqextract.html.md.erb
+++ b/reference/cli/admin_utilities/hawqextract.html.md.erb
@@ -87,6 +87,8 @@ Encoding: UTF8
 AO_Schema: 
     - name: string
       type: string
+      Bucketnum: 6
+      Distribution_policy: DISTRIBUTED RANDOMLY 
  
 AO_FileLocations:
       Blocksize: int
@@ -109,7 +111,10 @@ AO_FileLocations:
         - path: string
           size: long
 
- 
+Parquet_Schema: 
+    - name: string
+      type: string
+       
 Parquet_FileLocations:
   RowGroupSize: long
   PageSize: long
@@ -202,7 +207,9 @@ AO_FileLocations:
       type: bpchar
     - name: count
       type: int4
+      Bucketnum: 6 
     DFS_URL: hdfs://127.0.0.1:9000
+    Distribution_policy: DISTRIBUTED RANDOMLY
     Encoding: UTF8
     FileFormat: AO
     TableName: public.rank
@@ -284,6 +291,27 @@ Parquet_FileLocations:
     PageSize: 1048576
     RowGroupSize: 8388608
   RowGroupSize: 8388608
+  Parquet_Schema:
+  - name: o_orderkey
+    type: int8
+  - name: o_custkey
+    type: int4
+  - name: o_orderstatus
+    type: bpchar
+  - name: o_totalprice
+    type: numeric
+  - name: o_orderdate
+    type: date
+  - name: o_orderpriority
+    type: bpchar
+  - name: o_clerk
+    type: bpchar
+  - name: o_shippriority
+    type: int4
+  - name: o_comment
+    type: varchar
+  Bucketnum: 6
+  Distribution_policy: DISTRIBUTED RANDOMLY
 ```
 
 ## See Also

Reply via email to