Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

I am trying to install HDP 2.4 on linode(8gb RAM, i5) server but my installation stopped after 73% when installing SupervisorStart, also my ambari-server is stopped by itself. I am getting an error as :

avatar
Contributor

stderr: stdout: Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00007f9bac1a0000, 65404928, 0) failed; error='Cannot allocate memory' (errno=12) 2016-08-05 13:01:20,511 - Retrying after 10 seconds. Reason: Execution of '/usr/jdk64/jdk1.8.0_60/bin/jps -l | grep storm.daemon.logviewer$ && /usr/jdk64/jdk1.8.0_60/bin/jps -l | grep storm.daemon.logviewer$ | awk {'print $1'} > /var/run/storm/logviewer.pid' returned 1. Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00007f9bac1a0000, 65404928, 0) failed; error='Cannot allocate memory' (errno=12) Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00007f02001a0000, 65404928, 0) failed; error='Cannot allocate memory' (errno=12) 2016-08-05 13:01:30,724 - Retrying after 10 seconds. Reason: Execution of '/usr/jdk64/jdk1.8.0_60/bin/jps -l | grep storm.daemon.logviewer$ && /usr/jdk64/jdk1.8.0_60/bin/jps -l | grep storm.daemon.logviewer$ | awk {'print $1'} > /var/run/storm/logviewer.pid' returned 1. Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00007f02001a0000, 65404928, 0) failed; error='Cannot allocate memory' (errno=12) Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00007f90981a0000, 65404928, 0) failed; error='Cannot allocate memory' (errno=12) 2016-08-05 13:01:41,075 - Retrying after 10 seconds. Reason: Execution of '/usr/jdk64/jdk1.8.0_60/bin/jps -l | grep storm.daemon.logviewer$ && /usr/jdk64/jdk1.8.0_60/bin/jps -l | grep storm.daemon.logviewer$ | awk {'print $1'} > /var/run/storm/logviewer.pid' returned 1. Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00007f90981a0000, 65404928, 0) failed; error='Cannot allocate memory' (errno=12) Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00007f768c1a0000, 65404928, 0) failed; error='Cannot allocate memory' (errno=12) 2016-08-05 13:01:51,427 - Retrying after 10 seconds. Reason: Execution of '/usr/jdk64/jdk1.8.0_60/bin/jps -l | grep storm.daemon.logviewer$ && /usr/jdk64/jdk1.8.0_60/bin/jps -l | grep storm.daemon.logviewer$ | awk {'print $1'} > /var/run/storm/logviewer.pid' returned 1. Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00007f768c1a0000, 65404928, 0) failed; error='Cannot allocate memory' (errno=12) Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00007f9c201a0000, 65404928, 0) failed; error='Cannot allocate memory' (errno=12) 2016-08-05 13:02:02,382 - Retrying after 10 seconds. Reason: Execution of '/usr/jdk64/jdk1.8.0_60/bin/jps -l | grep storm.daemon.logviewer$ && /usr/jdk64/jdk1.8.0_60/bin/jps -l | grep storm.daemon.logviewer$ | awk {'print $1'} > /var/run/storm/logviewer.pid' returned 1. Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00007f9c201a0000, 65404928, 0) failed; error='Cannot allocate memory' (errno=12)

1 ACCEPTED SOLUTION

avatar
2 REPLIES 2

avatar
@Sushant Bharti

Try to increase the Virtual Machine RAM memory as shown in below link:

https://hortonworks.com/wp-content/uploads/2015/05/Import_on_Vbox_5_11_2015.pdf

avatar
Contributor

Thanks @SBandaru , that helped and I have completed installation but after the installation I am facing another issue related to Oozie server .. please suggest a way forward.

https://community.hortonworks.com/questions/50373/i-have-completed-installation-of-hdp-using-ambari....