You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Viswanathan J <ja...@gmail.com> on 2016/04/21 20:45:21 UTC

Hbase row key to Hive mapping

Hi,

I'm storing the row key as following combination in bytes.

Row key using rowbuilder: unused8+timestamp(int)+accountid(long)+id(long)

When I'm trying to map that key in hive table, I'm unable to convert back
the actual value since it's stored in bytes. Even I set mapping as :key#b.

Please help.