Created on 11-27-2020 09:07 PM - edited 11-27-2020 10:57 PM
Hello.
I have a
* Hive Metastore of latest release version (version 3.1.2) and
* Impala built from current master (4.0.0-SNAPSHOT RELEASE (build f07514add9956e676d99ae9cbca5855960a279f2))
* impala-shell on mac version v3.4.0-RELEASE (9f1c31c)
But when I try to use impala-shell to create database, i get:
default> create database mydb;
Query: create database mydb
ERROR: ImpalaRuntimeException: Error making 'createDatabase' RPC to Hive Metastore:
CAUSED BY: TApplicationException: Invalid method name: 'get_database_req'
Is it because versions are incompatible? Which version of Hive Metastore is needed for the latest impala?
Thanks
Created 01-26-2021 03:22 AM
Can anyone help? I have the same error. I think Impala is not so Apache, but a private software, so we cannot deploy Impala without CDP components.
Created 01-26-2021 05:04 AM
Created 05-06-2022 02:27 AM
I also met the same problem, how did you solve it? thank you
Created 05-11-2022 08:42 PM
Same issue as https://issues.apache.org/jira/browse/IMPALA-10756
We are working on https://issues.apache.org/jira/browse/IMPALA-10871 to fix this.
Before that, please use CDP Hive (recommended) or Apache Hive 4.
Created 06-05-2023 07:28 PM
How do you check hive meta store version on Cloudera?