+1 vote
in Spark Sql by
What is Caching in Spark Streaming in Spark?

1 Answer

0 votes
by

Caching Streaming is storing streaming RDD in memory. It is a mechanism to speed up applications that access the same RDD multiple times.

...