Return-Path: Delivered-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Received: (qmail 99113 invoked from network); 19 Jul 2010 15:39:32 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Jul 2010 15:39:32 -0000 Received: (qmail 94101 invoked by uid 500); 19 Jul 2010 15:39:31 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 93994 invoked by uid 500); 19 Jul 2010 15:39:30 -0000 Mailing-List: contact mapreduce-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-user@hadoop.apache.org Delivered-To: mailing list mapreduce-user@hadoop.apache.org Received: (qmail 93986 invoked by uid 99); 19 Jul 2010 15:39:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jul 2010 15:39:30 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [157.159.10.71] (HELO smtp4.int-evry.fr) (157.159.10.71) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jul 2010 15:39:20 +0000 Received: from smtp2.int-evry.fr (smtp2.int-evry.fr [157.159.10.45]) by smtp4.int-evry.fr (Postfix) with ESMTP id BCF90FE46A2 for ; Mon, 19 Jul 2010 17:38:29 +0200 (CEST) Received: from it-sudparis.eu (webmail3.int-evry.fr [157.159.10.24]) by smtp2.int-evry.fr (Postfix) with ESMTP id BF28B404FBE for ; Mon, 19 Jul 2010 17:31:29 +0200 (CEST) Received: from 157.159.103.36 ([157.159.103.36]) by webmail3.it-sudparis.eu (Horde MIME library) with HTTP; Mon, 19 Jul 2010 17:38:24 +0200 Message-ID: <20100719173824.7nfoqfwuzkgo88kk@webmail3.it-sudparis.eu> Date: Mon, 19 Jul 2010 17:38:24 +0200 From: Khaled BEN BAHRI To: mapreduce-user@hadoop.apache.org Subject: error when executing mapreduce program MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.6) X-INT-MailScanner-Information: Please contact the ISP for more information X-INT-MailScanner-ID: BF28B404FBE.A0416 X-INT-MailScanner: Found to be clean X-INT-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (not cached, score=-4.399, requis 6.01, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-INT-MailScanner-From: khaled.ben_bahri@it-sudparis.eu X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No Hello :) I developped my first mapreduce program with eclipse. when i want to execute it i have this error i tried to solve it but i failed : Jul 19, 2010 5:06:37 PM org.apache.hadoop.mapred.JobClient monitorAndPrintJob INFO: Task Id : attempt_201007191410_0002_m_000001_1, Status : FAILED java.lang.NullPointerException at org.apache.hadoop.io.serializer.SerializationFactory.getSerializer(SerializationFactory.java:73) at org.apache.hadoop.mapred.MapTask$MapOutputBuffer.(MapTask.java:797) at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:350) at org.apache.hadoop.mapred.MapTask.run(MapTask.java:307) at org.apache.hadoop.mapred.Child.main(Child.java:170) thanks for any help best regards