Created on 08-20-2015 01:35 AM - edited 09-16-2022 02:38 AM
Below is the message i get when trying to open the Cloudera Manager web page (its 5.4.2 Quickstart VM for Vmware)
Attempting to connect to Cloudera Manager...
By default, the Cloudera QuickStart VM run Cloudera's Distribution including Apache Hadoop (CDH) under Linux's service and configuration management. If you wish to migrate to Cloudera Manager, you must run one of the following commands.
To use Cloudera Express (free), run Launch Cloudera Express on the Desktop. This requires at least 8 GB of RAM and at least 2 virtual CPUs.
To begin a 60-day trial of Cloudera Enterprise with advanced management features, run Launch Cloudera Enterprise (trial) on the Desktop. This requires at least 10 GB of RAM and at least 2 virtual CPUs.
Be aware that after rebooting, it may take several minutes before Cloudera Manager has started all of the services it manages and is ready to accept connects from clients.'
What do i do?
Created 08-24-2015 01:18 PM
Perhaps the issue is that you must start the cloudera manager by clicking on the Desktop Icon "Launch Cloudera Express" icon.
It will tell you that you I think need at least 2 cores dedicated to the cloud, plus 8 gig of memory.
Created 12-10-2015 10:05 AM
Hope you would have solved this issue by now.
right click in CM express in desktop and chage the sudo from --pause to --force and open ,this is one time process.
After it is completed ,you can connect cm from mozilla.
Created 01-04-2016 08:21 PM
I am also having the same problem. Getting the same message ' Connecting to Cloudera Manager" and it hangs forever. Tried launching Cloudera Express from the desktop but it is already running and nothing happend. All the services etc. are also running. Do I need to have Cloudera Enterprise to bring up Clouder Manager?
Appreciate if you could let me know how to bring up Cloudera Manager.
Created 03-13-2016 03:04 PM
Here is my experience and how I solved the issue.
After I installed mysql both oozie and cloudera manager stopped working.
After I looked at the log /var/log/cloudera-scm-server, I created user in mysql and granted permission. Both started working.
Here is the script
CREATE USER 'oozie'@'localhost' IDENTIFIED BY 'cloudera';
GRANT ALL PRIVILEGES ON *.* TO 'oozie'@'localhost' WITH GRANT OPTION;
CREATE USER 'cm'@'localhost' IDENTIFIED BY 'cloudera';
GRANT ALL PRIVILEGES ON *.* TO 'cm'@'localhost' WITH GRANT OPTION;
Created 01-08-2017 12:07 PM
Thanks
The same issue i was facing.This post helped me in resloving the issue.
Created 06-25-2019 12:42 PM
it worked for me too.
did following:
[cloudera@quickstart ~]$ mysql -uroot -pcloudera
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 234
Server version: 5.1.73 Source distribution
Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> CREATE USER 'oozie'@'localhost' IDENTIFIED BY 'cloudera';
Query OK, 0 rows affected (0.00 sec)
mysql> GRANT ALL PRIVILEGES ON *.* TO 'oozie'@'localhost' WITH GRANT OPTION;
Query OK, 0 rows affected (0.00 sec)
mysql> CREATE USER 'cm'@'localhost' IDENTIFIED BY 'cloudera';
Query OK, 0 rows affected (0.00 sec)
mysql> GRANT ALL PRIVILEGES ON *.* TO 'cm'@'localhost' WITH GRANT OPTION;
Query OK, 0 rows affected (0.00 sec)
and then closed and reopened the vm. It started working afterwards.
Thanks for solution!.
Created 06-25-2019 12:57 PM
@Diksha_v06 I'm happy to see you resolved your issue. Please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
Created 01-05-2018 09:04 PM
I'm facing the same issue and tried your workaround, still no luck. Later i found out that i'm not able to connect to even google from mozilla. I checked some other things and found out that there is no network connections. Problem is that i haven't change any configuration and my VPN got disconnected. So, can you please help on this
Created 01-05-2018 09:11 PM
I'm facing the same issue while connecting to the cloudera manager from mozilla. i tried your workaround but it's not connecting. Later when i dig more i found out that i ain't able to access the google.com as well. So, i checked my network connection on cloudera desktop. it was disconnected. Problem is i have never changed any congifuration regarding the network and i don't know how it got disconnected.
can u please help to get it connected it again. I guess this will resolve my issue.