hbase - Direct R interface to HBase
RForge.net

hbase

About hbase
GIT access
Download/Files
Check results
Package R docs

GIT repository access

The GIT repository for this project can be cloned using
git clone --recursive https://github.com/statsmaths/hbase.git hbase
see also hbase GitHub repository.

To install the latest development snapshot of this package, use

install.packages("hbase",,"http://rforge.net/",type="source")

Binaries (if avalable) can be installed using

install.packages("hbase",,"http://rforge.net/")

Most recent GIT commits


8538fa90| Merge: b7f8b61 8221d04
Taylor Arnold | Mon Nov 3 03:27:48 2014 +0000

Merge branch 'master' of https://github.com/statsmaths/hbase

b7f8b61c| Taylor Arnold | Mon Nov 3 03:27:40 2014 +0000
m
 M       LICENSE
 M       NAMESPACE
 M       R/classes.R
 M       R/conf.R
 M       R/generics.R
 M       R/hbase.R
 M       inst/.DS_Store
 A       inst/java/.DS_Store
 A       inst/java/GeoQuery.java
 M       inst/java/HBGet.java
 A       inst/java/HBScan2.java

8221d044| taylor | Fri Sep 19 16:45:07 2014 -0400
handle gc of batch jobs
 M       R/hbase.R
 M       inst/java/HBPut.java
 M       inst/java/Rpkg/hbase/HBPut.class

e1a5e344| taylor | Fri Sep 19 14:13:46 2014 -0400
changing version number to build correctly on rforge
 M       DESCRIPTION

d99229fb| taylor | Thu Sep 18 20:19:00 2014 -0400
edit R functions for cleaner family specification
 M       R/generics.R
 M       R/hbase.R
 M       inst/java/HBGet.java
 M       inst/java/Rpkg/hbase/HBGet.class