I want to use a method located in another class inside a user-designed function but it\'s not working.
I have a method:
def traitementDataFrameEleve(sc
It is not allowed to access:
Dataset
RDD
SparkConext
SparkSession
from Spark task (transformation, udf application). This is why you get a NPE.
udf