stream_trigger_continuous
From sparklyr v0.9.4
by Javier Luraschi
Spark Stream Continuous Trigger
Creates a Spark structured streaming trigger to execute continuously. This mode is the most performant but not all operations are supported.
Usage
stream_trigger_continuous(checkpoint = 5000)
Arguments
- checkpoint
The checkpoint interval specified in milliseconds.
See Also
Community examples
Looks like there are no examples yet.