Member since
03-26-2018
9
Posts
1
Kudos Received
0
Solutions
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.
... View more
03-28-2018
05:28 PM
@dewdrop, No worries at all... we are just glad you got it working. Nothing more frustrating then being stuck like you were!
... View more
03-26-2018
10:01 AM
I Found the jar file was in this directory: [cloudera@quickstart lib]$ find ./ -name hive-contrib.jar ./hive/lib/hive-contrib.jar ./oozie/oozie-sharelib-mr1/lib/hive/hive-contrib.jar ./oozie/oozie-sharelib-yarn/lib/hive/hive-contrib.jar [cloudera@quickstart lib]$ pwd /usr/lib/hive/lib [cloudera@quickstart lib]$ ls -ltr hive-contrib.jar lrwxrwxrwx 1 root root 32 Oct 23 09:59 hive-contrib.jar -> hive-contrib-1.1.0-cdh5.13.0.jar [cloudera@quickstart lib]$ then used the same ADD JAR /usr/lib/hive/lib/hive-contrib.jar and it worked.
... View more