How is spark fault tolerance?



How is spark fault tolerance?..

Answer / Apurav Garg

Apache Spark achieves fault tolerance by storing multiple copies of the same data across different nodes in a cluster. When a task fails, it can be re-executed on another node that has a copy of the data. Additionally, Spark maintains lineage information, allowing it to recalculate dependencies if needed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What are the languages supported by apache spark?

1 Answers  


Which language is best for spark?

1 Answers  


What is Spark SQL?

1 Answers  


What is the difference between DSM and RDD?

1 Answers  


Is spark a special attack?

1 Answers  


Explain key features of Spark

1 Answers  


Why we need compression and what are the different compression format supported?

1 Answers  


Is there any API available for implementing graphs in Spark?

1 Answers  


What is stage and task in spark?

1 Answers  


What are the advantages of datasets in spark?

1 Answers  


What is spark machine learning?

1 Answers  


What do you mean by Persistence?

1 Answers  


Categories