Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0
Description
def checkpointRDDBlockIdNotFoundError(rddBlockId: RDDBlockId): Throwable = {
new SparkException(
errorClass = "_LEGACY_ERROR_TEMP_3007",
messageParameters = Map("rddBlockId" -> s"$rddBlockId"),
cause = null
)
}
This error condition appears to be quite common, so we should convert it to a proper error class.
Attachments
Issue Links
- links to