Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 35482 invoked from network); 28 May 2009 06:27:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 May 2009 06:27:59 -0000 Received: (qmail 55735 invoked by uid 500); 28 May 2009 06:28:10 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 55676 invoked by uid 500); 28 May 2009 06:28:10 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 55666 invoked by uid 99); 28 May 2009 06:28:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 May 2009 06:28:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 May 2009 06:28:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 89FA7234C004 for ; Wed, 27 May 2009 23:27:45 -0700 (PDT) Message-ID: <246611996.1243492065553.JavaMail.jira@brutus> Date: Wed, 27 May 2009 23:27:45 -0700 (PDT) From: "vijayan (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-5885) Error occurred during initialization of VM In-Reply-To: <471596636.1242931965599.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-5885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12713888#action_12713888 ] vijayan commented on HADOOP-5885: --------------------------------- yeah, its working now. Now i am having a doubt. i submitted the sort job and it finished successfully. When i see the xml file , it shows one map is killed and so it is reassigned in other replicate and finished ther. But when i see the time it takes, it shows in negative. Will different time in different machine will have significant effect in the calculation time? > Error occurred during initialization of VM > ------------------------------------------ > > Key: HADOOP-5885 > URL: https://issues.apache.org/jira/browse/HADOOP-5885 > Project: Hadoop Core > Issue Type: Bug > Affects Versions: 0.18.3 > Environment: virtualisation > Reporter: vijayan > Original Estimate: 336h > Remaining Estimate: 336h > > we are doing a project in hadoop. We are creating hadoop cluster using virtual systems(slaves both real and virtual machines) using Openvz kernel. > Since we want to test the setup we required GB of data , So we run RandomWriter job in our cluster . > But it showed lots of errors. So we stop all our virtual system and carried the job in the real cluster(slaves involving only real machine). And we got the the job done(i.e Random Writter job is successfully done). > This is the error i am getting. > [ovzuser@hadoop1 hadoop-0.18.3]$ hadoop jar hadoop-0.18.3-examples.jar randomwriter output12 > Running 120 maps. > Job started: Tue May 19 12:53:24 IST 2009 > 09/05/19 12:53:27 INFO mapred.JobClient: Running job: job_200905191252_0001 > 09/05/19 12:53:28 INFO mapred.JobClient: map 0% reduce 0% > 09/05/19 12:53:33 INFO mapred.JobClient: Task Id : attempt_200905191252_0001_m_000002_0, Status : FAILED > java.io.IOException: Task process exit with nonzero status of 1. > at org.apache.hadoop.mapred.TaskRunner.runChild(TaskRunner.java:462) > at org.apache.hadoop.mapred.TaskRunner.run(TaskRunner.java:403) > attempt_200905191252_0001_m_000002_0: Error occurred during initialization of VM > attempt_200905191252_0001_m_000002_0: Could not reserve enough space for object heap > attempt_200905191252_0001_m_000002_0: Could not create the Java virtual machine. > 09/05/19 12:53:34 INFO mapred.JobClient: Task Id : attempt_200905191252_0001_m_000007_0, Status : FAILED > java.io.IOException: Task process exit with nonzero status of 1. > at org.apache.hadoop.mapred.TaskRunner.runChild(TaskRunner.java:462) > at org.apache.hadoop.mapred.TaskRunner.run(TaskRunner.java:403) > attempt_200905191252_0001_m_000007_0: Error occurred during initialization of VM > attempt_200905191252_0001_m_000007_0: Could not reserve enough space for object heap > attempt_200905191252_0001_m_000007_0: Could not create the Java virtual machine. > 09/05/19 12:53:38 INFO mapred.JobClient: Task Id : attempt_200905191252_0001_m_000014_0, Status : FAILED > java.io.IOException: Task process exit with nonzero status of 1. > at org.apache.hadoop.mapred.TaskRunner.runChild(TaskRunner.java:462) > at org.apache.hadoop.mapred.TaskRunner.run(TaskRunner.java:403) > attempt_200905191252_0001_m_000014_0: Error occurred during initialization of VM > attempt_200905191252_0001_m_000014_0: Could not reserve enough space for object heap > attempt_200905191252_0001_m_000014_0: Could not create the Java virtual machine. > 09/05/19 12:53:39 INFO mapred.JobClient: Task Id : attempt_200905191252_0001_m_000018_0, Status : FAILED > java.io.IOException: Task process exit with nonzero status of 1. > at org.apache.hadoop.mapred.TaskRunner.runChild(TaskRunner.java:462) > at org.apache.hadoop.mapred.TaskRunner.run(TaskRunner.java:403) > attempt_200905191252_0001_m_000018_0: Error occurred during initialization of VM > attempt_200905191252_0001_m_000018_0: Could not reserve enough space for object heap > attempt_200905191252_0001_m_000018_0: Could not create the Java virtual machine. > 09/05/19 12:53:41 INFO mapred.JobClient: Task Id : attempt_200905191252_0001_m_000019_0, Status : FAILED > java.io.IOException: Task process exit with nonzero status of 1. > at org.apache.hadoop.mapred.TaskRunner.runChild(TaskRunner.java:462) > at org.apache.hadoop.mapred.TaskRunner.run(TaskRunner.java:403) > attempt_200905191252_0001_m_000019_0: Error occurred during initialization of VM > attempt_200905191252_0001_m_000019_0: Could not reserve enough space for object heap > attempt_200905191252_0001_m_000019_0: Could not create the Java virtual machine. > 09/05/19 12:53:42 INFO mapred.JobClient: Task Id : attempt_200905191252_0001_m_000020_0, Status : FAILED > java.io.IOException: Task process exit with nonzero status of 1. > at org.apache.hadoop.mapred.TaskRunner.runChild(TaskRunner.java:462) > at org.apache.hadoop.mapred.TaskRunner.run(TaskRunner.java:403) > attempt_200905191252_0001_m_000020_0: Error occurred during initialization of VM > attempt_200905191252_0001_m_000020_0: Could not reserve enough space for object heap > attempt_200905191252_0001_m_000020_0: Could not create the Java virtual machine. > 09/05/19 12:53:42 INFO mapred.JobClient: Task Id : attempt_200905191252_0001_m_000021_0, Status : FAILED > java.io.IOException: Task process exit with nonzero status of 1. > at org.apache.hadoop.mapred.TaskRunner.runChild(TaskRunner.java:462) > at org.apache.hadoop.mapred.TaskRunner.run(TaskRunner.java:403) > attempt_200905191252_0001_m_000021_0: Error occurred during initialization of VM > attempt_200905191252_0001_m_000021_0: Could not reserve enough space for object heap > attempt_200905191252_0001_m_000021_0: Could not create the Java virtual machine. > java.io.IOException: Job failed! > at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1113) > at org.apache.hadoop.examples.RandomWriter.run(RandomWriter.java:276) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65) > at org.apache.hadoop.examples.RandomWriter.main(RandomWriter.java:287) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.hadoop.util.ProgramDriver$ProgramDescription.invoke(ProgramDriver.java:68) > at org.apache.hadoop.util.ProgramDriver.driver(ProgramDriver.java:141) > at org.apache.hadoop.examples.ExampleDriver.main(ExampleDriver.java:54) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.hadoop.util.RunJar.main(RunJar.java:155) > at org.apache.hadoop.mapred.JobShell.run(JobShell.java:54) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79) > at org.apache.hadoop.mapred.JobShell.main(JobShell.java:68) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.