The last time I checked, this is just accessing HBase from R (put, get, and stuff). Here is the list of R functions:
hb.insert, hb.get, hb.delete, hb.scan, hb.insert.data.frame, hb.get.data.frame, hb.defaults, hb.init, hb.defaults, hb.init, hb.list.tables, hb.describe.table, hb.set.table.mode, hb.delete.table, hb.new.table, hb.regions.table -- Alex K On Thu, Feb 2, 2012 at 8:05 AM, Dmitriy Lyubimov <[email protected]> wrote: > There's something for hbase in rhadoop project I think. But I haven't tried > it myself, yet anyway. > On Feb 1, 2012 4:21 AM, "Peter Wolf" <[email protected]> wrote: > > > Anyone out there using R with HBase? > > > > I found HBaseR > > > > https://bitbucket.org/jspies/**hbaser/src/cc8bf79e8d99/hbase.**r< > https://bitbucket.org/jspies/hbaser/src/cc8bf79e8d99/hbase.r> > > > > Are there other choices? Do they work? > > > > Thanks > > Peter > > >
