Re: Compressed data storage in HDFS - Error

2012-06-08 Thread Denny Lee
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, >

Making UDFs "permanent"

2012-06-26 Thread Denny Lee
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

Re: Making UDFs "permanent"

2012-06-27 Thread Denny Lee
> 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