Dear Wiki user,

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

The "ncanis/Hbase-jdo example for newbie" page has been changed by ncanis.
http://wiki.apache.org/hadoop/ncanis/Hbase-jdo%20example%20for%20newbie?action=diff&rev1=1&rev2=2

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

  = Some features =
  
- * simple jdo(used reflection)
+  * simple jdo(used reflection)
- * HTable pool ( I already know HTablePool in habse )
+  * HTable pool ( I already know HTablePool in habse )
- * simple query classes ( insert,delete,update,select)
+  * simple query classes ( insert,delete,update,select)
- * table sequence generator
+  * table sequence generator
  
  = dependency library =
+  * hbase 0.90 libraries. (http://hbase.apache.org)
  
- 
+  * commons-beanutils.jar (http://commons.apache.org/) 
+  * commons-pool-1.5.5.jar (http://commons.apache.org/) 
+  * transactional-tableindexed for 0.90 
(https://github.com/hbase-trx/hbase-transactional-tableindexed)
+    
  = Examples =
  {{{#!java
  

Reply via email to