Member since
06-26-2013
416
Posts
104
Kudos Received
49
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 7725 | 03-23-2016 08:06 AM | |
| 13788 | 10-12-2015 01:56 PM | |
| 4913 | 03-05-2015 11:11 AM | |
| 6143 | 02-19-2015 02:41 PM | |
| 13418 | 01-26-2015 09:55 AM |
01-14-2014
01:15 PM
Ah, I see what you're saying. It is confusing. That link takes you to the install document because if you want to install CDH manually with RPMs, you'll have to know a few things and decide which ones to grab, etc. So we route you through the doc first.
The absolutely simplest way to install CDH (even previous versions) is to download the Cloudera Manager installer and use CM's automatic install wizard to install CDH for you. In that install wizard you can pick your version of CDH and 4.4.0 is available as an option.
If you want to go the RPM route, let me know and I'll provide further instructions for that, but it's a few extra steps.
... View more
01-13-2014
06:05 PM
Thanks for closing the loop and letting us know the solution! Glad it's working.
... View more
01-13-2014
10:33 AM
this page has the links to download CDH4.4 directly if you'd like to do it that way. Is that what you're looking for?
... View more
01-06-2014
09:07 AM
Mark,
I've raised this thread with some of our subject matter experts internally in hopes somebody has some insight for you.
Regards.
... View more
12-30-2013
07:49 AM
Thank you for the feedback and especially for the follow-up with additional information. We are looking into ways to help alleviate this frustrating situation in the future.
Regards,
Clint Heath
Community Manager
... View more
12-19-2013
08:52 AM
Hello,
I apologize for the delay. I think there may be a couple of things going on. For starters, you should add your own hostname and IP address to the /etc/hosts file on each machine. In other words, both Host1 and Host2 entries should be in the /etc/hosts file on both machines. Also, have you checked to see if iptables is running? That is a firewall app that can stop traffic between nodes. To identify if iptables is running and disable it, do this (as root):
$ sudo chkconfig iptables --list
iptables 0:off 1:off 2:off 3:off 4:off 5:off 6:off
If you see iptables as "on" for any of those values (especially #5), than it's probably getting in your way, you should disable it unless you've got a company policy requiring it be enabled. To disable it, run this command:
sudo chkconfig iptables off
... View more
12-18-2013
03:00 PM
Thank you for the feedback, Sergey, I will investigate to see if/how we can accomplish something like this.
... View more
12-11-2013
02:26 PM
1 Kudo
This typically happens when the JDK is upgraded because the old JDK is still on the path and gets discovered first by the scripts that are looking for valid JDK versions.
Did you try these instructions to set your JAVA HOME in CM?
... View more
12-11-2013
09:28 AM
1 Kudo
It appears that your "Service Monitor" service is unable to connect to it's underlying database. During the installation process of CM, there was a screen that would have asked you to configure your database connections for the various databases used by the "mgmt1" services of Cloudera Manager. Did you modify any of the default settings on that screen and/or click the "Test Connection" button there? CM will default to a postgresql database for these dbs unless you change it to point to MySQL or a db of your choice.
... View more