Re: disable checkpointing in structured streaming

2019-07-25 Thread Charles vinodh
resurfacing this thread again.. On Mon, Jul 8, 2019 at 8:55 PM Charles vinodh wrote: > Hi , > > is it possible to disable checkpointing in structured streaming and have > it replaced by our own checkpointing implementation where the offsets are > saved in an external database?..

disable checkpointing in structured streaming

2019-07-08 Thread Charles vinodh
Hi , is it possible to disable checkpointing in structured streaming and have it replaced by our own checkpointing implementation where the offsets are saved in an external database?.. I looked up the docs and it seems this is supported on spark DStream streaming but not in structured streaming fo