Skip to content

Commit

Permalink
fix scala style tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanket committed May 4, 2017
1 parent bafad1a commit 52f414c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@ private[spark] object EventLoggingListener extends Logging {
*
* @param logStream Raw output stream to the event log file.
*/
def initEventLog(logStream: OutputStream, testing: Boolean, loggedEvents: ArrayBuffer[JValue]): Unit = {
def initEventLog(logStream: OutputStream, testing: Boolean,
loggedEvents: ArrayBuffer[JValue]): Unit = {
val metadata = SparkListenerLogStart(SPARK_VERSION)
val eventJson = JsonProtocol.logStartToJson(metadata)
val metadataJson = compact(eventJson) + "\n"
Expand Down

0 comments on commit 52f414c

Please sign in to comment.