Quantcast
Channel: Hortonworks » All Replies
Viewing all articles
Browse latest Browse all 3435

Store nested entity in Hbase and read it as individual rows in hive

$
0
0

My requirement is to write a nested entity(Array of POJO objects) from Java to Hbase and to read them as individual records in Hive.

(i,e) while writing from Java, its just a single string(Array). But from hive, the array represents the table as a whole. So the hive should have the individual elements of the array as individual records in it.

Any help on this will be appreciated.

Thanks,
GK


Viewing all articles
Browse latest Browse all 3435

Trending Articles