You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by jr...@apache.org on 2017/03/13 22:05:49 UTC

[1/2] incubator-impala git commit: [DOCS] Genericize 'reserved words' topic

Repository: incubator-impala
Updated Branches:
  refs/heads/master ff5d1ceb0 -> c4ffc3384


[DOCS] Genericize 'reserved words' topic

Replace a couple of github URLs in comments,
used for figuring out when/how to update this
page based on source code changes.

Reword a 'Cloudera recommends' reference.

Change-Id: I04020aad6f0c468a354f94934dd4b93d2d5a75f1
Reviewed-on: http://gerrit.cloudera.org:8080/6364
Reviewed-by: Ambreen Kazi <am...@cloudera.com>
Reviewed-by: John Russell <jr...@cloudera.com>
Tested-by: Impala Public Jenkins


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

Branch: refs/heads/master
Commit: ab23e16f89cb8e00c5b8b7eddbdba2fc030cf855
Parents: ff5d1ce
Author: John Russell <jr...@cloudera.com>
Authored: Mon Mar 13 10:30:28 2017 -0700
Committer: Impala Public Jenkins <im...@gerrit.cloudera.org>
Committed: Mon Mar 13 22:02:16 2017 +0000

----------------------------------------------------------------------
 docs/topics/impala_reserved_words.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/ab23e16f/docs/topics/impala_reserved_words.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_reserved_words.xml b/docs/topics/impala_reserved_words.xml
index 440120c..d3f5944 100644
--- a/docs/topics/impala_reserved_words.xml
+++ b/docs/topics/impala_reserved_words.xml
@@ -62,10 +62,10 @@ under the License.
 <title>List of Current Reserved Words</title>
 <conbody>
 <!-- This list is derived from the source code at:
-     https://github.com/cloudera/Impala/blob/master/fe/src/main/jflex/sql-scanner.flex
+     https://github.com/apache/incubator-impala/blob/master/fe/src/main/jflex/sql-scanner.flex
 
 See the history, any recent changes, here:
-     https://github.com/cloudera/Impala/commits/master/fe/src/main/jflex/sql-scanner.flex
+     https://github.com/apache/incubator-impala/commits/master/fe/src/main/jflex/sql-scanner.flex
 -->
 
 <codeblock rev="ver">add
@@ -266,8 +266,8 @@ have different sets of reserved words.
 </p>
 
 <p>
-The following list contains additional words that Cloudera
-recommends avoiding for table, column, or other object names,
+The following list contains additional words that you should
+avoid for table, column, or other object names,
 even though they are not currently reserved by Impala.
 </p>
 


[2/2] incubator-impala git commit: [DOCS] Genericize 'cluster sizing' topic

Posted by jr...@apache.org.
[DOCS] Genericize 'cluster sizing' topic

A rather vendor-specific 'consult Cloudera' reference
to reword.

Change-Id: I25f9269596b2106558e2c5c0e66096cab64dc2f4
Reviewed-on: http://gerrit.cloudera.org:8080/6365
Reviewed-by: Ambreen Kazi <am...@cloudera.com>
Reviewed-by: John Russell <jr...@cloudera.com>
Tested-by: Impala Public Jenkins


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

Branch: refs/heads/master
Commit: c4ffc3384f06d44c49096ba4e4c5ff24fa781c35
Parents: ab23e16
Author: John Russell <jr...@cloudera.com>
Authored: Mon Mar 13 10:39:27 2017 -0700
Committer: Impala Public Jenkins <im...@gerrit.cloudera.org>
Committed: Mon Mar 13 22:02:22 2017 +0000

----------------------------------------------------------------------
 docs/topics/impala_cluster_sizing.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/c4ffc338/docs/topics/impala_cluster_sizing.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_cluster_sizing.xml b/docs/topics/impala_cluster_sizing.xml
index 9708644..7b395c5 100644
--- a/docs/topics/impala_cluster_sizing.xml
+++ b/docs/topics/impala_cluster_sizing.xml
@@ -51,8 +51,8 @@ under the License.
     </p>
 
     <note>
-      Before making purchase or deployment decisions, consult your Cloudera representative to verify the
-      conclusions about hardware requirements based on your data volume and workload.
+      Before making purchase or deployment decisions, consult organizations with relevant experience
+      to verify the conclusions about hardware requirements based on your data volume and workload.
     </note>
 
 <!--    <p outputclass="toc inpage"/> -->