We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7590937 commit c62e37dCopy full SHA for c62e37d
streaming/src/main/scala/org/apache/spark/streaming/dstream/ReceiverInputDStream.scala
@@ -122,7 +122,7 @@ abstract class ReceiverInputDStream[T: ClassTag](@transient ssc_ : StreamingCont
122
if (validBlockIds.size != blockIds.size) {
123
logWarning("Some blocks could not be recovered as they were not found in memory. " +
124
"To prevent such data loss, enabled Write Ahead Log (see programming guide " +
125
- "for more details.")
+ "for more details.")
126
}
127
new BlockRDD[T](ssc.sc, validBlockIds)
128
0 commit comments