0 votes
in Apache Spark by
What is the use of checkpoints in Apache Spark?

1 Answer

0 votes
by

In Apache Spark, checkpoints are used to allow the program to run all around the clock. It also helps to make it resilient towards failure irrespective of application logic.

...