You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ar...@apache.org on 2018/05/08 23:55:12 UTC

[2/2] impala git commit: [DOCS] Fixed a typo in CREATE TABLE syntax

[DOCS] Fixed a typo in CREATE TABLE syntax

Change-Id: I968b92dc10d0426fc6295965f909e91b78379522
Reviewed-on: http://gerrit.cloudera.org:8080/10350
Reviewed-by: Alex Rodoni <ar...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


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

Branch: refs/heads/master
Commit: f976318cc1a7e1e9779e5c7695033536c8c22593
Parents: df2798e
Author: Alex Rodoni <ar...@cloudera.com>
Authored: Tue May 8 16:33:34 2018 -0700
Committer: Impala Public Jenkins <im...@cloudera.com>
Committed: Tue May 8 23:42:11 2018 +0000

----------------------------------------------------------------------
 docs/topics/impala_create_table.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/f976318c/docs/topics/impala_create_table.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_create_table.xml b/docs/topics/impala_create_table.xml
index 415b7be..0af25b0 100644
--- a/docs/topics/impala_create_table.xml
+++ b/docs/topics/impala_create_table.xml
@@ -96,7 +96,7 @@ under the License.
   [WITH SERDEPROPERTIES ('<varname>key1</varname>'='<varname>value1</varname>', '<varname>key2</varname>'='<varname>value2</varname>', ...)]
   [STORED AS <varname>file_format</varname>]
   [LOCATION '<varname>hdfs_path</varname>']
-<ph rev="1.4.0">  CACHED IN '<varname>pool_name</varname>'</ph> <ph rev="2.2.0">[WITH REPLICATION = <varname>integer</varname>]</ph> | UNCACHED]
+  <ph rev="1.4.0">[CACHED IN '<varname>pool_name</varname>'</ph> <ph rev="2.2.0">[WITH REPLICATION = <varname>integer</varname>]</ph> | UNCACHED]
   [TBLPROPERTIES ('<varname>key1</varname>'='<varname>value1</varname>', '<varname>key2</varname>'='<varname>value2</varname>', ...)]
 </codeblock>