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 5feb1bd commit 3aedd53Copy full SHA for 3aedd53
core/src/main/scala/org/apache/spark/scheduler/ReplayListenerBus.scala
@@ -78,6 +78,7 @@ private[spark] class ReplayListenerBus extends SparkListenerBus with Logging {
78
=>
79
// Ignore events generated by Structured Streaming in Spark 2.0.0 and 2.0.1.
80
// It's safe since no place uses them.
81
+ logWarning(s"Dropped incompatible Structured Streaming log: $currentLine")
82
case jpe: JsonParseException =>
83
// We can only ignore exception from last line of the file that might be truncated
84
// the last entry may not be the very last line in the event log, but we treat it
0 commit comments