I downloaded the cloudera-manager-installer.bin today using the quick start instructions.
wget http://archive.cloudera.com/cm5/installer/latest/cloudera-manager-installer.bin
When I run it fails with the following error.
Installation failed.
cloudera-manager-server installation failed. See /var/log/cloudera-manager-installer/
6.start-embedded-db.log
/usr/share/cmf/bin/initialize_embedded_db.sh: Line 275: let: Unable to find amount of RAM on the system, giving up: Syntax error in expression. (Charachter in error »to find amount of RAM on the system, giving up«).
/usr/share/cmf/bin/initialize_embedded_db.sh: Line 276: [: : Expect integer expression.
pg_ctl: could not start server
Examine the log output.
Examine /usr/share/cmf/bin the script was not found:
drwxr-xr-x 2 root root 4096 Feb 29 13:13 .
drwxr-xr-x 25 root root 20480 Feb 29 13:13 ..
-rwxr-xr-x 1 root root 4286 Feb 16 19:50 cmf-server
-rwxr-xr-x 1 root root 3515 Feb 16 20:05 gen_credentials_ad.sh
-rwxr-xr-x 1 root root 972 Feb 16 20:05 gen_credentials.sh
-rwxr-xr-x 1 root root 997 Feb 16 20:05 gen_tgt.sh
-rwxr-xr-x 1 root root 2547 Feb 16 20:05 import_credentials.sh
-rwxr-xr-x 1 root root 366 Feb 16 20:05 merge_credentials.sh
I'm using a fresh installation of Ubuntu Desktop 14.04 LTS x64 under VMWARE Player 12 with:
1 GB RAM
2 Processors
20 GB Harddisk
Any ideas what the problem is?
Regards
Klaus