Installing Cloudera Manager on an AWS EC2 instance, following the official instruction:
I successfully run the .bin
package, but when I visit the IP:7180
, the browser says my access has been denied...Why ...
I tried to confirm the status of cm server: service cloudera-scm-server status
. At first it said
cloudera-scm-server is dead and pid file exists
The log file showed mentioned "unknown host ip-10-0-0-110"
then I add a map between ip-10-0-0-110
and the EC2 instance **public** ip
. Then restart
the scm-server service. It could run normally, but the IP:7180 remained unaccessable, saying ERR_CONNECTION_REFUSED
. I have uninstalled both the iptables
and closed my windows firewall
.
After a few minute, cloudera-scm-server is dead and pid file exists
appeared again...
Using: tail -40 /var/log/cloudera-scm-server/cloudera-scm-server.out
JAVA_HOME=/usr/lib/jvm/java-7-oracle-cloudera Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x0000000794223000, 319201280, 0) failed; error='Cannot allocate memory' (errno=12)
There is insufficient memory for the Java Runtime Environment to continue. Native memory allocation (malloc) failed to allocate 319201280 bytes for committing reserved memory. An error report file with more information is saved as: /tmp/hs_err_pid5523.log