I have installed RStudio 3.1 on Horton Hadoop.
Currently my Hadoop Streaming env variable is set using this path export HADOOP_STREAMING=/usr/lib/hadoop-mapreduce/hadoop-streaming.jar
I get the error when executing a simple mapreduce using RStudio
Error in hadoop.streaming() : Please make sure that the env. variable HADOOP_STREAMING is set
Can anybody tell me what is the correct path for hadoop-streaming jar file ? Thanks.