Created on 04-12-2016 03:53 PM - edited 09-16-2022 03:13 AM
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.
Created 03-26-2018 11:47 AM
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
Created 02-02-2020 10:14 PM
[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.