Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 05:44 AM
The log below is how I can see that it is running every 12 seconds. I am using the same configuration on other tables that are not cloudfiles format and it works fine on them.
23/08/08 04:59:00 INFO MicroBatchExecution: Streaming query made progress: {
"name" : "s3_data",
"timestamp" : "2023-08-08T04:59:00.005Z",
"numInputRows" : 0,
"inputRowsPerSecond" : 0.0,
"processedRowsPerSecond" : 0.0,
}
23/08/08 04:59:12 INFO MicroBatchExecution: Streaming query made progress: {
"name" : "s3_data",
"timestamp" : "2023-08-08T04:59:12.000Z",
"numInputRows" : 0,
"inputRowsPerSecond" : 0.0,
"processedRowsPerSecond" : 0.0,
}
23/08/08 04:59:36 INFO MicroBatchExecution: Streaming query made progress: {
"name" : "s3_data",
"timestamp" : "2023-08-08T04:59:36.000Z",
"numInputRows" : 0,
"inputRowsPerSecond" : 0.0,
"processedRowsPerSecond" : 0.0,
}
23/08/08 04:59:48 INFO MicroBatchExecution: Streaming query made progress: {
"name" : "s3_data",
"timestamp" : "2023-08-08T04:59:48.002Z",
"numInputRows" : 0,
"inputRowsPerSecond" : 0.0,
"processedRowsPerSecond" : 0.0,
}