I am doing a cloudera cluster installation with 3 nodes using Installation path C as in Cloudera Documentation. I get option to enter the database name ,user and password for the databases I had created during the setup on the node with cloudera manager server. On entering the database details I get message "No database server found running on host server".
I created a user account in database in below way:
grant all on hive.* TO 'hive'@'%' IDENTIFIED BY 'hive_password';
In the Database host field I entered local host. I got the above error. I also tried entering the full hostname . It still gave the same error. I also verified the file
/opt/cloudera-manager/cm-5.12.2/etc$ cd cloudera-scm-server/db.properties.
It also has the host as localhost.
What can be the issue. Thanks.