You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by st...@apache.org on 2021/05/20 14:20:12 UTC

[impala] 02/03: IMPALA-8769: [DOCS] Change the shell default

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

stigahuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit 74407651427cdca574b49a4d57a83d8b552659ee
Author: Shajini Thayasingh <st...@cloudera.com>
AuthorDate: Tue Apr 27 11:10:35 2021 -0700

    IMPALA-8769: [DOCS] Change the shell default
    
    Changed the shell default from Beeswax to HS2.
    Also changed the default port number from 21000 to 21050.
    
    Change-Id: Ia695a01c28bd6350645394d2bbaded731039189c
    Reviewed-on: http://gerrit.cloudera.org:8080/17349
    Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 docs/topics/impala_shell_options.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/topics/impala_shell_options.xml b/docs/topics/impala_shell_options.xml
index c47f3de..87496f4 100644
--- a/docs/topics/impala_shell_options.xml
+++ b/docs/topics/impala_shell_options.xml
@@ -250,7 +250,7 @@ under the License.
               </entry>
               <entry>
                 <p>
-                  Connects to the <codeph>impalad</codeph> daemon on the specified host. The default port of 21000
+                  Connects to the <codeph>impalad</codeph> daemon on the specified host. The default port of 21050
                   is assumed unless you provide another value. You can connect to any host in your cluster that is
                   running <codeph>impalad</codeph>. If you connect to an instance of <codeph>impalad</codeph> that
                   was started with an alternate port specified by the <codeph>--fe_port</codeph> flag, provide that
@@ -574,13 +574,13 @@ under the License.
                     <varname>protocol</varname> values are:<ul>
                     <li><codeph>'hs2'</codeph>: Impala-shell uses the binary TCP
                       based transport to speak to the Impala Daemon via the
-                      HiveServer2 protocol.</li>
+                      HiveServer2 protocol. This is the current default setting.</li>
                     <li><codeph>'hs2-http'</codeph>: Impala-shell uses HTTP
                       transport to speak to the Impala Daemon via the
                       HiveServer2 protocol.</li>
                     <li><codeph>'beeswax'</codeph>: Impala-shell uses the binary
                       TCP based transport to speak to the Impala Daemon via
-                      Beeswax. This is the current default setting.</li>
+                      Beeswax.</li>
                   </ul></p><p>You cannot connect to the 3.2 or earlier versions
                   of Impala using the <codeph>'hs2'</codeph> or
                     <codeph>'hs2-http'</codeph> option.</p><p>Beeswax support is