Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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
New Member

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
New Member

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....