Is it possible to use R package in sparkR? [closed]

此生再无相见时 提交于 2019-12-02 08:54:54

问题


I'm studying about sparkR, and I know there are so many useful R package in CRAN. But it seems like R package can't be used in sparkR. I'm not sure about that.

Is it true??? If it's not, could you explain how import R package into sparkR?


回答1:


I'm guessing that you may be referring to the includePackage command:

SparkR also allows easy use of existing R packages inside closures. The includePackage command can be used to indicate packages that should be loaded before every closure is executed on the cluster.

Source: R frontend for Spark



来源:https://stackoverflow.com/questions/36474292/is-it-possible-to-use-r-package-in-sparkr

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!