Packages

class Builder extends SparkSessionBuilder

Linear Supertypes
SparkSessionBuilder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Builder
  2. SparkSessionBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Builder()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. def config(conf: SparkConf): Builder.this.type

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    Builder → SparkSessionBuilder
  7. def config(map: Map[String, Any]): Builder.this.type

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    Builder → SparkSessionBuilder
  8. def config(map: Map[String, Any]): Builder.this.type

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    Builder → SparkSessionBuilder
  9. def config(key: String, value: Boolean): Builder.this.type

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    Builder → SparkSessionBuilder
  10. def config(key: String, value: Double): Builder.this.type

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    Builder → SparkSessionBuilder
  11. def config(key: String, value: Long): Builder.this.type

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    Builder → SparkSessionBuilder
  12. def config(key: String, value: String): Builder.this.type

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    Builder → SparkSessionBuilder
  13. def create(): SparkSession

    Create a new SparkSession.

    Create a new SparkSession.

    This will always return a newly created session.

    This method will update the default and/or active session if they are not set.

    Definition Classes
    Builder → SparkSessionBuilder
    Since

    3.5.0

  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def getOrCreate(): SparkSession

    Get or create a SparkSession.

    Get or create a SparkSession.

    If a session exist with the same configuration that is returned instead of creating a new session.

    This method will update the default and/or active session if they are not set. This method will always set the specified configuration options on the session, even when it is not newly created.

    Definition Classes
    Builder → SparkSessionBuilder
    Since

    3.5.0

  18. def handleBuilderConfig(key: String, value: String): Boolean
    Attributes
    protected
    Definition Classes
    Builder → SparkSessionBuilder
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. def interceptor(interceptor: ClientInterceptor): Builder.this.type

    Add an interceptor to be used during channel creation.

    Add an interceptor to be used during channel creation.

    Note that interceptors added last are executed first by gRPC.

    Since

    3.5.0

  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. val options: HashMap[String, String]
    Attributes
    protected
    Definition Classes
    SparkSessionBuilder
  26. def remote(connectionString: String): Builder.this.type

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    Builder → SparkSessionBuilder
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def appName(name: String): Builder.this.type

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    Builder → SparkSessionBuilder
    Annotations
    @deprecated
    Deprecated

    appName does not work in Spark Connect

  2. def build(): SparkSession

    Build the SparkSession.

    Build the SparkSession.

    This will always return a newly created session.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.5.0) Please use create() instead.

  3. def enableHiveSupport(): Builder.this.type

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    Builder → SparkSessionBuilder
    Annotations
    @deprecated
    Deprecated

    enableHiveSupport does not work in Spark Connect

  4. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  5. def master(master: String): Builder.this.type

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    Builder → SparkSessionBuilder
    Annotations
    @deprecated
    Deprecated

    master does not work in Spark Connect, please use remote instead

  6. def withExtensions(f: (SparkSessionExtensions) => Unit): Builder.this.type

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    Builder → SparkSessionBuilder
    Annotations
    @deprecated
    Deprecated

    withExtensions does not work in Spark Connect

Inherited from SparkSessionBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped