Sunile,
Starting hive 0.12, you can use prefixes to pull the columns corresponding
to the column families. So in your case as long as you have sensible
prefixes, for example for everything in july, if you use "july-DATE-speed",
then you can simply do something like WITH SERDEPROPERTIES
('hbase.col
I would appreciate any assistance.
Hive forces me to predefine column mappings : WITH SERDEPROPERTIES
('hbase.columns.mapping' = ':key,columnfamily:july8-speed')
I need to create columns in hbase based on dates (which are values in my
source) and append some other field like measurement. This