Skip to content
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.

Commit

Permalink
Added missing new line to ContinuousMonitor
Browse files Browse the repository at this point in the history
  • Loading branch information
kayousterhout authored and root committed May 21, 2015
1 parent 4ffba97 commit 4032e1f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ private[spark] class ContinuousMonitor(sparkConf: SparkConf) {
// To the EBS volume? Experiments so far suggest no (because the volume of data is
// small), but worth keeping an eye on.
printWriter.write(JsonMethods.compact(JsonMethods.render(getUtilizationJson())))
printWriter.write("\n")
}
}

Expand Down

0 comments on commit 4032e1f

Please sign in to comment.