Return-Path: Delivered-To: apmail-lucene-hadoop-user-archive@locus.apache.org Received: (qmail 36479 invoked from network); 12 Mar 2007 00:02:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Mar 2007 00:02:01 -0000 Received: (qmail 6843 invoked by uid 500); 12 Mar 2007 00:02:09 -0000 Delivered-To: apmail-lucene-hadoop-user-archive@lucene.apache.org Received: (qmail 6821 invoked by uid 500); 12 Mar 2007 00:02:08 -0000 Mailing-List: contact hadoop-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-user@lucene.apache.org Delivered-To: mailing list hadoop-user@lucene.apache.org Received: (qmail 6812 invoked by uid 99); 12 Mar 2007 00:02:08 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Mar 2007 17:02:08 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=DNS_FROM_SECURITYSAGE X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [60.190.241.193] (HELO ironport2.alibaba-inc.com) (60.190.241.193) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Mar 2007 16:01:57 -0800 X-IronPort-AV: i="4.14,271,1170604800"; d="scan'208"; a="108550923:sNHT23636224" Message-ID: <45F4985C.2090804@alibaba-inc.com> Date: Mon, 12 Mar 2007 08:01:32 +0800 From: Evan Liu User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: hadoop-user@lucene.apache.org Subject: Re: java.lang.NullPointerException im Sortetr/MergeQueue References: <45C3297F.6070102@mcr.ro> In-Reply-To: <45C3297F.6070102@mcr.ro> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I've just come across exactly the same problem. Can anyone be so kind to help? Thanks! sincerely, Liu Qingyan - Evan Liu Engineer of Platform, Yahoo! China ------------------------------------- Backyard: liuqingy Tel: +86-10-65985498 ------------------------------------- Devoted, initiative, peaceful. All for work. Stay hungry, stay foolish, stay cold. Ion Badita wrote: > Hi! > > I tried to run wordcount example with a 1,9 GB input file, on 6 Nodes. > Hadoop has split the job in: 31 maps and one reduce. > > All the maps fail with this stacktrace > > java.lang.NullPointerException > at > org.apache.hadoop.io.SequenceFile$Sorter$MergeQueue.merge(SequenceFile.java:2394) > > at > org.apache.hadoop.io.SequenceFile$Sorter.merge(SequenceFile.java:2087) > at > org.apache.hadoop.mapred.MapTask$MapOutputBuffer.mergeParts(MapTask.java:498) > > at org.apache.hadoop.mapred.MapTask.run(MapTask.java:191) > at > org.apache.hadoop.mapred.TaskTracker$Child.main(TaskTracker.java:1372) > > > I tried the example with hadoop 0.10.1 and nightly build > hadoop-2007-02-02 (with the same input), i got the same exception. > > Any help will be appreciated. > Thanks! > > John > >