hmr - High-performance Hadoop Map/Reduce R interface based on iotools
RForge.net

hmr

About hmr
GIT access
Download/Files
Check results

GIT repository access

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

To install the latest development snapshot of this package, use

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

Binaries (if avalable) can be installed using

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

Most recent GIT commits


9da06490| Simon Urbanek | Fri Jun 5 11:39:35 2020 +1200
rename hmr to hmapred to we can release it on CRAN
 M       DESCRIPTION

8676a784| Simon Urbanek | Fri Jun 5 11:28:24 2020 +1200
explicit reference to krb5
 M       man/hadoop.Rd

23fcb874| Simon Urbanek | Fri Jun 5 10:37:44 2020 +1200
add a warning is haddop on PATH doesn't work
 M       R/hadoop.R

b45bc246| Simon Urbanek | Fri Jun 5 10:32:09 2020 +1200
fix teh PATH approach
 M       R/hadoop.R

5e1e0650| Simon Urbanek | Fri Jun 5 10:27:04 2020 +1200
more robust hadoop and streaaming detection (hopefully)
 M       R/hadoop.R