I am using mapwithState in my java spark streaming application, and I would like to avoid doing a checkpoint. The reason for this is that I do not want to install HDFS. I believe a checkpoint is only required for fault tolerance.
However, if I do not care about fault tolerance, is it possible to skip the checkpoint, but still use mapwithState?