I have written a demo using spark3.0.0, and the location where the
checkpoint file is saved has been explicitly specified like
>
> stream.option("checkpointLocation","file:///C:\\Users\\Administrator\\
> Desktop\\test")But the app still throws an exception about the HDFS file system. Is it not possible to specify the local file system as a checkpoint location now?
