The documentation says that any Hadoop API compatible file systems ( like HDFS , S3 ) can be used as checkpoint directory.
My question is that apart from HDFS and S3 what are other practical alternatives for a spark streaming application using Kafka and Cassandra.
Thanks