Skip to content

org.apache.spark.ml.parity.SparkParityBase.spark should be a method #856

@austinzh

Description

@austinzh

current abstract class SparkParityBase has a variable
val spark = SparkEnv.spark
Even user override it in child class, it will still create a spark session.
change it to
def spark = SparkEnv.spark will allow user to actually override it

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions