Dependency rJava is already there because I am using rhdfs as well and it works just fine. I have installed Rserve too and that works fine too.
These packages are installed in
/root/R/x86_64-redhat-linux-gnu-library/3.2/
In my R working directory I have cloned RHive repo , used ant build and R CMD build RHive. Works fine until here but it just does not install RHive.
It keeps saying
dependencies ‘rJava’, ‘Rserve’ are not available for package ‘RHive’
How to fix this?
I am on a centos system. Hadoop_Home and Hive_home have been set correctly.