Return-Path: Delivered-To: apmail-hive-user-archive@www.apache.org Received: (qmail 68047 invoked from network); 28 Jan 2011 21:57:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Jan 2011 21:57:29 -0000 Received: (qmail 64147 invoked by uid 500); 28 Jan 2011 21:57:29 -0000 Delivered-To: apmail-hive-user-archive@hive.apache.org Received: (qmail 64073 invoked by uid 500); 28 Jan 2011 21:57:28 -0000 Mailing-List: contact user-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hive.apache.org Delivered-To: mailing list user@hive.apache.org Received: (qmail 64065 invoked by uid 99); 28 Jan 2011 21:57:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jan 2011 21:57:28 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of phil.wills.young@gmail.com designates 209.85.214.176 as permitted sender) Received: from [209.85.214.176] (HELO mail-iw0-f176.google.com) (209.85.214.176) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jan 2011 21:57:22 +0000 Received: by iwn2 with SMTP id 2so3892168iwn.35 for ; Fri, 28 Jan 2011 13:57:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=xtVGO+nwweDikNrbpKvw0HUnS7sJ/daKrUzovd8VJV0=; b=Zp0JCQTFm3MKQ5dHH+xpVGnZsIp9F6QZ0GabyxVhUPg6WQv14vpDRNPuC4F2p5JGzf 9W0TgMIUx6RPj/5tMDvI2xH7JEhyovDNeyyxCuANU4vwqIzPii4p+bkOrbKJrCDCVF2J 30PzxBVyGDnc6nTf0XykG3nkiTgqq9bcdB+vI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=RPMPSJDvGwr+ht/agLGbdWlbTehKzoRXDN+zqy501cKLzZt/0d2X4D1h3PZgNgzMuR YC0RIJDIL6OuJaZ4WxdMep4Z+JJ16loVrXIegE3VqRAPH4/e9nCIiv4rwrqpZdEVsTry 8ji9+zl7JBjaEFmDh3QT5LuC88miDwnX4omvU= MIME-Version: 1.0 Received: by 10.42.223.198 with SMTP id il6mr4537747icb.284.1296251821448; Fri, 28 Jan 2011 13:57:01 -0800 (PST) Received: by 10.42.217.9 with HTTP; Fri, 28 Jan 2011 13:57:01 -0800 (PST) In-Reply-To: References: Date: Fri, 28 Jan 2011 16:57:01 -0500 Message-ID: Subject: Re: Custom Serde From: phil young To: user@hive.apache.org Content-Type: multipart/alternative; boundary=20cf305496135b5ef6049aef25d4 --20cf305496135b5ef6049aef25d4 Content-Type: text/plain; charset=ISO-8859-1 My guess is that the add jar didn't contain a class with the same exact name of your SerDe. It would probably help to see the output of your command with logging hive -hiveconf hive.root.logger=INFO,console -e " your command; " On Mon, Jan 24, 2011 at 11:41 AM, ankit bhatnagar wrote: > Hi All, > > Whats the best way to add custom serde jar. > > looks like add jar says added successfully and I am able to list that jar > in hive interface > > However Create table fails to find the class. > > Thanks > Ankit > --20cf305496135b5ef6049aef25d4 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
My guess is that the add jar didn't contain a class with the same = exact name of your SerDe.

It would probably help t= o see the output of your command with logging

hive -hiv= econf hive.root.logger=3DINFO,console -e "=A0
=A0=A0your command;
"



=





On Mon, Jan 24, 2011 at 11:41 AM, ankit bhatnagar <abhatnager@gmail.= com> wrote:
Hi All,

Whats the best way to add cu= stom serde jar.

looks like add jar says added successfully and I am = able to list that jar in hive interface

However Create table fails to find the class.

Thanks
Ankit

--20cf305496135b5ef6049aef25d4--