You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by li...@apache.org on 2017/06/01 17:49:39 UTC

incubator-hawq-docs git commit: use ANALYZE command, not operation

Repository: incubator-hawq-docs
Updated Branches:
  refs/heads/master aaa7ebba5 -> a9fcece43


use ANALYZE command, not operation


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

Branch: refs/heads/master
Commit: a9fcece4308e51a5c1bc55b70ce3b3ef3305c5df
Parents: aaa7ebb
Author: Lisa Owen <lo...@pivotal.io>
Authored: Thu Jun 1 10:49:14 2017 -0700
Committer: Lisa Owen <lo...@pivotal.io>
Committed: Thu Jun 1 10:49:14 2017 -0700

----------------------------------------------------------------------
 markdown/pxf/HBasePXF.html.md.erb          | 2 +-
 markdown/pxf/JsonPXF.html.md.erb           | 2 +-
 markdown/reference/sql/ANALYZE.html.md.erb | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/a9fcece4/markdown/pxf/HBasePXF.html.md.erb
----------------------------------------------------------------------
diff --git a/markdown/pxf/HBasePXF.html.md.erb b/markdown/pxf/HBasePXF.html.md.erb
index 90dacf3..4341de3 100644
--- a/markdown/pxf/HBasePXF.html.md.erb
+++ b/markdown/pxf/HBasePXF.html.md.erb
@@ -53,7 +53,7 @@ The HBase profile is equivalent to the following PXF parameters:
 -   Accessor=org.apache.hawq.pxf.plugins.hbase.HBaseAccessor
 -   Resolver=org.apache.hawq.pxf.plugins.hbase.HBaseResolver
 
-**Note**: `ANALYZE` operations are not supported on external tables you create with the `HBase` profile.
+**Note**: The `ANALYZE` command is not supported on external tables you create with the `HBase` profile.
 
 ## <a id="columnmapping"></a>Column Mapping
 

http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/a9fcece4/markdown/pxf/JsonPXF.html.md.erb
----------------------------------------------------------------------
diff --git a/markdown/pxf/JsonPXF.html.md.erb b/markdown/pxf/JsonPXF.html.md.erb
index e22a75c..c56c28e 100644
--- a/markdown/pxf/JsonPXF.html.md.erb
+++ b/markdown/pxf/JsonPXF.html.md.erb
@@ -176,7 +176,7 @@ JSON-plug-in-specific keywords and values used in the `CREATE EXTERNAL TABLE` ca
 | FORMAT    | The `FORMAT` clause must specify `CUSTOM`. |
 | FORMATTER    | The JSON `CUSTOM` format supports only the built-in `pxfwritable_import` `FORMATTER`. |
 
-**Note**: `ANALYZE` operations are not supported on external tables you create with the `Json` profile.
+**Note**: The `ANALYZE` command is not supported on external tables you create with the `Json` profile.
 
 ### Example 1 <a id="jsonexample1"></a>
 

http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/a9fcece4/markdown/reference/sql/ANALYZE.html.md.erb
----------------------------------------------------------------------
diff --git a/markdown/reference/sql/ANALYZE.html.md.erb b/markdown/reference/sql/ANALYZE.html.md.erb
index 98fadd8..779fd7c 100644
--- a/markdown/reference/sql/ANALYZE.html.md.erb
+++ b/markdown/reference/sql/ANALYZE.html.md.erb
@@ -75,7 +75,7 @@ When `pxf_stat_max_fragments` is false, `ANALYZE` outputs a message to warn that
 
 There may be situations where the remote statistics retrieval could fail to perform a task on a PXF table. For example, if a PXF Java component is down, the remote statistics retrieval might not occur, and the database transaction would not succeed. In these cases, the statistics remain with the default external table values.
 
-**Note**: `ANALYZE` operations are not supported on PXF external tables created with the `HBase` or `Json` profiles.
+**Note**: The `ANALYZE` command is not supported on PXF external tables created with the `HBase` or `Json` profiles.
 
 ## <a id="examples"></a>Examples