- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
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 :
Created 08-05-2016 01:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)
Created 08-05-2016 02:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created 08-05-2016 02:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created 08-08-2016 03:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.