HBaseStorageHandler + AvroSerDe + Hive

2012-08-03 Thread Hans Uhlig
Is it possible to use the HBaseStorage Handler with the AvroSerDe in Hive? I would think it would end up with an Avro record for the key via AvroKey and a record via AvroValue for each Column Family.

Re: Adding Hive Partitions Programatically.

2012-02-27 Thread Hans Uhlig
MR job has ran > successfully. > > > On Mon, Feb 27, 2012 at 12:17 PM, Hans Uhlig wrote: > > How can you add a partition to a table programmatically? I have a > > mapreduce= job that needs to perform a "ALTER TABLE x ADD PARTITION IF > NOT > > EXIST (foo= =

Adding Hive Partitions Programatically.

2012-02-27 Thread Hans Uhlig
How can you add a partition to a table programmatically? I have a mapreduce= job that needs to perform a "ALTER TABLE x ADD PARTITION IF NOT EXIST (foo= =3D bar) LOCATION '' after it completes. Is there an exa= mple of this anwhere?

Re: Example using Binary SerDe

2012-01-22 Thread Hans Uhlig
ate more. > > Thanks, > Aniket > > On Sun, Jan 22, 2012 at 10:23 AM, Hans Uhlig wrote: > >> I am attempting to Use LazyBinarySerDe to read Sequence files output by a >> mapreduce job. Is there an example of how the data needs to be packed by >> the final re

Example using Binary SerDe

2012-01-22 Thread Hans Uhlig
I am attempting to Use LazyBinarySerDe to read Sequence files output by a mapreduce job. Is there an example of how the data needs to be packed by the final reduce, and how the tables are set up so they can read the output?