RevolutionAnalytics / RHadoop

RHadoop
https://github.com/RevolutionAnalytics/RHadoop/wiki
763 stars 278 forks source link

rhdfs for R 3.2.2 #228

Open andrimirandi opened 8 years ago

andrimirandi commented 8 years ago

Hi, is rhdfs available for R 3.2.2 yet ? I try to install it but got a message : package ‘rhdfs’ is not available (for R version 3.2.2) when do you plan to support 3.2.2 ?

Thanks

vuchetichbalint commented 8 years ago

Hi!

Same issue is here.

First, makes sure your $JAVA_HOME variable is correctly set.

After that you can download the package from here: https://github.com/RevolutionAnalytics/RHadoop/wiki/Downloads

and install it with this way (in R console): install.packages("/rhdfs_1.0.8.tar.gz", repos=NULL, type="source")

GL, Balint

shreyashruti commented 6 years ago

Hi I tried installing it this way and this is the error am getting? My R version is R 3.4.4

install.packages("/rhdfs_1.0.8.tar.gz", repos=NULL, type="source") Installing package into ‘/usr/local/lib/R/site-library’ (as ‘lib’ is unspecified) Warning: invalid package ‘/rhdfs_1.0.8.tar.gz’ Error: ERROR: no packages specified Warning message: In install.packages("/rhdfs_1.0.8.tar.gz", repos = NULL, type = "source") : installation of package ‘/rhdfs_1.0.8.tar.gz’ had non-zero exit status

SankarKVS commented 5 years ago

Hi,

I am also getting same error while installing rhdfs package