Return-Path: X-Original-To: apmail-hive-user-archive@www.apache.org Delivered-To: apmail-hive-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 59A1E9D19 for ; Thu, 31 May 2012 04:59:19 +0000 (UTC) Received: (qmail 1524 invoked by uid 500); 31 May 2012 04:59:18 -0000 Delivered-To: apmail-hive-user-archive@hive.apache.org Received: (qmail 1443 invoked by uid 500); 31 May 2012 04:59:18 -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 1430 invoked by uid 99); 31 May 2012 04:59:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 May 2012 04:59:17 +0000 X-ASF-Spam-Status: No, hits=2.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_REPLY,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aniket486@gmail.com designates 209.85.161.176 as permitted sender) Received: from [209.85.161.176] (HELO mail-gg0-f176.google.com) (209.85.161.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 May 2012 04:59:10 +0000 Received: by ggnk4 with SMTP id k4so652407ggn.35 for ; Wed, 30 May 2012 21:58:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=BfuIPVBUUQgtgQdfrffgnxNKvwFkVTv0djWUQzPyQtA=; b=zFG0r5WMW25sn5D7RZwAo5aa4Qgy55gIMoTafBZnVjQs9v5HjGpCszVcR2uNjlRzpZ pPhnTo7Ojfzb1zHXYRkt36abwmFrRJJC722bwVU/NDMbEgzkUx61fzjUx1Pgv2yE/XEJ 3RwYkAtiPtA/2OVT+DKGOR56ViPajQSxYWg/YQaQuEZbMBMnlLXD4/kHDp1iOvBle+Ae LIgFA48XuSsXQGDEynXQD1vZgKGZ2w50ZEnWi09v/X5XSwdwmbwJqZjnD5SkXs+ISjME jSKyTrnxn5SHBxoCjgFimkSLPzzpr3dgk1vuaN9jBxThc91emPYyBsXkpPq07XYlJm+D 7zXQ== MIME-Version: 1.0 Received: by 10.236.125.135 with SMTP id z7mr783704yhh.44.1338440329825; Wed, 30 May 2012 21:58:49 -0700 (PDT) Received: by 10.146.248.17 with HTTP; Wed, 30 May 2012 21:58:49 -0700 (PDT) In-Reply-To: References: Date: Wed, 30 May 2012 21:58:49 -0700 Message-ID: Subject: Re: Help with TimeSeries serde From: Aniket Mokashi To: user@hive.apache.org Content-Type: multipart/alternative; boundary=20cf303dd2ee698c4104c14dec21 X-Virus-Checked: Checked by ClamAV on apache.org --20cf303dd2ee698c4104c14dec21 Content-Type: text/plain; charset=ISO-8859-1 If this is UDF, you will need hive-exec.jar to compile it. I am not sure what is the use of this udf. Serde has following interface-- public interface SerDe extends Deserializer, Serializer ~Aniket On Wed, May 30, 2012 at 9:51 PM, Russell Jurney wrote: > I tried to make a simple Serde that converted Ints to ***** for a time > series/distribution chart. > > https://github.com/rjurney/timeseriesserde > > I get this error: https://gist.github.com/2841090 > > -- > Russell Jurney twitter.com/rjurney russell.jurney@gmail.com datasyndrome. > com > -- "...:::Aniket:::... Quetzalco@tl" --20cf303dd2ee698c4104c14dec21 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable If this is UDF, you will need hive-exec.jar to compile it. I am not sure wh= at is the use of this udf.

Serde has following interface= --

public interfa= ce SerDe extends Deserializer, Serializer<= /p>

~Aniket


On Wed, May 30= , 2012 at 9:51 PM, Russell Jurney <russell.jurney@gmail.com>= wrote:
I tried to make a simple Serde that con= verted Ints to ***** for a time series/distribution chart.



-- "...:::Aniket:::... Quetzalco@tl"
--20cf303dd2ee698c4104c14dec21--