Skip to content

deepk2u/HbaseJPA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HbaseJPA

Simple demonstration of using JPA with DataNucleus to insert, update and delete in Hbase table

Maven Instructions

  1. Run the command mvn clean compile. This builds everything and enhances the classes.

  2. Run the command mvn datanucleus:schema-create. This creates the schema for the tutorial.

  3. Run the command mvn exec:java. This runs the tutorial.

  4. Run the command mvn datanucleus:schema-delete. This deletes the schema for the tutorial

About

Insert, update and delete in Hbase table using JPA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages