How to install RHadoop packages (Rmr, Rhdfs, Rhbase)?

前端 未结 4 1821
有刺的猬
有刺的猬 2020-12-16 23:47

Actually I am trying my level best to integrate with R, but I got this error.

packages ‘rmr’, ‘rJava‘, ‘RJSONIO‘, ‘rhdfs’, ‘rhbase’, ‘plyrmr’ are not available (

4条回答
  •  温柔的废话
    2020-12-17 00:21

    can you try to install these packages by specifying the reposetory:

    install.packages(c("rJava", "RJSONIO", "rmr", "rhdfs", "rhbase", "plyrmr"), repos="http://cran.r-project.org/")
    

提交回复
热议问题