Package

org.tupol

spark

Permalink

package spark

Visibility
  1. Public
  2. All

Type Members

  1. trait Logging extends apache.spark.Logging

    Permalink

    Basic logging trait; For now this is a hack.

    Basic logging trait; For now this is a hack. org.apache.spark.Logging is shadowing the original implementation which was made package private.

  2. trait SparkApp[Context, Result] extends SparkRunnable[Context, Result] with Logging

    Permalink

    Trivial trait for executing basic Spark runnable applications.

    Trivial trait for executing basic Spark runnable applications.

    Context

    the type of the application context class.

    Result

    The output type of the run function.

  3. trait SparkRunnable[Context, Result] extends AnyRef

    Permalink

    Trivial trait for creating basic runnable Spark applications.

    Trivial trait for creating basic runnable Spark applications. These runnable still needs a runner or an app to run.

    Context

    the type of the application context class.

    Result

    The output type of the run function.

Value Members

  1. package implicits

    Permalink
  2. package info

    Permalink
  3. package io

    Permalink

    Common IO utilities

Ungrouped