Re: Hive column mapping to hbase

2015-08-05 Thread kulkarni.swar...@gmail.com
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

Hive column mapping to hbase

2015-08-04 Thread Manjee, Sunile
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