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 9741954 commit e50327d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import scala.concurrent.duration.Duration
import scala.util.control.NonFatal

import org.apache.commons.lang3.{StringUtils => ComStrUtils}

import org.apache.hadoop.fs.{FileSystem, Path}
import org.apache.hadoop.security.UserGroupInformation
import org.apache.hadoop.util.StringUtils
Expand All @@ -38,7 +37,6 @@ 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 e50327d

Please sign in to comment.