opencpu-spark-executor (homepage)
R OpenCPU Spark Executor (ROSE) Library
@onetapbeyond / (0)
ROSE is a Scala library offering access to the full scientific computing power of the R programming language to Apache Spark batch and streaming applications on the JVM.
Tags
How to
Include this package in your Spark Applications using:
spark-shell, pyspark, or spark-submit
> $SPARK_HOME/bin/spark-shell --packages io.onetapbeyond:opencpu-spark-executor_2.10:1.0
sbt
In your sbt build file, add:
libraryDependencies += "io.onetapbeyond" % "opencpu-spark-executor_2.10" % "1.0"
Maven
In your pom.xml, add:<dependencies> <!-- list of dependencies --> <dependency> <groupId>io.onetapbeyond</groupId> <artifactId>opencpu-spark-executor_2.10</artifactId> <version>1.0</version> </dependency> </dependencies>
Releases
Version: 1.0 ( 978981 | zip | jar ) / Date: 2016-01-11 / License: Apache-2.0 / Scala version: 2.10