Package

spark

jobserver

Permalink

package jobserver

Visibility
  1. Public
  2. All

Type Members

  1. class BroadcastPersister[T] extends NamedObjectPersister[NamedBroadcast[T]]

    Permalink

    implementation of a NamedObjectPersister for Broadcast objects

  2. class DataFramePersister extends NamedObjectPersister[NamedDataFrame]

    Permalink

    implementation of a NamedObjectPersister for DataFrame objects

  3. class JSessionTestJob extends JSessionJob[Array[Row]]

    Permalink
  4. class JSessionTestLoaderJob extends JSessionJob[Long]

    Permalink
  5. class JStreamingTestJob extends JStreamingJob[Integer]

    Permalink
  6. case class NamedBroadcast[T](broadcast: Broadcast[T]) extends NamedObject with Product with Serializable

    Permalink

    wrapper for named objects of type Broadcast

  7. case class NamedDataFrame(df: DataFrame, forceComputation: Boolean, storageLevel: StorageLevel) extends NamedObject with Product with Serializable

    Permalink

    wrapper for named objects of type DataFrame

  8. class NamedObjectsTestJob extends SparkJob with NamedObjectSupport

    Permalink

    A test job for named objects

  9. trait SparkSessionJob extends jobserver.api.SparkJobBase

    Permalink
  10. trait SparkStreamingJob extends SparkJobBase

    Permalink

    Defines a Job that runs on a StreamingContext, note that these jobs are usually long running jobs and there's (yet) no way in Spark Job Server to query the status of these jobs.

Value Members

  1. object KMeansExample extends SparkJob with NamedRddSupport

    Permalink

    A Spark job example that implements the SparkJob trait and can be submitted to the job server.

    A Spark job example that implements the SparkJob trait and can be submitted to the job server.

    Set the config with the sentence to split or count: input.string = "adsfasdf asdkf safksf a sdfa"

    validate() returns SparkJobInvalid if there is no input.string

  2. object NamedObjectsTestJobConfig

    Permalink
  3. object SessionLoaderTestJob extends SparkSessionJob

    Permalink

    A test job that accepts a SparkSession.

    A test job that accepts a SparkSession. Initializes some dummy data into a table, reads it back out, and returns a count. Will create Hive metastore at job-server/metastore_db if Hive isn't configured.

  4. object SessionTestJob extends SparkSessionJob

    Permalink

    This job simply runs the Hive SQL in the config.

  5. object StreamingTaskFailedTestJob extends SparkStreamingJob

    Permalink
  6. object StreamingTestJob extends SparkStreamingJob

    Permalink
    Annotations
    @VisibleForTesting()
  7. package context

    Permalink
  8. package japi

    Permalink
  9. package python

    Permalink

Ungrouped