Actually I am trying my level best to integrate with R, but I got this error.
packages ‘rmr’, ‘rJava‘, ‘RJSONIO‘, ‘rhdfs’, ‘rhbase’, ‘plyrmr’ are not available (
Download packages rhdfs, rhbase, rmr2 and plyrmr from https://github.com/RevolutionAnalytics/RHadoop/wiki and install them as below :
install.packages("/rhdfs_1.0.8.tar.gz", repos=NULL, type="source")
install.packages("/rmr2_2.2.2.tar.gz", repos=NULL, type="source")
install.packages("plyrmr_0.2.0.tar.gz", repos=NULL, type="source")
install.packages("/rhbase_1.2.0.tar.gz", repos=NULL, type="source")