combust / combust/mleap

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

Open
#856 0 comments 0 reactions 0 assignees View on GitHub
waiting for input
Dominant language
Scala
Stars
1.5k
Forks
315
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.