Return-Path: Delivered-To: apmail-hadoop-pig-dev-archive@www.apache.org Received: (qmail 37178 invoked from network); 12 Jul 2010 21:11:45 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Jul 2010 21:11:45 -0000 Received: (qmail 8308 invoked by uid 500); 12 Jul 2010 21:11:45 -0000 Delivered-To: apmail-hadoop-pig-dev-archive@hadoop.apache.org Received: (qmail 8270 invoked by uid 500); 12 Jul 2010 21:11:45 -0000 Mailing-List: contact pig-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pig-dev@hadoop.apache.org Delivered-To: mailing list pig-dev@hadoop.apache.org Received: (qmail 8199 invoked by uid 99); 12 Jul 2010 21:11:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jul 2010 21:11:44 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jul 2010 21:11:42 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6CL3p9j011465 for ; Mon, 12 Jul 2010 21:03:51 GMT Message-ID: <1382373.334081278968631190.JavaMail.jira@thor> Date: Mon, 12 Jul 2010 17:03:51 -0400 (EDT) From: "Olga Natkovich (JIRA)" To: pig-dev@hadoop.apache.org Subject: [jira] Resolved: (PIG-1470) map/red jobs fail using G1 GC (Couldn't find heap) In-Reply-To: <16947171.93021277737490801.JavaMail.jira@thor> 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/PIG-1470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich resolved PIG-1470. --------------------------------- Resolution: Won't Fix Closing since there is no fix in Pig required. Feel gree to continue the discussion on the mailing lists. > map/red jobs fail using G1 GC (Couldn't find heap) > -------------------------------------------------- > > Key: PIG-1470 > URL: https://issues.apache.org/jira/browse/PIG-1470 > Project: Pig > Issue Type: Bug > Components: impl > Affects Versions: 0.6.0 > Environment: OS: 2.6.27.19-5-default #1 SMP 2009-02-28 04:40:21 +0100 x86_64 x86_64 x86_64 GNU/Linux > Java: Java(TM) SE Runtime Environment (build 1.6.0_18-b07) > Hadoop: 0.20.1 > Reporter: Randy Prager > > Here is the hadoop map/red configuration (conf/mapred-site.xml) that fails > {noformat} > > mapred.child.java.opts > -Xmx300m -XX:+DoEscapeAnalysis -XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC > > {noformat} > Here is the hadoop map/red configuration that succeeds > {noformat} > > mapred.child.java.opts > -Xmx300m -XX:+DoEscapeAnalysis -XX:+UseCompressedOops > > {noformat} > Here is the exception from the pig script. > {noformat} > Backend error message > --------------------- > org.apache.pig.backend.executionengine.ExecException: ERROR 2081: Unable to set up the load function. > at org.apache.pig.backend.executionengine.PigSlice.init(PigSlice.java:89) > at org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.SliceWrapper.makeReader(SliceWrapper.java:144) > at org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigInputFormat.getRecordReader(PigInputFormat.java:282) > at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:338) > at org.apache.hadoop.mapred.MapTask.run(MapTask.java:307) > at org.apache.hadoop.mapred.Child.main(Child.java:170) > Caused by: java.lang.RuntimeException: could not instantiate 'PigStorage' with arguments '[,]' > at org.apache.pig.impl.PigContext.instantiateFuncFromSpec(PigContext.java:519) > at org.apache.pig.backend.executionengine.PigSlice.init(PigSlice.java:85) > ... 5 more > Caused by: java.lang.reflect.InvocationTargetException > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) > at java.lang.reflect.Constructor.newInstance(Constructor.java:513) > at org.apache.pig.impl.PigContext.instantiateFuncFromSpec(PigContext.java:487) > ... 6 more > Caused by: java.lang.RuntimeException: Couldn't find heap > at org.apache.pig.impl.util.SpillableMemoryManager.(SpillableMemoryManager.java:95) > at org.apache.pig.data.BagFactory.(BagFactory.java:106) > at org.apache.pig.data.DefaultBagFactory.(DefaultBagFactory.java:71) > at org.apache.pig.data.BagFactory.getInstance(BagFactory.java:76) > at org.apache.pig.builtin.Utf8StorageConverter.(Utf8StorageConverter.java:49) > at org.apache.pig.builtin.PigStorage.(PigStorage.java:69) > at org.apache.pig.builtin.PigStorage.(PigStorage.java:79) > ... 11 more > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.