I'm trying to log into to Cloudera Manager in cloudera-quickstart-vm-5.8.0-0-vmware with the specified log in details ( Username: cloudera, Password: cloudera) but getting the error: Incorrect username or password.
Does the user name and the password had changed?
Created 11-01-2016 03:25 PM
Howdy,
Thank you for reaching out on this.
I looked at the documentation for the quickstart VMs, and it states the username and password for CM in quickstart are "cloudera", as you said.
Intrigued, I decided to fire up the VM on my end, and sure enough, those credentials don't work. I instead tried using the default CM login specified in the instructions for a standard path B install, and viola, it worked!
try using the following login for CM in quickstart:
username: admin
password: admin
Let me know if that works, and in the mean-time, I'll look into getting that documentation updated. Thank you for bringing this to my attention. 🙂
Cheers
Created 11-01-2016 06:21 PM
Thanks!
I succeeded to log in with username and password admin.
But now I have another issue. As I saw, on some online videos, when I'm login into Cloudera Manager in the quickstart vm, all the components (such as HDFS) are already installed.
But when I'm login into cloudera manager I need to install all the components by myself ("Specify hosts for your CDH cluster installation").
Shouldn't it be already installed in the Cloudera Quickstart VM?
Thank you for your help!
Created on 11-03-2016 11:10 AM - last edited on 11-03-2016 01:06 PM by cjervis
Glad that login worked. As far as the services go, they should indeed already be installed. My thought is it could be an issue with the particular VM you received. Either it was received from a different source, or it didn't download completely. Could you perhaps provide the link you originally got the VM from?
Here’s what I recommend. Try re-downloading* the VM, verify it completely downloaded, and try loading it, still using the "admin" user and pass login. I downloaded the quickstart VM from the link below*, and I've verified that it works. (all services installed)
Let me know if this works.
*some links for your convenience
Community Knowledge article with quickstart install tips (outdated CDH version, but steps are good)
Created on 11-03-2016 02:58 PM - edited 11-03-2016 02:59 PM
I downloaded it from:
http://www.cloudera.com/downloads/quickstart_vms/5-8.html
and choose VMWare as a platfrom
Created 11-07-2016 02:59 PM
I re-downloaded th VM from this link - http://www.cloudera.com/downloads/quickstart_vms/5-8.html
After unzipping it (with 7-Zip), this is the content of the folder:
Is there a missing file?
After I logged into Cloudera Manager in the VM (with "admin"), I was again asked to install everything
Created 11-07-2016 03:48 PM
All of the files are there. Have you used the launch script for this VM?
These guys right here.
If so, did you you use the shortcut for express, or the enterprise trial?
Created 11-07-2016 04:16 PM
the express.
but then I was asked to run in the terminal -
sudo /home/cloudera/cloudera-manager --force
(and more precisely -
sudo /home/cloudera/cloudera-manager --express --force)
Created 11-08-2016 12:05 PM
Okay, from this point, it would seem that the script could be having trouble setting up and starting the services. Could you try re-running the script with the method you described (sudo /home/cloudera/cloudera-manager --express --force) and post the output from it? We'll comb through it for any possible errors. Meanwhile, I'm working on my end to replicate this.
Created 11-08-2016 03:09 PM
I re-run the script and got this output:
[cloudera@quickstart ~]$ sudo /home/cloudera/cloudera-manager --express --force [QuickStart] Shutting down CDH services via init scripts... kafka-server: unrecognized service JMX enabled by default Using config: /etc/zookeeper/conf/zoo.cfg [QuickStart] Disabling CDH services on boot... error reading information on service kafka-server: No such file or directory [QuickStart] Starting Cloudera Manager server... [QuickStart] Waiting for Cloudera Manager API... [QuickStart] Starting Cloudera Manager agent... [QuickStart] Configuring deployment... [QuickStart] Deploying client configuration... [QuickStart] Starting Cloudera Management Service... [QuickStart] Enabling Cloudera Manager daemons on boot... ________________________________________________________________________________ Success! You can now log into Cloudera Manager from the QuickStart VM's browser: http://quickstart.cloudera:7180 Username: cloudera Password: cloudera [cloudera@quickstart ~]$