Thanks you, Antonio.
Finally, I installed it from inside R, following these commands. Best regards. Emilio
$ sudo R
hcmd <-system("which hadoop", intern = TRUE)
hcmd
Sys.setenv(HADOOP_CMD=hcmd)
hstreaming <- system("find /usr -name hadoop-streaming*jar", intern=TRUE)
hstreaming
Sys.setenv(HADOOP_STREAMING= hstreaming[1])
Sys.getenv("HADOOP_CMD")
Sys.getenv("HADOOP_STREAMING")
system("wget --no-check-certificate https://github.com/RevolutionAnalytics/rhdfs/blob/master/build/rhdfs_1.0.8.tar.gz?raw=true")
install.packages("rhdfs_1.0.8.tar.gz", repos = NULL, type="source")
--
post: rha...@googlegroups.com ||
unsubscribe: rhadoop+u...@googlegroups.com ||
web: https://groups.google.com/d/forum/rhadoop?hl=en-US
---
You received this message because you are subscribed to the Google Groups "RHadoop" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rhadoop+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.