opencpu-spark-executor (homepage)

R OpenCPU Spark Executor (ROSE) Library

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

  • 1|analytics
  • 1|r
  • 1|statistics
  • 1|Integration

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

Spark Scala/Java API compatibility: - 100% , - 100% , - 100% , - 100% , - 100% , - 100%