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.