0 votes
in Apache Spark by
What is the difference between persist() and cache() functions in Apache Spark?

1 Answer

0 votes
by

In Apache Spark, the persist() function is used to allow the user to specify the storage level, whereas the cache() function uses the default storage level.

...