Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-45487

Replace: _LEGACY_ERROR_TEMP_3007

    XMLWordPrintableJSON

Details

    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

          Activity

            People

              srielau Serge Rielau
              srielau Serge Rielau
              Max Gekk Max Gekk
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: