Package

com.ibm.sparktc.sparkbench

workload

Permalink

package workload

Visibility
  1. Public
  2. All

Type Members

  1. case class MultiSuiteRunConfig(suitesParallel: Boolean, enableHive: Boolean, suites: Seq[Suite]) extends Product with Serializable

    Permalink
  2. case class Suite(description: Option[String], repeat: Int = 1, parallel: Boolean = false, benchmarkOutput: Option[String], saveMode: String, workloadConfigs: Seq[Map[String, Any]]) extends Product with Serializable

    Permalink
  3. trait Workload extends AnyRef

    Permalink
  4. trait WorkloadDefaults extends AnyRef

    Permalink

Value Members

  1. object ConfigCreator

    Permalink
  2. object MultipleSuiteKickoff

    Permalink
  3. object Suite extends Serializable

    Permalink
  4. object SuiteKickoff

    Permalink

    Run each workload in the sequence.

    Run each workload in the sequence. Run the sequence repeat times over. If my sequence is Seq(A, B, B, C), it's running serially, and repeat is 2, this will run like: A B B C --- A B B C --- Done

    As opposed to: A A -- B B -- B B -- C C --- Done

  5. package exercise

    Permalink
  6. package ml

    Permalink
  7. package sql

    Permalink

Ungrouped