Skip to content

Commit

Permalink
Fix syle
Browse files Browse the repository at this point in the history
  • Loading branch information
tdas committed Aug 25, 2015
1 parent 7590937 commit c62e37d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ abstract class ReceiverInputDStream[T: ClassTag](@transient ssc_ : StreamingCont
if (validBlockIds.size != blockIds.size) {
logWarning("Some blocks could not be recovered as they were not found in memory. " +
"To prevent such data loss, enabled Write Ahead Log (see programming guide " +
"for more details.")
"for more details.")
}
new BlockRDD[T](ssc.sc, validBlockIds)
}
Expand Down

0 comments on commit c62e37d

Please sign in to comment.