You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spark.apache.org by Chris Freeman <cf...@alteryx.com> on 2015/06/04 16:58:23 UTC

Spark Packages: using sbt-spark-package tool with R

Hey everyone,

I’m looking to develop a package for use with SparkR. This package would include custom R and Scala code and I was wondering if anyone had any insight into how I might be able to use the sbt-spark-package tool to publish something that needs to include an R package as well as a JAR created via SBT assembly.  I know there’s an existing option for including Python files but I haven’t been able to crack the code on how I might be able to include R files.

Any advice is appreciated!

-Chris Freeman