Skip to content

Commit 9655aa8

Browse files
committed
review commit
1 parent 5300aac commit 9655aa8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

yarn/common/src/main/scala/org/apache/spark/deploy/yarn/ApplicationMaster.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ private[spark] class ApplicationMaster(args: ApplicationMasterArguments,
211211

212212
// In client mode the actor will stop the reporter thread.
213213
reporterThread.join()
214-
finalStatus = FinalApplicationStatus.SUCCEEDED
215214
}
216215

217216
private def launchReporterThread(): Thread = {
@@ -412,7 +411,7 @@ private[spark] class ApplicationMaster(args: ApplicationMasterArguments,
412411
}
413412
catch {
414413
case e: SecurityException =>
415-
logError("setSecurityManager:", e)
414+
logError("Error in setSecurityManager:", e)
416415
}
417416

418417
Utils.tryOrExit {

0 commit comments

Comments
 (0)