You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Quanlong Huang (Jira)" <ji...@apache.org> on 2022/06/21 08:47:00 UTC

[jira] [Created] (IMPALA-11376) impala shell build version not available

Quanlong Huang created IMPALA-11376:
---------------------------------------

             Summary: impala shell build version not available
                 Key: IMPALA-11376
                 URL: https://issues.apache.org/jira/browse/IMPALA-11376
             Project: IMPALA
          Issue Type: Bug
            Reporter: Quanlong Huang
            Assignee: Quanlong Huang


Saw this in my local env
{code:bash}
Starting Impala Shell with no authentication using Python 2.7.16
Opened TCP connection to localhost:21050
Connected to localhost:21050
Server version: impalad version 4.2.0-SNAPSHOT DEBUG (build 66cde5ba8f707e61b1b46dabe114819de8b4f75d)
***********************************************************************************
Welcome to the Impala shell.
(impala shell build version not available)

You can change the Impala daemon that you're connected to by using the CONNECT
command.To see how Impala will plan to run your query without actually executing
it, use the EXPLAIN command. You can change the level of detail in the EXPLAIN
output by setting the EXPLAIN_LEVEL query option.
***********************************************************************************
[localhost:21050] default> select version();
Query: select version()
Query submitted at: 2022-06-21 16:44:45 (Coordinator: http://quanlong-OptiPlex-BJ:25000)
Query progress can be monitored at: http://quanlong-OptiPlex-BJ:25000/query_plan?query_id=ad416f278bd138f7:07f7649e00000000
+---------------------------------------------------------------------------------------+
| version()                                                                             |
+---------------------------------------------------------------------------------------+
| impalad version 4.2.0-SNAPSHOT DEBUG (build 66cde5ba8f707e61b1b46dabe114819de8b4f75d) |
| Built on 2022年 06月 21日 星期二 16:36:58 CST                                         |
+---------------------------------------------------------------------------------------+
Fetched 1 row(s) in 0.27s
[localhost:21050] default> version;
Shell version: impala shell build version not available
Server version: impalad version 4.2.0-SNAPSHOT DEBUG (build 66cde5ba8f707e61b1b46dabe114819de8b4f75d)
{code}
The impala-shell is missing the version string.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org