Created 12-23-2016 07:25 AM
Hi,
I'm trying to install CM using the Path A, in a CentOS 7. But the isntallation fails with this error:
It is strange because it says clearly that supports CentOS 7:
$ hostnamectl Static hostname: monsterkudu.novalocal Icon name: computer-vm Chassis: vm Machine ID: dae72fe0cc064eb0b7797f25bfaf69df Boot ID: a9d1446872ec4ae681b6f4cdccc96f2f Operating System: CentOS Linux 7 (Core) CPE OS Name: cpe:/o:centos:centos:7 Kernel: Linux 3.10.0-229.el7.x86_64 Architecture: x86_64
What could be?
Regards,
Joaquín
Created 12-27-2016 01:17 AM
Try this simplified version of Path B instead:
# Download Cloudera Manager to your package manager source directory. For CentOS / RHEL 7: wget https://archive.cloudera.com/cm5/redhat/7/x86_64/cm/cloudera-manager.repo -P /etc/yum.repos.d/ # Install Oracle JDK (sourced from the Cloudera Manager repo) sudo yum install -y oracle-j2sdk1.7 # Install Cloudera Manager daemons and server sudo yum install -y cloudera-manager-daemons cloudera-manager-server # Install the embedded PostgreSQL database sudo yum install -y cloudera-manager-server-db-2 # Start the database and server sudo service cloudera-scm-server-db start sudo service cloudera-scm-server start
Now point a browser to the host on which you just installed Cloudera Manager server and run the CM Installation Wizard to install the latest version of CDH.
Created 12-27-2016 04:35 AM
Created 12-27-2016 06:26 AM
What was your error? It did not show in your post.
Are you running Centos 7.3 and trying to install CM5.9.0?
Tina
Created 12-27-2016 09:00 AM
Yes, please provide the error message, the steps that triggered the error, and specific version numbers.
By your kernel version, it looks like you may be running CentOS 7.1. For what it's worth, I am able to successfully install CDH 5.9.0 with cloudera-installer.bin on an EC2 cluster running CentOS 7.1.
Created 12-27-2016 09:48 AM
Created 12-27-2016 03:54 PM
The cloudera-manager-installer.bin file would not run because CM/CDH5.9.0 is supported on CentOS 7.2 not 7.3.
http://www.cloudera.com/downloads/manager/5-9-0.html