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/11/30 07:26:20 UTC

impala git commit: IMPALA-5541: [DOCS] Document range for BATCH_SIZE query option.

Repository: impala
Updated Branches:
  refs/heads/master af8b58a78 -> 3ed122185


IMPALA-5541: [DOCS] Document range for BATCH_SIZE query option.

Change-Id: If1c1d988c6918289e9f7f48abdd38775eb3174b0
Reviewed-on: http://gerrit.cloudera.org:8080/8693
Reviewed-by: Alex Behm <al...@cloudera.com>
Tested-by: Impala Public Jenkins


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

Branch: refs/heads/master
Commit: 3ed122185f3e5f0fce661faef7bc33e3ba5f90f9
Parents: af8b58a
Author: John Russell <jr...@cloudera.com>
Authored: Wed Nov 29 18:02:57 2017 -0800
Committer: Impala Public Jenkins <im...@gerrit.cloudera.org>
Committed: Thu Nov 30 07:22:53 2017 +0000

----------------------------------------------------------------------
 docs/impala_keydefs.ditamap       | 1 +
 docs/topics/impala_batch_size.xml | 5 +++++
 2 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/3ed12218/docs/impala_keydefs.ditamap
----------------------------------------------------------------------
diff --git a/docs/impala_keydefs.ditamap b/docs/impala_keydefs.ditamap
index 532e7ba..56de937 100644
--- a/docs/impala_keydefs.ditamap
+++ b/docs/impala_keydefs.ditamap
@@ -10570,6 +10570,7 @@ under the License.
   <keydef keys="impala130"><topicmeta><keywords><keyword>Impala 1.3.0</keyword></keywords></topicmeta></keydef>
 
 <!-- Long form of mapping from Impala release to vendor-specific releases, for use in running text. -->
+  <keydef keys="impala211_full"><topicmeta><keywords><keyword>Impala 2.11</keyword></keywords></topicmeta></keydef>
   <keydef keys="impala210_full"><topicmeta><keywords><keyword>Impala 2.10</keyword></keywords></topicmeta></keydef>
   <keydef keys="impala29_full"><topicmeta><keywords><keyword>Impala 2.9</keyword></keywords></topicmeta></keydef>
   <keydef keys="impala28_full"><topicmeta><keywords><keyword>Impala 2.8</keyword></keywords></topicmeta></keydef>

http://git-wip-us.apache.org/repos/asf/impala/blob/3ed12218/docs/topics/impala_batch_size.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_batch_size.xml b/docs/topics/impala_batch_size.xml
index d9f36ec..d6cb6f0 100644
--- a/docs/topics/impala_batch_size.xml
+++ b/docs/topics/impala_batch_size.xml
@@ -52,5 +52,10 @@ under the License.
     <p>
       <b>Default:</b> 0 (meaning the predefined default of 1024)
     </p>
+
+    <p rev="2.11.0 IMPALA-5541">
+      <b>Range:</b> 0-65536. The value of 0 still has the special meaning of <q>use the default</q>,
+      so the effective range is 1-65536. The maximum applies in <keyword keyref="impala211_full"/> and higher.
+    </p>
   </conbody>
 </concept>