Hi all,
I’m getting below error while trying to start catalogd.
Versions are as follows.
Impala Version : 4.1.0
Hive Version(metastore): 3.1.3

I have tried Hive 3.1.2 version as well, still gets the same error.

Appreciate if you can assist me on this issue.

W0830 17:00:00.274478 176896 RetryingMetaStoreClient.java:269]
MetaStoreClient lost connection. Attempting to reconnect (1 of 1) after 1s.
getCurrentNotificationEventId

Java exception follows:

org.apache.thrift.TApplicationException: Internal error processing
get_current_notificationEventId

        at
org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:79)

        at
org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.recv_get_current_notificationEventId(ThriftHiveMetastore.java:6582)

        at
org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.get_current_notificationEventId(ThriftHiveMetastore.java:6570)

        at
org.apache.hadoop.hive.metastore.HiveMetaStoreClient.getCurrentNotificationEventId(HiveMetaStoreClient.java:3853)

        at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)

        at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

        at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

        at java.base/java.lang.reflect.Method.invoke(Method.java:566)

        at
org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.invoke(RetryingMetaStoreClient.java:212)

        at com.sun.proxy.$Proxy14.getCurrentNotificationEventId(Unknown
Source)

        at
org.apache.impala.service.JniCatalog.getEventsProcessor(JniCatalog.java:205)

        at org.apache.impala.service.JniCatalog.<init>(JniCatalog.java:157)

I0830 17:00:01.274801 176896 RetryingMetaStoreClient.java:185]
RetryingMetaStoreClient trying reconnect as pentagon (auth:SIMPLE)

I0830 17:00:01.277940 176896 HiveMetaStoreClient.java:750] Closed a
connection to metastore, current connections: 9

I0830 17:00:01.278048 176896 HiveMetaStoreClient.java:538] Trying to
connect to metastore with URI thrift://localhost:11472

I0830 17:00:01.278136 176896 TCustomSocket.java:95] Buffer size for TSocket
is: 8192

I0830 17:00:01.278373 176896 HiveMetaStoreClient.java:647] Opened a
connection to metastore, current connections: 10

I0830 17:00:01.279665 176896 HiveMetaStoreClient.java:715] Connected to
metastore.

E0830 17:00:01.282403 176896 JniCatalog.java:209] Unable to fetch the
current notification event id from metastore.

Java exception follows:

org.apache.thrift.TApplicationException: Internal error processing
get_current_notificationEventId

        at
org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:79)

        at
org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.recv_get_current_notificationEventId(ThriftHiveMetastore.java:6582)

        at
org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.get_current_notificationEventId(ThriftHiveMetastore.java:6570)

        at
org.apache.hadoop.hive.metastore.HiveMetaStoreClient.getCurrentNotificationEventId(HiveMetaStoreClient.java:3853)

        at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)

        at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

        at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

        at java.base/java.lang.reflect.Method.invoke(Method.java:566)

        at
org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.invoke(RetryingMetaStoreClient.java:212)

Reply via email to