Package

eu.shiftforward.adstax

spark

Permalink

package spark

Visibility
  1. Public
  2. All

Type Members

  1. class AdStaxSparkContext extends SparkContext

    Permalink

    A context for running spark jobs which provides an extra method to access AdStax events.

  2. trait SparkJob extends AnyRef

    Permalink

    Trait representing a Spark job to run on AdStax.

    Trait representing a Spark job to run on AdStax. Custom Spark jobs to run on AdStax should implement this trait.

Value Members

  1. object SparkJobRunner

    Permalink

    Main entrypoint for the Spark driver in the AdStax cluster.

    Main entrypoint for the Spark driver in the AdStax cluster. The name of a class extending SparkJob should be supplied as command line argument to the runner (via --job <class_name>). This object ensure the context is properly created and closed at the end of the job.

Ungrouped