Return-Path: Delivered-To: apmail-pig-user-archive@www.apache.org Received: (qmail 38558 invoked from network); 13 Dec 2010 08:19:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Dec 2010 08:19:26 -0000 Received: (qmail 53186 invoked by uid 500); 13 Dec 2010 08:19:26 -0000 Delivered-To: apmail-pig-user-archive@pig.apache.org Received: (qmail 52944 invoked by uid 500); 13 Dec 2010 08:19:24 -0000 Mailing-List: contact user-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@pig.apache.org Delivered-To: mailing list user@pig.apache.org Received: (qmail 52935 invoked by uid 99); 13 Dec 2010 08:19:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Dec 2010 08:19:23 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=HTML_MESSAGE,MIME_QP_LONG_LINE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [203.91.198.74] (HELO wipro-blr-out01.wipro.com) (203.91.198.74) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Dec 2010 08:19:17 +0000 X-AuditID: cb5bdd57-b7b36ae000002f9f-6a-4d05d6ee5186 Received: from blr-ec-aa01.wipro.com ( [10.201.18.41]) by wipro-blr-out01.wipro.com (Symantec Mail Security) with SMTP id 84.36.12191.EE6D50D4; Mon, 13 Dec 2010 13:48:54 +0530 (IST) Received: from blr-ec-bh01.wipro.com ([10.201.50.91]) by blr-ec-aa01.wipro.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 13 Dec 2010 13:48:23 +0530 Received: from blr-ec-bh03.wipro.com ([10.201.50.97]) by blr-ec-bh01.wipro.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 13 Dec 2010 13:48:18 +0530 Received: from BLR-EC-HT01.wipro.com ([10.201.50.88]) by blr-ec-bh03.wipro.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 13 Dec 2010 13:48:12 +0530 Received: from BLR-SJP-HT01.wipro.com (10.102.50.141) by blr-ec-ht01.wipro.com (10.201.50.88) with Microsoft SMTP Server (TLS) id 8.2.176.0; Mon, 13 Dec 2010 13:48:09 +0530 Received: from BLR-SJP-MB02.wipro.com ([fe80::4cb8:7b72:8cb1:7b8]) by BLR-SJP-HT01.wipro.com ([::1]) with mapi; Mon, 13 Dec 2010 12:06:29 +0530 From: To: Date: Mon, 13 Dec 2010 12:06:27 +0530 Subject: ERROR 6015: During execution, encountered a Hadoop error | ERROR 1066: Unable to open iterator for alias grouped_records Thread-Topic: ERROR 6015: During execution, encountered a Hadoop error | ERROR 1066: Unable to open iterator for alias grouped_records Thread-Index: AcuahEn8NtT22i1uTRuGO6eiEEJzKQAC70pg Message-ID: <1FE0A3C5C54653408A7AD09F342D27272D5E370090@BLR-SJP-MB02.wipro.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_1FE0A3C5C54653408A7AD09F342D27272D5E370090BLRSJPMB02wip_" MIME-Version: 1.0 X-OriginalArrivalTime: 13 Dec 2010 08:18:12.0945 (UTC) FILETIME=[48F0EC10:01CB9A9E] X-Brightmail-Tracker: AAAAAQAAAZE= --_000_1FE0A3C5C54653408A7AD09F342D27272D5E370090BLRSJPMB02wip_ Content-Type: text/plain; charset="us-ascii" content-transfer-encoding: quoted-printable Hi, I loaded a csv file with about 10 fields into PigStorage and tried to do a G= ROUP BY on one of the fields. The MapReduce job gets created, and the Mapper= s finish execution. But after that, the job fails with the following error messages: 2010-12-13 10:31:08,902 [main] INFO org.apache.pig.backend.hadoop.execution= engine.mapReduceLayer.MapReduceLauncher - 100% complete 2010-12-13 10:31:08,902 [main] ERROR org.apache.pig.backend.hadoop.execution= engine.mapReduceLayer.MapReduceLauncher - 1 map reduce job(s) failed! 2010-12-13 10:31:08,911 [main] ERROR org.apache.pig.backend.hadoop.execution= engine.mapReduceLayer.MapReduceLauncher - Failed to produce result in: "hdfs= ://hadoop.namenode:54310/tmp/temp2041073534/tmp-2060206542" 2010-12-13 10:31:08,911 [main] INFO org.apache.pig.backend.hadoop.execution= engine.mapReduceLayer.MapReduceLauncher - Failed! 2010-12-13 10:31:08,961 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERRO= R 6015: During execution, encountered a Hadoop error. 2010-12-13 10:31:08,961 [main] ERROR org.apache.pig.tools.grunt.Grunt - org.= apache.pig.impl.logicalLayer.FrontendException: ERROR 1066: Unable to open i= terator for alias grouped_records at org.apache.pig.PigServer.openIterator(PigServer.java:521) at org.apache.pig.tools.grunt.GruntParser.processDump(GruntParser.ja= va:544) at org.apache.pig.tools.pigscript.parser.PigScriptParser.parse(PigSc= riptParser.java:241) at org.apache.pig.tools.grunt.GruntParser.parseStopOnError(GruntPars= er.java:162) at org.apache.pig.tools.grunt.GruntParser.parseStopOnError(GruntPars= er.java:138) at org.apache.pig.tools.grunt.Grunt.run(Grunt.java:75) at org.apache.pig.Main.main(Main.java:357) Caused by: org.apache.pig.backend.executionengine.ExecException: ERROR 6015:= During execution, encountered a Hadoop error. at .util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:768= ) at .apache.hadoop.mapred.ReduceTask(ReduceCopier$GetMapEventsThread.= getMapCompletionEvents(ReduceTask.java:2683) Caused by: java.lang.NullPointerException ... 2 more The filter statements (Mapper only) work properly, so it's not that nothing= is running. What's the issue here? Please do not print this email unless it is absolutely necessary. =0A= =0A= The information contained in this electronic message and any attachments to= this message are intended for the exclusive use of the addressee(s) and may= contain proprietary, confidential or privileged information. If you are not= the intended recipient, you should not disseminate, distribute or copy this= e-mail. Please notify the sender immediately and destroy all copies of this= message and any attachments. =0A= =0A= WARNING: Computer viruses can be transmitted via email. The recipient should= check this email and any attachments for the presence of viruses. The compa= ny accepts no liability for any damage caused by any virus transmitted by th= is email. =0A= =0A= www.wipro.com --_000_1FE0A3C5C54653408A7AD09F342D27272D5E370090BLRSJPMB02wip_--