We had the same problem. For more details, see https://issues.apache.org/jira/browse/IMPALA-10756
------------------ ???????? ------------------ ??????: "user" <dinukawee...@gmail.com>; ????????: 2021??8??19??(??????) ????10:30 ??????: "user"<user@impala.apache.org>; ????: Impala 4.0 runtime issues Hi all, I have built the Impala 4.0 version lately and I am getting below issues in runtime. Impala and hive versions are as follows. IMPALA VERSION: 4.0.0 HIVE VERSION: 3.1.2 Below stacktrace is stamping while invoking impala shell of impala 4.0 release Traceback (most recent call last): File "/x01/mdpci/mdp_base/packages/impala/usr/lib/impala-shell/impala_shell.py", line 42, in <module> from impala_client import ImpalaHS2Client, ImpalaBeeswaxClient, Query0ptionLevels File "/x01/mdpci/mdp_base/packages/impala/usr/lib/impala-shell/lib/impala_client.py", line 23, in <module> from bitarray import bitarray File "build/bdist.linux-x86_64/egg/bitarray/_init_.py", line 11, in <module> File "build/bdist.linux- x86_64/egg/bitarray/_bitarray.py", line 7, in <module> File "build/bdist.linux-x86_64/egg/bitarray/_bitarray.py", line 6, in __bootstrap__ ImportError: /x01/mdpci/.python-eggs/bitarray-1.2.1-py2.7-linux-x86_64.egg-tmp/bitarray/_bitarray.so: undefined symbol: PyUnicodeUCS2_AsEncodedString Below error is occurring while trying to create a database in impala. Here impala-shell from 3.4.0 release have been used to access impala. Please note that default database is also not available Starting Impala Shell without Kerberos authentication Opened TCP connection to 10.142.193.17:11432 Connected to 10.142.193.17:11432 Server version: impalad version 4.0.0-RELEASE RELEASE (build a702d2d4cf7e2062476e1057ebcbafd5e6fdcf02) ****: Welcome to the Impala shell. (Impala Shell v3.4.0-RELEASE (Could) built on Mon Feb 22 19:57:45 +0530 2021) Run the PROFILE command after a query has finished to see a comprehensive summary of all the performance and diagnostic information that Impala gathered for that query. Be warned, it can be very long! *** [10.142.193.17:11432] default> create database default2; Query: create database default2 ERROR: ImpalaRuntimeException: Error making 'createDatabase' RPC to Hive Metastore: CAUSED BY: TApplicationException: Invalid method name: 'get_database_req' [10.142.193.17:11432] default> ] Has anyone else faced such issues? Thanks & Regards, Dinujaya Kaweesha