You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2019/02/22 17:34:55 UTC

[impala] 12/13: IMPALA-7198: [DOCS] Corrected misspelled hints

This is an automated email from the ASF dual-hosted git repository.

tarmstrong pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/impala.git

commit b9701408f26c4f21f76a6109752cd10150933cb1
Author: Alex Rodoni <ar...@cloudera.com>
AuthorDate: Fri Jun 22 10:08:41 2018 -0700

    IMPALA-7198: [DOCS] Corrected misspelled hints
    
    Change-Id: I3e3c4ed050131f811311d5fdb8634a1ea3385fb3
    Reviewed-on: http://gerrit.cloudera.org:8080/10796
    Reviewed-by: Alex Rodoni <ar...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 docs/topics/impala_hints.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/topics/impala_hints.xml b/docs/topics/impala_hints.xml
index d16b7f6..6f853c1 100644
--- a/docs/topics/impala_hints.xml
+++ b/docs/topics/impala_hints.xml
@@ -157,11 +157,11 @@ CREATE -- +SHUFFLE|NOSHUFFLE
   <varname>table_clauses</varname>
   AS SELECT <varname>remainder_of_query</varname>;
 
-CREATE /* +CLUSTER|NOCLUSTER */
+CREATE /* +CLUSTERED|NOCLUSTERED */
   <varname>table_clauses</varname>
   AS SELECT <varname>remainder_of_query</varname>;
 
-CREATE -- +CLUSTER|NOCLUSTER
+CREATE -- +CLUSTERED|NOCLUSTERED
   <varname>table_clauses</varname>
   AS SELECT <varname>remainder_of_query</varname>;
 </codeblock>