Created on 11-02-2015 07:00 PM - edited 09-16-2022 02:47 AM
Created 11-03-2015 06:25 AM
Have you considered using the Cloudera Quickstart VM as a first step?
It is basically a single node Hadoop cluster that runs in a VMWare VM - it is already configured with Hadoop ecosystem tools.
All you have to do is download it, and launch the VM on your laptop.
More information here: http://www.cloudera.com/content/www/en-us/downloads/quickstart_vms/5-4.html
Created 11-04-2015 12:56 AM
Created 11-04-2015 07:52 AM
It seems that you prefer to install and configure CDH rather than using the Cloudera Quickstart VM.
I checked the supported OS versions and do not see Centos 6.3 listed for CDH 5.4. I recommend using one of the supported versions.
More information can be found here:
http://www.cloudera.com/content/www/en-us/downloads/cdh/5-4-0.html
... and here:
Instructions for Cloudera Manager Deployment, or unmanaged deployment, are here:
Created 11-05-2015 02:07 AM
Created 11-05-2015 02:29 AM
Created 07-06-2016 03:33 PM
Late in answering though , the issue happenes because PostGRESql or any other database has not been set , and CDH server tries to look for default mysql database . To resolve it I followed below steps :
1. Installed PostGRESql database following steps in this link : http://www.cloudera.com/documentation/enterprise/latest/topics/cm_ig_embed_pstgrs.html#cmig_topic_5_...
2. The above link however assumes that you do not need to configure the database , but if you're following Path B , you still need to configure the database like an extenal PostGRESQl database instructions . To configure I followed steps in this link :
3. Once it's configured then you run this command to initilize the parameters files :
$ /usr/share/cmf/schema/scm_prepare_database.sh postgresql scm scm scm
After this once you start the the server using command :
sudo service cloudera-scm-server start
You should be able to open the cloudera manager server using URL http://<host>:7180 .
Regards
Rahul
Created 04-22-2020 03:43 AM
That was the solution for me.
I just forgot to run this "connecting" command after system restart
sudo /opt/cloudera/cm/schema/scm_prepare_database.sh postgresql scm scm
...Dummy in Linux and Cloudera