Package

spark.jobserver

context

Permalink

package context

Visibility
  1. Public
  2. All

Type Members

  1. class DefaultSparkContextFactory extends SparkContextFactory

    Permalink

    The default factory creates a standard SparkContext.

    The default factory creates a standard SparkContext. In the future if we want to add additional methods, etc. then we can have additional factories. For example a specialized SparkContext to manage RDDs in a user-defined way.

    If you create your own SparkContextFactory, please make sure it has zero constructor args.

  2. class HiveContextFactory extends SparkContextFactory

    Permalink
  3. class SQLContextFactory extends SparkContextFactory

    Permalink
  4. trait SparkContextFactory extends AnyRef

    Permalink

    Factory trait for creating a SparkContext or any derived Contexts, such as SQLContext, StreamingContext, HiveContext, etc.

    Factory trait for creating a SparkContext or any derived Contexts, such as SQLContext, StreamingContext, HiveContext, etc. My implementing classes can be dynamically loaded using classloaders to ensure that the entire SparkContext has access to certain dynamically loaded classes, for example, job jars.

  5. class StreamingContextFactory extends SparkContextFactory

    Permalink

Ungrouped