Out of curiosity, why not bz2 which is splittable? Definitely will try out
snappy in the meantime. Thanks!
@dennylee | http://about.me/dennylee
On Jun 8, 2012, at 8:42 PM, Raja Thiruvathuru wrote:
> Agree with Mark.
>
> On Fri, Jun 8, 2012 at 5:08 PM, Mark Grover
> wrote:
> Hi Sreenath,
>
We have a scenario where we want to make a UDF permanent so that way a
query through the HiveODBC driver will be able to access the UDF. I seem
to recall that after creating the UDF, you can make it "permanent" by
adding it into the Function Registry.
But it seems that I also need to rebuild the
> I solved the issue temporarily by invoking a hive script ( with hive -i
> '/path/to/hive-init.sql') command that does the repetitive commands for
> me. When you create a nix alias (alias hive='hive -i
> "/path/to/hive_init.sql" ') for it it works fin