spark-deployer (homepage)

Deploy Spark cluster in an easy way.

@pishen / (0)

A Scala tool which helps deploying Apache Spark stand-alone cluster and submitting job.
Currently only support Amazon EC2 and Spark 1.4.0.
This project contains three parts, a core library, a SBT plugin, and a simple command line tool.


Tags

  • 1|tools
  • 1|sbt
  • 1|deployment

How to

Include this package in your Spark Applications using:

spark-shell, pyspark, or spark-submit

> $SPARK_HOME/bin/spark-shell --packages net.pishen:spark-deployer-core_2.10:0.5.1

sbt

In your sbt build file, add:

libraryDependencies += "net.pishen" % "spark-deployer-core_2.10" % "0.5.1"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>net.pishen</groupId>
    <artifactId>spark-deployer-core_2.10</artifactId>
    <version>0.5.1</version>
  </dependency>
</dependencies>

Releases

Version: 0.5.1 ( 0b85ad | zip | jar ) / Date: 2015-06-25 / License: Apache-2.0 / Scala version: 2.10