pyspark.errors.PickleException#
- exceptionpyspark.errors.PickleException(message=None,errorClass=None,messageParameters=None,contexts=None)[source]#
Represents an exception which is failed while pickling from server sidesuch asnet.razorvine.pickle.PickleException. This is different fromPySparkPicklingErrorwhich represents an exception failed from Python built-inpickle.PicklingError.