Member since
04-22-2014
1218
Posts
341
Kudos Received
157
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
21986 | 03-03-2020 08:12 AM | |
12600 | 02-28-2020 10:43 AM | |
3623 | 12-16-2019 12:59 PM | |
3185 | 11-12-2019 03:28 PM | |
4980 | 11-01-2019 09:01 AM |
06-22-2015
11:00 PM
Hello, If you are getting the same errors as indicated in the original post that each management service cannot fetch the descriptor, that indicates a problem for the management services contacting Cloudera Manager. In order to know what hosts, services, and roles participate in the cluster (among other things), the management services must be able to retrieve the a descriptor for the cluster from CM upon startup. If it cannot be retreived, then the management service will fail to start all the way. The original post shows that the root cause of this is that no connection can be made. If SSL is not involved, then typically there is a firewall or some other configuration issue that is preventing the management services from resolving/connecting. If you have exactly the same stack traces, I would try shutting off any firewalls on the hosts where the management services run and where Cloudere Manager runs. Try using telnet or ncat to ensure that you can make a connection from the management service host to the CM host. If that doesn't help, you might post the exceptions you are seeing as there may be something different about the cause in your case. -Ben
... View more
06-18-2015
11:31 AM
Hi Kevin, CM 5.4.1 is the latest version at this time so that's why you can't find it. CDH 5.4.2 is not too new for CM 5.4.1, so you should be able to proceed. If there is a problem, a screen shot should help us figure out what to do. - Ben
... View more
06-17-2015
08:24 AM
Hello, In order to debug this further we'll need to know what is calling into the version string check. The message you see, "Cannot have empty version string segment" is coming from a part of code that is called from various classes. Please look at your /var/log/cloudera-scm-server/cloudera-scm-server.log and see if there is a "Cannot have empty version string segment" message and a stack trace associated with it. If so, please include the full stack trace and error. Based on the code, I am not sure if we will actually get a stack, but I'm hoping! - Ben
... View more
03-01-2015
09:04 AM
1 Kudo
Your error is slightly different and indicates another cause. If you are are using single user mode, then see this: http://www.cloudera.com/content/cloudera/en/documentation/core/latest/topics/install_singleuser_reqts.html Note the Configuration Steps Before Running the Installation Wizard section: Even if you are not, I think this maybe relevant: cloudera-scm ALL=(ALL) NOPASSWD: ALL Setting NOPASSWD on the user (in the sudoers file) that you you specified in the installation wizard will likely resolve the issue you see. - Ben
... View more
03-01-2015
06:35 AM
As dlo mentioned, you need to use "Create Database" from Cloudera Manager. You can also create it from the command line if not using Cloudera Manager. See the following for more information: http://www.cloudera.com/content/cloudera/en/documentation/core/latest/topics/cm_mc_oozie_service.html#cmig_topic_14_unique_1 Ben
... View more
12-16-2014
06:31 AM
1 Kudo
Hi, First, since you are installing, you are probably using Cloudera Manager 5.2.1 (latest), so the documentation you want is here: http://www.cloudera.com/content/cloudera/en/documentation/core/latest/topics/installation_installation.html Since there is a .pid file, remove it first. Check the following and delete if it exists: /var/run/cloudera-scm-server.pid Next, if there is a problem starting, there are likely valuable clues in the logs. Check out /var/log/cloudera-scm-server/cloudera-scm-server.log Perhaps tail -f while starting to see if there are any exceptions. If the solution is not obvious, post the details and someone here can help.
... View more
11-05-2014
11:51 PM
1 Kudo
Ashok, Either there is a problem with the .bin file or you may have grabbed the wrong .bin installer. Can you try the one here and let us know if you still hit that problem: http://archive.cloudera.com/cm5/installer/5.2.0/cloudera-manager-installer.bin -Ben
... View more
10-14-2014
11:36 AM
Hi, Cloudera is aware of the issue and engineering is reviewing what we might do to address the problem. For now, there really isn't any way to tell the Role inside CM so you might need to do some scripting or manual checking. Regards, Ben
... View more
10-13-2014
11:20 AM
The extension does not matter, but the format does. The file should be in "PEM" format. It should contain these lines: -----BEGIN CERTIFICATE----- -----END CERTIFICATE----- -Ben
... View more
10-08-2014
06:21 AM
Please post the entire stack so that there is some context for the exception Thanks.
... View more