Packages

  • package root
    Definition Classes
    root
  • package org
    Definition Classes
    root
  • package apache
    Definition Classes
    org
  • package spark
    Definition Classes
    apache
  • package sql
    Definition Classes
    spark
  • package connect
    Definition Classes
    sql
  • package config
  • package dsl

    A collection of implicit conversions that create a DSL for constructing connect protos.

    A collection of implicit conversions that create a DSL for constructing connect protos.

    All classes in connect/dsl are considered an internal API to Spark Connect and are subject to change between minor releases.

  • package planner
  • package plugin
  • package service
  • SparkConnectPlugin

package connect

Package Members

  1. package config
  2. package dsl

    A collection of implicit conversions that create a DSL for constructing connect protos.

    A collection of implicit conversions that create a DSL for constructing connect protos.

    All classes in connect/dsl are considered an internal API to Spark Connect and are subject to change between minor releases.

  3. package planner
  4. package plugin
  5. package service

Type Members

  1. class SparkConnectPlugin extends SparkPlugin

    This is the main entry point for Spark Connect.

    This is the main entry point for Spark Connect.

    To decouple the build of Spark Connect and its dependencies from the core of Spark, we implement it as a Driver Plugin. To enable Spark Connect, simply make sure that the appropriate JAR is available in the CLASSPATH and the driver plugin is configured to load this class.

Ungrouped