You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Sourav Mazumder <so...@gmail.com> on 2015/07/01 15:38:26 UTC

Passing name of package in sparkR.init()

Hi,

What is the right way to pass package name in sparkR.init() ?

I can successfully pass the package name if I'm using sparkR shell by using
--package while invoking sparkR.

However, if I'm trying to use sparkR from RStudio and neeed to pass a
package name in sparkR.init() not sure how to do that.

Regards,
Sourav

I