http://www.colpermessodellafortuna.it/i0lwqj.php?s=ot
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
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
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
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