You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2011/01/24 01:14:58 UTC

[Hadoop Wiki] Update of "ncanis/Simple hbase jdo for newbie" by ncanis

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "ncanis/Simple hbase jdo for newbie" page has been changed by ncanis.
http://wiki.apache.org/hadoop/ncanis/Simple%20hbase%20jdo%20for%20newbie

--------------------------------------------------

New page:
This hbase jdo module is for hbase newbie.

'''you need to set add library followed:'''

- apache commons lang

- apache commons beans

- hbase 0.90 over

- transaction-indexed library for hbase 0.90 (https://github.com/hbase-trx/hbase-transactional-tableindexed)

'''some features'''

- simple jdo(used reflection) - HTable pool ( I already know HTablePool in habse ) - simple query classes ( insert,delete,update,select) - some convinent mehtods. - table sequence generator

 . (you can '''download''' sources here)

http://code.google.com/p/hbase-jdo/

'''Examples:'''