Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F2F2F9E9B for ; Wed, 14 Dec 2011 17:45:59 +0000 (UTC) Received: (qmail 46151 invoked by uid 500); 14 Dec 2011 17:45:59 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 46122 invoked by uid 500); 14 Dec 2011 17:45:59 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 46114 invoked by uid 99); 14 Dec 2011 17:45:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Dec 2011 17:45:59 +0000 X-ASF-Spam-Status: No, hits=-2001.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Dec 2011 17:45:51 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id AD99711262B for ; Wed, 14 Dec 2011 17:45:30 +0000 (UTC) Date: Wed, 14 Dec 2011 17:45:30 +0000 (UTC) From: "Giridharan Kesavan (Updated) (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1994002994.11854.1323884730712.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1990904666.15577.1310688840171.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HADOOP-7461) Jackson Dependency Not Declared in Hadoop POM MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-7461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giridharan Kesavan updated HADOOP-7461: --------------------------------------- Attachment: HADOOP-7461.patch updated the core pom template to include the jackson dependency. > Jackson Dependency Not Declared in Hadoop POM > --------------------------------------------- > > Key: HADOOP-7461 > URL: https://issues.apache.org/jira/browse/HADOOP-7461 > Project: Hadoop Common > Issue Type: Bug > Components: build > Affects Versions: 0.20.205.0 > Reporter: Ron Bodkin > Assignee: Giridharan Kesavan > Attachments: HADOOP-7461.patch > > > (COMMENT: This bug still affects 0.20.205.0, four months after the bug was filed. This causes total failure, and the fix is trivial for whoever manages the POM -- just add the missing dependency! --ben) > This issue was identified and the fix & workaround was documented at > https://issues.cloudera.org/browse/DISTRO-44 > The issue affects use of Hadoop 0.20.203.0 from the Maven central repo. I built a job using that maven repo and ran it, resulting in this failure: > Exception in thread "main" java.lang.NoClassDefFoundError: org/codehaus/jackson/map/JsonMappingException > at thinkbig.hadoop.inputformat.TestXmlInputFormat.run(TestXmlInputFormat.java:18) > at thinkbig.hadoop.inputformat.TestXmlInputFormat.main(TestXmlInputFormat.java:23) > Caused by: java.lang.ClassNotFoundException: org.codehaus.jackson.map.JsonMappingException -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira