Spring Support for HBase [DATAKV-2]
Vaibhav Puranik opened DATAKV-2 and commented
I had created this issue a while ago :
https://jira.springframework.org/browse/SPR-5950
Is it possible for you to move this issue to DATAKV project?
Attachments:
- HBaseConfigurationFactoryBean.java (1.55 kB)
- HBaseTemplate.java (2.20 kB)
- RowCallback.java (602 bytes)
- TableCallback.java (614 bytes)
Mark Pollack commented
We haven't had enough of our own 'manpower' to look into hbase, which would fall more into the 'column family' taxonomy vs. keyvalue. Those details aside, we are going to be moving away from a 'category' style classification of the repositories/jira to a product specific strategy with all 'common' shared code that is used across the different nosql databases going into Spring Data Commons. I'll create a new JIRA for HBase and also a new git repository so that we can start to collect some code in this area. Will ping back here once that is setup
Vaibhav Puranik commented
Since the git repository is not yet set up, I am attaching the code here so that the community can benefit.
Vaibhav Puranik commented
Here is some sample code - http://pastebin.com/q4KbB3Yk For more information also look at https://jira.springframework.org/browse/SPR-5950
Closing as this ticket is really old.