Packages

p

org.apache

spark

package spark

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

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 core/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. class SparkException extends Exception with SparkThrowable
  4. 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