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 22e02b9 commit e5fa7d7Copy full SHA for e5fa7d7
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala
@@ -218,6 +218,7 @@ class StreamExecution(
218
* has been posted to all the listeners.
219
*/
220
def start(): Unit = {
221
+ logInfo(s"Starting $prettyIdString. Use $checkpointRoot to store the query checkpoint.")
222
microBatchThread.setDaemon(true)
223
microBatchThread.start()
224
startLatch.await() // Wait until thread started and QueryStart event has been posted
0 commit comments