Support Questions

Find answers, ask questions, and share your expertise

Error determining if Kudu's integration with the Hive Metastore is enabled

avatar

Hey Everyone!

I have encoutered this error while trying to create a kudu table using impala-shell.

As you see i have created an impala table (yager) stored as textfile and i've tried to create another table (kuduyager) stored as kudu as select * from (yager) then it showed :

 

ERROR: AnalysisException: Cannot analyze Kudu table 'kuduyager': Error determining if Kudu's integration with the Hive Metastore is enabled: cannot complete before timeout: KuduRpc(method=getHiveMetastoreConfig, tablet=null, attempt=95, TimeoutTracker(timeout=180000, elapsed=179150), Trace Summary(175448 ms): Sent(0), Received(0), Delayed(94), MasterRefresh(0), AuthRefresh(0), Truncated: false
Delayed: (UNKNOWN, [ getHiveMetastoreConfig, 94 ]))

 

error.PNG

1 REPLY 1