Fwd:

2013-02-11 Thread madhu phatak
http://www.colpermessodellafortuna.it/i0lwqj.php?s=ot

Re: Create permanent UDF's not using "Create temporary function"

2012-06-25 Thread madhu phatak
Hi, If you want to make your temporary function permanent , you have to patch hive source code. Please refer to this discussion http://mail-archives.apache.org/mod_mbox/hive-user/201101.mbox/%3caanlktimbx1rskkwqi1pnnhrjkgc9cjurun_be8yoy...@mail.gmail.com%3E On Mon, Jun 25, 2012 at 2:50 AM, Jasper

Issue with custom InputFormat with Hive 0.8

2012-06-13 Thread madhu phatak
Hi, When I create a table with custom input format in which I want to override listStatus() method,hive just ignores that method. After going through code it seems like Hive's by default CombineInputFormat doesn't honor the listStatus().When I changed the default input format into HiveInputFormat i

Re: using the key from a SequenceFile

2012-04-19 Thread madhu phatak
zes / deserializes the value part of the > sequencefile L ? > > ** ** > > *From:* madhu phatak [mailto:phatak@gmail.com] > *Sent:* Thursday, April 19, 2012 12:16 PM > *To:* user@hive.apache.org > *Subject:* Re: using the key from a SequenceFile > > ** ** > > Ser

Re: using the key from a SequenceFile

2012-04-19 Thread madhu phatak
Serde will allow you to create custom data from your sequence File https://cwiki.apache.org/confluence/display/Hive/SerDe On Thu, Apr 19, 2012 at 3:37 PM, Ruben de Vries wrote: > I’m trying to migrate a part of our current hadoop jobs from normal > mapreduce jobs to hive, > > Previously the d