Class Resubmitted

Object
org.apache.spark.Resubmitted

public class Resubmitted extends Object
:: DeveloperApi :: A org.apache.spark.scheduler.ShuffleMapTask that completed successfully earlier, but we lost the executor before the stage completed. This means Spark needs to reschedule the task to be re-executed on a different executor.
  • Constructor Details

    • Resubmitted

      public Resubmitted()
  • Method Details

    • toErrorString

      public static String toErrorString()
    • countTowardsTaskFailures

      public static boolean countTowardsTaskFailures()
    • canEqual

      public abstract static boolean canEqual(Object that)
    • equals

      public abstract static boolean equals(Object that)
    • productElement

      public abstract static Object productElement(int n)
    • productArity

      public abstract static int productArity()
    • productIterator

      public static scala.collection.Iterator<Object> productIterator()
    • productPrefix

      public static String productPrefix()