Quantcast
Channel: Spring Community Forums - Hadoop
Viewing all articles
Browse latest Browse all 27

Repository class for multi column table in HBase

$
0
0
Hi,

I am planning to use Spring data for connecting to HBase.

How to model repository class / DAO class for HBase table with multiple column family.
Should it be treated as single repository or multiple.

Example Table : Users
CF : Profile - Family contains users profile details like name, contact info
CF : Settings - Family contains users' settings information.

Please suggest, what should be best approach

Viewing all articles
Browse latest Browse all 27

Trending Articles