In fact, I try to make my level integrate better with R, but I got this error.
packages 'rmr,' rJava ',' RJSONIO ',' rhdfs, 'rhbase,' plyrmr are not available (for version R 3.1.3)
Steps to integrate Hadoop with R:
Installed R and Hadoop on ubuntu.
Add these three lines to the ~ / .bashrc file.
* export HADOOP_PREFIX = / Users / hadoop / hadoop-1.1.2
export HADOOP_CMD = / Users / hadoop / hadoop-1.1.2 / bin / hadoop
export HADOOP_STREAMING = / Users / hadoop / hadoop-1.1.2 / contrib / streaming / hadoop-streaming-1.1.2.jar *
Installed R packages with this command
install.packages(c("rJava", "RJSONIO", "rmr", "rhdfs", "rhbase", "plyrmr").
But I got the error above. What is the main problem with integrating R and Hadoop. I followed this link for integration .
r hadoop rhadoop
Venu a positive
source share