Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Status: Waiting for catalog update from the StateStore

avatar
New Contributor

I am a Cloudera noob. I first tried to install Impala with CLoudera Manager and failed miserably. Did the same without Cloudera manager by following the link below. 

http://hadoop4beginner.blogspot.in/2015/05/impala-installation-in-ubuntu.html 

 

Have done everything in that link and finally when I tried to run a query from inside the impala shell, I get the following message.

 

"Query: create database sample
ERROR: AnalysisException: This Impala daemon is not ready to accept user requests. Status: Waiting for catalog update from the StateStore."

Please help. Thanks in advance.

11 REPLIES 11

avatar
Explorer

seems like both services - impala-state-store and impala-catalog are down, restarting them worked for me

 

sudo service impala-state-store start

 

sudo service impala-catalog start

 

 

avatar
New Contributor

[quickstart.cloudera:21000] > history;
[1]: help;
[2]: version;
[3]: history;
[4]: exit;
[5]: profile;
[6]: help;
[7]: profile;
[8]: history;
[9]: version;
[10]: profile;
[11]: CREATE DATABASE IF NOT EXISTS my_database;
[12]: history;
[quickstart.cloudera:21000] > sudo service impala-state-store start;
Query: sudo service impala-state-store start
Query submitted at: 2020-02-02 22:11:26 (Coordinator: http://quickstart.cloudera:25000)
ERROR: AnalysisException: This Impala daemon is not ready to accept user requests. Status: Waiting for catalog update from the StateStore.

[quickstart.cloudera:21000] > sudo service impala-catalog start
>

[quickstart.cloudera:21000] > sudo service impala-catalog start;
Query: sudo service impala-catalog start
Query submitted at: 2020-02-02 22:11:48 (Coordinator: http://quickstart.cloudera:25000)
ERROR: AnalysisException: This Impala daemon is not ready to accept user requests. Status: Waiting for catalog update from the StateStore.

Hi ,

I'm getting an error when fire both the below commands. kindly help 

sudo service impala-state-store start;

sudo service impala-catalog start;

ERROR: AnalysisException: This Impala daemon is not ready to accept user requests. Status: Waiting for catalog update from the StateStore.