Skip to content

Commit

Permalink
Style.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Vanzin committed Jul 24, 2015
1 parent 2775a64 commit 0f5a5bb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ object MasterFailureTest extends Logging {
assert(setupCalled, "Setup was not called in the first call to StreamingContext.getOrCreate")

// Start generating files in the a different thread
val fileGeneratingThread = new FileGeneratingThread(input, testDir, batchDuration.milliseconds)
val fileGeneratingThread = new FileGeneratingThread(input, testDir,
batchDuration.milliseconds)
fileGeneratingThread.start()

// Run the streams and repeatedly kill it until the last expected output
Expand Down

0 comments on commit 0f5a5bb

Please sign in to comment.