Skip to content

Commit

Permalink
review commit
Browse files Browse the repository at this point in the history
  • Loading branch information
witgo committed Sep 25, 2014
1 parent 5300aac commit 9655aa8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ private[spark] class ApplicationMaster(args: ApplicationMasterArguments,

// In client mode the actor will stop the reporter thread.
reporterThread.join()
finalStatus = FinalApplicationStatus.SUCCEEDED
}

private def launchReporterThread(): Thread = {
Expand Down Expand Up @@ -412,7 +411,7 @@ private[spark] class ApplicationMaster(args: ApplicationMasterArguments,
}
catch {
case e: SecurityException =>
logError("setSecurityManager:", e)
logError("Error in setSecurityManager:", e)
}

Utils.tryOrExit {
Expand Down

0 comments on commit 9655aa8

Please sign in to comment.