Member since
03-22-2014
13
Posts
2
Kudos Received
1
Solution
03-31-2014
09:07 AM
Based on the operating system you use, navigate to the repo file for your system and save it in the/etc/yum.repos.d/directory. For Red Hat/CentOS/Oracle 5 (add the below lines in /etc/yum.repos.d/cloudera-cdh5) [cloudera-cdh5]
# Packages for Cloudera's Distribution for Hadoop, Version 5, on RedHat or CentOS 5 x86_64
name=Cloudera's Distribution for Hadoop, Version 5
baseurl=http://archive.cloudera.com/cdh5/redhat/5/x86_64/cdh/5/
gpgkey = http://archive.cloudera.com/cdh5/redhat/5/x86_64/cdh/RPM-GPG-KEY-cloudera
gpgcheck = 1 For Red Hat/CentOS/Oracle 6 (64-bit) [cloudera-cdh5]
# Packages for Cloudera's Distribution for Hadoop, Version 5, on RedHat or CentOS 6 x86_64
name=Cloudera's Distribution for Hadoop, Version 5
baseurl=http://archive.cloudera.com/cdh5/redhat/6/x86_64/cdh/5/
gpgkey = http://archive.cloudera.com/cdh5/redhat/6/x86_64/cdh/RPM-GPG-KEY-cloudera
gpgcheck = 1 After doing this, you can now see the packages listed in yum list cloudera* Hope this helps.
... View more
03-29-2014
02:00 PM
1 Kudo
Hey Darren, Thanks for your quick reply. I'm using a virtual environment for some test purposes and seems like I've set too low RAM to be used. Do you have an idea on what's the minimum recommended memory to be used on the Cloudera Manager host (if we set most of the major/master services in control on 1 host) and respectively on the other nodes members of the cluster (assuming we're installing all of the Cloudera Hadoop distribution services and apps in CDH 5.0)? I think it will be helpful to other users as well. Cheers and have a great day!
... View more