lambda-spark-executor (homepage)

Apache Spark AWS Lambda Executor (SAMBA)

SAMBA is an Apache Spark package offering seamless integration with the AWS Lambda compute service for Spark batch and streaming applications on the JVM.


Tags

  • 1|REST
  • 1|API
  • 1|AWS
  • 1|Lambda
  • 1|Gateway

How to

Include this package in your Spark Applications using:

spark-shell, pyspark, or spark-submit

> $SPARK_HOME/bin/spark-shell --packages io.onetapbeyond:lambda-spark-executor_2.10:1.0

sbt

In your sbt build file, add:

libraryDependencies += "io.onetapbeyond" % "lambda-spark-executor_2.10" % "1.0"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>io.onetapbeyond</groupId>
    <artifactId>lambda-spark-executor_2.10</artifactId>
    <version>1.0</version>
  </dependency>
</dependencies>

Releases

Version: 1.0 ( 76bd89 | zip | jar ) / Date: 2016-01-31 / License: Apache-2.0 / Scala version: 2.10

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