Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Consider the following Structured Streaming query in Databricks:
spark.readStream .table("orders") .writeStream .option("checkpointLocation", checkpointPath) .table("Output_Table")
What is the trigger interval for this query?
A
Every half hour
B
The query will run in batch mode to process all available data at once, then the trigger stops.
C
Every half second
D
More information is needed to determine the correct response.
E
Every half min