Package

com.simiacryptus

sparkbook

Permalink

package sparkbook

Visibility
  1. Public
  2. All

Type Members

  1. trait AWSNotebookRunner[T] extends BaseAWSNotebookRunner[T]

    Permalink
  2. trait BaseAWSNotebookRunner[T] extends SerializableSupplier[T] with SerializableFunction[NotebookOutput, T] with Logging

    Permalink
  3. trait BaseRunner[T <: AnyRef] extends SerializableSupplier[T]

    Permalink
  4. trait ChildJvmRunner[T <: AnyRef] extends BaseRunner[T] with Logging

    Permalink
  5. class DefaultEC2Runner extends EC2RunnerLike with Logging

    Permalink

    The type Ec 2 runner.

  6. trait EC2Runner[T <: AnyRef] extends BaseRunner[T]

    Permalink
  7. trait EC2RunnerLike extends Logging

    Permalink
  8. trait EC2SparkRunner[T <: AnyRef] extends SparkRunner[T]

    Permalink
  9. trait EmbeddedRunner[T <: AnyRef] extends BaseRunner[T]

    Permalink
  10. trait EmbeddedSparkRunner[T <: AnyRef] extends SparkRunner[T] with NotebookRunner[T]

    Permalink
  11. trait InteractiveSetup[T] extends SerializableFunction[NotebookOutput, T]

    Permalink
  12. class LocalBaseRunner extends EC2RunnerLike

    Permalink
  13. trait NotebookRunner[T] extends SerializableSupplier[T] with SerializableFunction[NotebookOutput, T] with Logging

    Permalink
  14. trait RepeatedInteractiveSetup[T <: AnyRef] extends SerializableFunction[NotebookOutput, T]

    Permalink
  15. case class SparkInitializer(masterUrl: String, workerMemory: String, numberOfExecutors: Int, hiveRoot: Option[String]) extends Product with Serializable

    Permalink
  16. trait SparkRunner[T <: AnyRef] extends SerializableSupplier[T] with Logging

    Permalink
  17. case class WorkerRunner[T](parent: URI, fn: SerializableFunction[NotebookOutput, T], childName: String) extends AWSNotebookRunner[T] with Product with Serializable

    Permalink

Value Members

  1. object AWSNotebookRunner extends Serializable

    Permalink
  2. object EC2Runner extends Logging with Serializable

    Permalink
  3. object NotebookRunner extends Serializable

    Permalink
  4. object WorkerRunner extends Logging with Serializable

    Permalink
  5. package repl

    Permalink
  6. package util

    Permalink

Ungrouped