Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by TomNichols: http://wiki.apache.org/hadoop/Hbase/Groovy The comment on the change is: added code attachment ------------------------------------------------------------------------------ Instructions for using Groovy to manipulate HBase should be identical to Java. A 'builder' class has been written to make some HBase methods more convenient in Groovy. Note that this is not part of the 'official' HBase API, but a community contribution. It is a single class that should be easy enough to include in your own project source. The code is released under the ASF 2.0 license. To get support or submit enhancements to this code, please email the [http://hadoop.apache.org/hbase/mailing_lists.html HBase mailing lists]. + + The latest code may be downloaded [attachment:HBaseBuilder.java here]. + === Examples === @@ -85, +88 @@ } }}} - === Source code === - The latest code may be downloaded [here]. + === Changelog === + *'''28/11/2008''' - Initial upload
