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 "Silka Simmen (Jira)" <ji...@apache.org> on 2023/05/25 21:48:00 UTC

[jira] [Commented] (IMPALA-10756) Catalog failed to load metadata.

    [ https://issues.apache.org/jira/browse/IMPALA-10756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17726403#comment-17726403 ] 

Silka Simmen commented on IMPALA-10756:
---------------------------------------

I built Impala 4.2.0 and tried to use it with Apache Hive 3.1.3. But it still runs into {{org.apache.thrift.TApplicationException}} exception.

OS: Centos 7

Build commands:
{code:java}
export USE_APACHE_HIVE=true;
./buildall.sh -notests -release{code}
Then it first ran into this exception during startup: IMPALA-11801. By applying the patch manually to 4.2.0, the daemons are up and running.

But when I try to add a table, it runs into the exception mentioned in this issue:
{code:java}
org.apache.thrift.TApplicationException: Invalid method name: 'get_database_req'{code}

> Catalog failed to load metadata.
> --------------------------------
>
>                 Key: IMPALA-10756
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10756
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Frontend
>    Affects Versions: Impala 4.0.0
>         Environment: System: CentOS Linux release 7.9.2009 (Core)
> impala version: 4.0
> hive version:  hive 3.1.2
>            Reporter: Zhi Tang
>            Priority: Major
>             Fix For: Impala 4.1.0
>
>
> The Catalog throws a "Invalid method name: 'get_database_req'" exception when it loads the metadata. Details of the exception:
> E0619 17:29:46.031193 301062 CatalogServiceCatalog.java:2614] Error executing getDatabase() metastore call: default
>  Java exception follows:
>  org.apache.thrift.TApplicationException: Invalid method name: 'get_database_req'
>  at org.apache.thrift.TApplicationException.read(TApplicationException.java:111)
>  at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:79)
>  at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.recv_get_database_req(ThriftHiveMetastore.java:1337)
>  at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.get_database_req(ThriftHiveMetastore.java:1324)
>  at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.getDatabase(HiveMetaStoreClient.java:1940)
>  at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.getDatabase(HiveMetaStoreClient.java:1924)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.lang.reflect.Method.invoke(Method.java:498)
>  at org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.invoke(RetryingMetaStoreClient.java:208)
>  at com.sun.proxy.$Proxy11.getDatabase(Unknown Source)
>  at org.apache.impala.catalog.CatalogServiceCatalog.invalidateTable(CatalogServiceCatalog.java:2608)
>  at org.apache.impala.service.CatalogOpExecutor.execResetMetadata(CatalogOpExecutor.java:4558)
>  at org.apache.impala.service.JniCatalog.resetMetadata(JniCatalog.java:187)
>  E0619 17:29:46.036005 301062 catalog-server.cc:159] TableNotFoundException: Table not found: default.count_test
>  E0619 17:29:55.036509 301062 CatalogServiceCatalog.java:2614] Error executing getDatabase() metastore call: default
>  Java exception follows:
>  org.apache.thrift.TApplicationException: Invalid method name: 'get_database_req'
>  at org.apache.thrift.TApplicationException.read(TApplicationException.java:111)
>  at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:79)
>  at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.recv_get_database_req(ThriftHiveMetastore.java:1337)
>  at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.get_database_req(ThriftHiveMetastore.java:1324)
>  at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.getDatabase(HiveMetaStoreClient.java:1940)
>  at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.getDatabase(HiveMetaStoreClient.java:1924)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.lang.reflect.Method.invoke(Method.java:498)
>  at org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.invoke(RetryingMetaStoreClient.java:208)
>  at com.sun.proxy.$Proxy11.getDatabase(Unknown Source)
>  at org.apache.impala.catalog.CatalogServiceCatalog.invalidateTable(CatalogServiceCatalog.java:2608)
>  at org.apache.impala.service.CatalogOpExecutor.execResetMetadata(CatalogOpExecutor.java:4558)
>  at org.apache.impala.service.JniCatalog.resetMetadata(JniCatalog.java:187)
>  E0619 17:29:55.036792 301062 catalog-server.cc:159] TableNotFoundException: Table not found: default.count_test



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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