Return-Path: X-Original-To: apmail-avro-user-archive@www.apache.org Delivered-To: apmail-avro-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B39009597 for ; Fri, 16 Mar 2012 22:28:03 +0000 (UTC) Received: (qmail 85106 invoked by uid 500); 16 Mar 2012 22:28:03 -0000 Delivered-To: apmail-avro-user-archive@avro.apache.org Received: (qmail 85019 invoked by uid 500); 16 Mar 2012 22:28:03 -0000 Mailing-List: contact user-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@avro.apache.org Delivered-To: mailing list user@avro.apache.org Received: (qmail 85011 invoked by uid 500); 16 Mar 2012 22:28:03 -0000 Delivered-To: apmail-hadoop-avro-user@hadoop.apache.org Received: (qmail 85008 invoked by uid 99); 16 Mar 2012 22:28:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2012 22:28:03 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of snikhil@telenav.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2012 22:27:58 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1S8fcX-0006t9-AZ for avro-user@hadoop.apache.org; Fri, 16 Mar 2012 15:27:37 -0700 Date: Fri, 16 Mar 2012 15:27:37 -0700 (PDT) From: snikhil0 To: avro-user@hadoop.apache.org Message-ID: <1331936857318-3833357.post@n3.nabble.com> In-Reply-To: References: <1330111217682-3773468.post@n3.nabble.com> Subject: Re: Avro and Hive contd MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello Jakob, I tried both options: 1. copied the jars (jackson*, avro*, haivvero*) to $HIVE_HOME/lib 2. pointed the HIVE_AUX_JARS_PATH to a folder that contained all the above jars. Started hive. list jars; does not show me the above jars? Only if I add the jars manually using add jar do I get the desired jars as an output on list jars; However, I tried all cases and I still get the same error...Schema_init.. java.lang.NoClassDefFoundError What am I doing wrong? System: Hive 0-7.1-bin also tried 0.8.1-bin avro 1.4.2 (also tried 1.5.3 and 1.6.2) jackson (corresponding versions) hadoop-0.20.205 (also tried running local without hadoop) Thanks, Nikhil -- View this message in context: http://apache-avro.679487.n3.nabble.com/Avro-and-Hive-contd-tp3773468p3833357.html Sent from the Avro - Users mailing list archive at Nabble.com.