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.
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= =
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?
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
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?