Package

org.tupol

spark

Permalink

package spark

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. spark
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
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 TypesafeConfigBuilder 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.

  4. trait TypesafeConfigBuilder extends Logging

    Permalink

    TypesafeConfigBuilder must be mixed in with a class or a trait that has an appName function and it provides the applicationConfiguration function that builds a Typesafe Config instance out of various resources including application parameters.

Value Members

  1. package implicits

    Permalink
  2. package info

    Permalink
  3. package io

    Permalink

    Common IO utilities

Inherited from AnyRef

Inherited from Any

Ungrouped