Packages

package spark

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package api
  2. package internal
  3. package memory
  4. package network
  5. package scheduler
  6. package sql
  7. package storage
  8. package unsafe
  9. package util

Type Members

  1. class ErrorClassesJsonReader extends AnyRef

    A reader to load error information from one or more JSON files.

    A reader to load error information from one or more JSON files. Note that, if one error appears in more than one JSON files, the latter wins. Please read common/utils/src/main/resources/error/README.md for more details.

    Annotations
    @DeveloperApi()
  2. trait QueryContext extends AnyRef

    Query context of a SparkThrowable.

    Query context of a SparkThrowable. It helps users understand where error occur while executing queries.

    Annotations
    @Evolving()
    Since

    3.4.0

  3. sealed final class QueryContextType extends Enum[QueryContextType]

    The type of QueryContext.

    The type of QueryContext.

    Annotations
    @Evolving()
    Since

    4.0.0

  4. class SparkException extends Exception with SparkThrowable
  5. trait SparkThrowable extends AnyRef

    Interface mixed into Throwables thrown from Spark.

    Interface mixed into Throwables thrown from Spark.

    - For backwards compatibility, existing Throwable types can be thrown with an arbitrary error message with a null error class. See SparkException. - To promote standardization, Throwables should be thrown with an error class and message parameters to construct an error message with SparkThrowableHelper.getMessage(). New Throwable types should not accept arbitrary error messages. See SparkArithmeticException.

    Annotations
    @Evolving()
    Since

    3.2.0

Value Members

  1. object SparkException extends Serializable

Ungrouped