Skip to content

Commit

Permalink
SPARK-4705 Incorporating the review comments regarding formatting, wi…
Browse files Browse the repository at this point in the history
…ll do the rest of the changes after this
  • Loading branch information
twinkle sachdeva authored and Marcelo Vanzin committed Apr 7, 2015
1 parent 4c1fc26 commit 6b2e521
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ private[spark] class ApplicationMaster(
// Propagate the application ID so that YarnClusterSchedulerBackend can pick it up.
System.setProperty("spark.yarn.app.id", appAttemptId.getApplicationId().toString())

//Propagate the attempt if, so that in case of event logging, different attempt's logs gets created in different directory
// Propagate the attempt if, so that in case of event logging,
// different attempt's logs gets created in different directory
System.setProperty("spark.yarn.app.attemptid", appAttemptId.getAttemptId().toString())

}
Expand Down

0 comments on commit 6b2e521

Please sign in to comment.