Dear Wiki user,

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

The "Hbase/Jython" page has been changed by tuxracer69.
http://wiki.apache.org/hadoop/Hbase/Jython?action=diff&rev1=11&rev2=12

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

  
  The code below creates a table, puts some data in it, fetches that data back 
out and then deletes the table.
  
+ Note: BatchUpdate is now '''Deprecated'''. As of hbase 0.20.0, replaced by 
new org.apache.hadoop.hbase.client.Get
+ 
+ /Put/Delete/Result-based API.
  {{{
  import java.lang
  from org.apache.hadoop.hbase import HBaseConfiguration, HTableDescriptor, 
HColumnDescriptor, HConstants

Reply via email to