user1852946
user1852946

Reputation: 21

How to set up hbase on spring

I installed Hbase on a remote cluster and success using the Hbase API to access the data. But I need to interact with the data through a webapp. Is there any hello world sample for setting up hbase on spring/JSF2 with necessary configuration files.

Upvotes: 2

Views: 922

Answers (1)

Bryan
Bryan

Reputation: 717

A precursory look revealed this at the top of google.

http://static.springsource.org/spring-hadoop/docs/snapshot/reference/html/hbase.html

Upvotes: 1

Related Questions