Skip to content

Commit

Permalink
[SPARK-48309][YARN]Stop am retry, in situations where some errors and…
Browse files Browse the repository at this point in the history
  • Loading branch information
guihuawen committed May 20, 2024
1 parent e50327d commit e8a363c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import org.apache.hadoop.yarn.api.records._
import org.apache.hadoop.yarn.conf.YarnConfiguration
import org.apache.hadoop.yarn.exceptions.ApplicationAttemptNotFoundException
import org.apache.hadoop.yarn.util.Records

import org.apache.spark.{SparkStopAMRetryException, _}
import org.apache.spark.deploy.{ExecutorFailureTracker, SparkHadoopUtil}
import org.apache.spark.deploy.history.HistoryServer
Expand Down

0 comments on commit e8a363c

Please sign in to comment.