user1932034
user1932034

Reputation: 149

Simple example: HBase + Spring

I find a simple example: HBase+Spring. I read some docs and articles about hbase configuration. I configured HBase server and now i want to create the client. I know what spring provides HbaseTemplate for working with Hbase. Maybe someone has an full example ? I need simple actions like put, get, delete.I would be glad to any working example. Thanks and sorry for bad english.

Upvotes: 2

Views: 12086

Answers (1)

Diego
Diego

Reputation: 1569

You can check the spring-hadoop samples in github, specially the files in spring-hadoop-samples/original-samples/hbase-crud. The repository is at https://github.com/SpringSource/spring-hadoop-samples

Hope this helps you. Good luck!

Upvotes: 5

Related Questions