You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
val query = messages.writeStream
.outputMode("complete")
.option("truncate", "false")
.format("console")
.start()
command, I get the following error:
ERROR MicroBatchExecution: Query [id = 4d06c381-ed3c-4cc2-b3c3-225ab1b16c18, runId = 9b7f6d9b-a47f-4eda-b6bc-d284e30202ba] terminated with error
org.apache.spark.sql.catalyst.errors.package$TreeNodeException
I've tried both before and after tail command
The text was updated successfully, but these errors were encountered:
When running the
val query = messages.writeStream
.outputMode("complete")
.option("truncate", "false")
.format("console")
.start()
command, I get the following error:
ERROR MicroBatchExecution: Query [id = 4d06c381-ed3c-4cc2-b3c3-225ab1b16c18, runId = 9b7f6d9b-a47f-4eda-b6bc-d284e30202ba] terminated with error
org.apache.spark.sql.catalyst.errors.package$TreeNodeException
I've tried both before and after tail command
The text was updated successfully, but these errors were encountered: