Structured Streaming Console Sink¶
It outputs the DataFrame to the console
Input¶
It takes in DataFrame as input
Output¶
It writes the incoming DataFrame to the console.
Type¶
transform
Class¶
fire.nodes.structuredstreaming.NodeStructuredStreamingConsoleSink
Fields¶
Name |
Title |
Description |
|---|---|---|
outputMode |
Output Mode |
Output Mode for saving to Files |
awaitTermination |
Await Termination |
|
triggerIntervalInSeconds |
Trigger Interval In Seconds |