com.holdenkarau.spark

testing

package testing

Visibility
  1. Public
  2. All

Type Members

  1. class JavaSuiteBase extends SharedJavaSparkContext

  2. trait LocalSparkContext extends BeforeAndAfterEach with BeforeAndAfterAll

    Manages a local sc SparkContext variable, correctly stopping it after each test.

  3. trait PerTestSparkContext extends LocalSparkContext with BeforeAndAfterEach

    Provides a local sc SparkContext variable, correctly stopping it after each test.

  4. class SharedJavaSparkContext extends AnyRef

  5. trait SharedSparkContext extends BeforeAndAfterAll

    Shares a local SparkContext between all tests in a suite and closes it at the end

  6. trait StreamingActionBase extends FunSuite with StreamingSuiteBase

    Methods for testing Spark actions.

  7. trait StreamingSuiteBase extends FunSuite with BeforeAndAfterAll with Logging with SharedSparkContext

    This is the base trait for Spark Streaming testsuites.

  8. class TestInputStream[T] extends FriendlyInputDStream[T]

    This is a input stream just for the testsuites.

  9. class TestOutputStream[T] extends Serializable

    This is a output stream just for testing.

Value Members

  1. object LocalSparkContext

  2. object RDDGenerator

    Annotations
    @Experimental()
  3. object Utils

Ungrouped