Search code examples
javaxmlmavenhbasekundera

Configuring Kundera with HBase


I currently have an HBase/Hadoop cluster running without issues, and I am fairly familiar with these products. I recently heard about Kundera, and it looks to be a very powerful tool that I would like to use.

However, I cannot seem to find any documentation/tutorials/examples for setting up Kundera with HBase. I have tried some of the materials I happened to come across, but they have failed so egregiously that I am under the impression that it wasn't relevant.

Essentially I don't know where to begin. I'm not worried about somebody explaining to me any kind of advanced level stuff, but I just cannot get this thing configured.

If anybody can point me in the right direction I would greatly appreciate it.

TLDR: I have an HBase cluster running and want to use Kundera with it and I have no clue where to begin whatsoever. Thanks.


Solution

  • You can start here https://github.com/impetus-opensource/Kundera and https://github.com/impetus-opensource/Kundera/wiki

    Kundera is JPA compliant , it's pretty easy and straight forward to setup. wiki has enough documentation / examples to get you started. Kundera dev team is very active here as well.

    Just create your persistence.xml as shown https://github.com/impetus-opensource/Kundera/wiki/Common-Configuration

    and hbase specific options https://github.com/impetus-opensource/Kundera/wiki/HBase-Specific-Features