spring-attic / spring-hadoop-samples

Spring Hadoop Samples
Apache License 2.0
492 stars 466 forks source link

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

Closed chinatimwu closed 10 years ago

chinatimwu commented 10 years ago

Thx for contribution.

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

trisberg commented 10 years ago

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

chinatimwu commented 10 years ago

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.