Created on 01-27-2014 02:30 AM - edited 09-16-2022 01:53 AM
Hi all
plz help I cannot add impala service in my claster, there is some error:
This version of CM only supports Impala 1.2 or above
I just upgrade all packets with yum, Cloudera Standard 4.8.0
thnx
Created 01-28-2014 12:44 PM
Hi Ashot, are you using RPMs or parcels to manage your Cloudera installation? Could you provide the output from the following commands from all your hosts.
rpm -qa | grep cloudera
rpm -qa | grep impala
-roland
Created 01-29-2014 07:32 AM
Are your packages the same version on all hosts of your cluster? If you click on Hosts in Cloudera Manager, then run the Hosts inspector, what does it say your versions are?
Minor note: you should not install the following packages when using Cloudera Manager:
impala-catalog
impala-server
impala-state-store
All these do is add init scripts to automatically start these impala roles on your machine, which you do not want when using Cloudera Manager since processes started by init scripts are not known to CM and will conflict, most probably in a port conflict.
Thanks,
Darren
Created 01-27-2014 06:21 AM
Hi Ashot, CM 4.8 will only support Impala 1.2 and above so I would verify that you do not have any older versions of Impala (RPMs or parcels) on any of your hosts. We have seen customers update the Impala parcel but have an old RPM installation of Impala still installed. You will also need to add the Catalog Service Role as that is new in Impala 1.2 and you should also restart all of the CM agent services on all hosts in additional to verifying that all the CM agent RPMs were upgraded successully to 4.8 on all hosts.
-roland
Created 01-27-2014 06:51 AM
Created 01-28-2014 12:44 PM
Hi Ashot, are you using RPMs or parcels to manage your Cloudera installation? Could you provide the output from the following commands from all your hosts.
rpm -qa | grep cloudera
rpm -qa | grep impala
-roland
Created 01-28-2014 11:18 PM
Created 01-29-2014 07:32 AM
Are your packages the same version on all hosts of your cluster? If you click on Hosts in Cloudera Manager, then run the Hosts inspector, what does it say your versions are?
Minor note: you should not install the following packages when using Cloudera Manager:
impala-catalog
impala-server
impala-state-store
All these do is add init scripts to automatically start these impala roles on your machine, which you do not want when using Cloudera Manager since processes started by init scripts are not known to CM and will conflict, most probably in a port conflict.
Thanks,
Darren
Created on 01-30-2014 06:48 AM - edited 01-30-2014 11:37 PM
............edited........
Hi all
Thank you for help problem solved
Problem was caused by one node which was in maintenance mode(and was turned off). after I deleted this node from cluster problem solved. I don't know why occurred this problem because I was not marking this maintenance node when was adding impala service