pyspark.errors.PickleException#
- exception pyspark.errors.PickleException(message=None, errorClass=None, messageParameters=None, contexts=None)[source]#
Represents an exception which is failed while pickling from server side such as net.razorvine.pickle.PickleException. This is different from PySparkPicklingError which represents an exception failed from Python built-in pickle.PicklingError.