Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Does Apache Spark provide checkpoints?



Does Apache Spark provide checkpoints?..

Answer / Satish Kumar Agrahari

Yes, Apache Spark provides checkpointing as a mechanism to save the intermediate state of RDDs during a long-running job. Checkpoints help in fault tolerance by ensuring that when a task fails, it can be restarted from the most recent saved state instead of recomputing all previous stages.nCheckpoints are stored on HDFS or local file systems and can be enabled using Spark's checkpointing configuration options.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What is hadoop spark?

1 Answers  


Can you do real-time processing with Spark SQL?

1 Answers  


What is pair rdd in spark?

1 Answers  


How many ways can you create rdd in spark?

1 Answers  


How does Apache Spark handles accumulated Metadata?

1 Answers  


What are the disadvantages of using Apache Spark over Hadoop MapReduce?

1 Answers  


What are the roles of the file system in any framework?

1 Answers  


What is PageRank in Spark?

1 Answers  


What is spark rdd?

1 Answers  


What do you understand by the parquet file?

1 Answers  


Explain the top() and takeordered() operation?

1 Answers  


Is it necessary to start Hadoop to run any Apache Spark Application ?

1 Answers  


Categories