spring-attic/spring-hadoop-samples

May I ask where "Lightweight Object-Mapping for HBase" is

Closed this issue · 2 comments

Thx for contribution.

I looked over all codes, but did not find the "lightweight OM for Hbase". May I inquiry where it is?

It's more of a framework for do-it-yourself object-mapping - look at the RowMapper.java interface in the org.springframework.data.hadoop.hbase package - you would have to implement that. Maybe we should rephrase the readme for the samples.

The samples are being re-organized and we don't have a current HBase example. Here is a link to an older sample that might need to have some config setting adjusted - https://github.com/spring-projects/spring-hadoop-samples-old/tree/master/original-samples/hbase-crud

Thx for reply.

To other concerns,
Currently, spring-data-book (https://github.com/spring-projects/spring-data-book) also has a simply sample about HBase.