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 Jun 2, 2015
1 parent f232eb1 commit 6cc869b
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 6cc869b

Please sign in to comment.