Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sephiroth-Lin committed Feb 6, 2015
1 parent aeac518 commit e2a2b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/scala/org/apache/spark/HttpFileServer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ private[spark] class HttpFileServer(
def stop() {
httpServer.stop()

// If we only stop sc, but sparksubmit still run as a services we need to delete the tmp dir
// if not, it will create too many tmp dir
// If we only stop sc, but the driver process still run as a services then we need to delete
// the tmp dir, if not, it will create too many tmp dirs
try {
Utils.deleteRecursively(baseDir)
} catch {
Expand Down

0 comments on commit e2a2b1b

Please sign in to comment.