Skip to content

Commit 3aedd53

Browse files
committed
Add a warning
1 parent 5feb1bd commit 3aedd53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/scala/org/apache/spark/scheduler/ReplayListenerBus.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ private[spark] class ReplayListenerBus extends SparkListenerBus with Logging {
7878
=>
7979
// Ignore events generated by Structured Streaming in Spark 2.0.0 and 2.0.1.
8080
// It's safe since no place uses them.
81+
logWarning(s"Dropped incompatible Structured Streaming log: $currentLine")
8182
case jpe: JsonParseException =>
8283
// We can only ignore exception from last line of the file that might be truncated
8384
// the last entry may not be the very last line in the event log, but we treat it

0 commit comments

Comments
 (0)